[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Web-based System Manager Administration Guide

Installation Requirements to Support Applet Mode

In addition to the standard Web-based System Manager application mode, you need the sysmgt.websm.webaccess fileset to support applet mode. This fileset is automatically installed with the base operating system.

The machine to be used as the managing machine must be setup as an HTTP Server. This can be done by installing and configuring the HTTP Server of your choice. The IBM HTTP Server is available on the AIX 5.2 Expansion Pack. Use the /usr/websm/bin/configassist command to automatically configure the HTTP Server.

Requirements for using Web-based System Manager in applet mode with either Netscape Communicator or Internet Explorer are the follwing:

Note
Applet mode is not supported on the POWER-based platform. See Modes of Operation to see how to manage POWER-based machines.

To configure a server for applet mode, complete the following steps:

  1. Install an HTTP Server on the machine where Web-based System Manager resides. The recommended Web server is IBM HTTP Server. Refer to the documentation for each product on how to install and configure the HTTP Server.
  2. After the HTTP Server is running, you can configure Web-based System Manager to run from it with the following command:

    /usr/websm/bin/configassist
  3. In Configuration Assistant, proceed until you reach the main panel.
  4. Select Configure a web server to run Web-based System Manager in a browser.
  5. Click Next.
  6. Follow the instructions on the subsequent panels to finish the configurations.

Configuring the Client (Browser)

Requirements for the client are the following:

If you are using Internet Explorer as your browser, you will be prompted to download the plug-in automatically. If you click yes, the plug-in is downloaded and its installation script runs. If you click no, Web-based System Manager exits.

If you are using Netscape Communicator as your browser, it occasionally cannot locate the correct Java plug-in. If this happens, you can manually download and install it.

Installing Web-based System Manager Remote Client

The following topics provide information about installing Web-based System Manager Remote Client:

Minimum Recommended System Requirements for Remote Client

If you are going to use a PC to run Web-based System Manager in Remote Client mode, your computer must have the following:

Installation Requirements to Support Remote Client Mode

To install Web-based System Manager Remote Client over a network, you must have the sysmgt.websm.webaccess file set installed on at least one AIX system. This file set is installed automatically with the base operating system.

The machine used to install Web-based System Manager Remote Client must be set-up as an HTTP Server. This is done by installing and configuring the HTTP Server of your choice. The IBM HTTP Server is available on the AIX 5.2 Expansion Pack. Use the /usr/websm/bin/configassist command to automatically configure the HTTP Server.

Configuring an AIX Server for Remote Client Installation

Complete the following steps to configure an AIX server for Web-based System Manager Remote Client installation:

  1. Install an HTTP Server on the server where Web-based System Manager resides. The recommended Web server is IBM HTTP Server. Refer to the documentation for each product on how to install and configure the HTTP Server.
  2. After the HTTP Server is running, type the following command to configure Web-based System Manager:
    /usr/websm/bin/configassist
  3. Proceed in Configuration Assistant until you reach the main panel.
  4. Select Configure a web server to run Web-based System Manager in a browser.
  5. Click Next.
  6. Follow the instructions on the subsequent panels to finish the configurations.

Installing Web-based System Manager Remote Client on the Windows System

  1. Uninstall any previous version of Web-based System Manager Remote Client. For more information, see Uninstalling Web-based System Manager Remote Client from a Windows System.
  2. Type the following address in your machine's Web browser:
    http://hostname/remote_client.html
    where hostname is the name of the AIX server configured for Web-based System Manager Remote Client installation.
  3. Click the Windows link that appears on the Web page. This downloads the setup.exe file to your machine.
  4. After the download is complete, run the setup.exe file to begin the installation process.
  5. When the Remote Client Installer panel displays, click Next to continue.
  6. To install using the default location, click Next. Otherwise, type the desired location and click Next.
  7. A confirmation panel displays, showing you the install location, the package being installed, and the approximate size of the install package. Click Next to start the installation. If any of the information shown is incorrect, click Back to make corrections.
  8. A status panel displays error messages if errors occurred during the installation, or a message that says the installation completed successfully. Click Finish to close the panel.

Uninstalling Web-based System Manager Remote Client from a Windows System

  1. From the taskbar, select Start --> Settings --> Control Panel.
  2. In the Control Panel, double-click the Add/Remove Programs icon.
  3. Select Web-based System Manager Remote Client from the list of programs on the Install/Uninstall tab, then click the Add/Remove button to start the Uninstall wizard.
    Note
    Earlier versions of Remote Client may appear as Web-based System Manager PC Client.
  4. Click Next in the initial panel.
  5. Click Next in the Confirmation panel to uninstall Remote Client.
  6. A status panel is displayed showing either that the installation completed successfully, or any messages if errors occurred during the installation. Click Finish to close the panel.

Installing Web-based System Manager Remote Client on a Linux System

  1. Uninstall any previous version of Web-based System Manager Remote Client on your machine. For more information, see Uninstalling Web-based System Manager Remote Client from a Linux System.
  2. Type the following address in your machine's Web browser:
    http://hostname/remote_client.html
    where hostname is the name of the AIX server configured for Web-based System Manager Remote Client installation.
  3. Click the Linux link that appears on the Web page. This will download the wsmlinuxclient.exe file to your machine.
  4. Run the wsmlinuxclient.exe file to begin the installation process. If the file will not run, modify the permissions on the file so that you have execute permissions. At a command prompt, type the following:
    chmod 755 wsmlinuxclient.exe
  5. When the Remote Client Installer panel displays, click Next to continue.
  6. To install using the default location, click Next. Otherwise, type the desired location and click Next.
  7. A confirmation panel displays, showing you the install location, the package being installed, and the approximate size of the install package. Click Next to start the installation. If any of the information shown is incorrect, click Back to make corrections.
  8. A status panel displays error messages if errors occurred during the installation, or a message that says the installation completed successfully. Click Finish to close the panel.
Note
If changes don't take immediate effect, either log out of your current session and log in again, or source your . /etc/profile file.

Uninstalling Web-based System Manager Remote Client from a Linux System

Run the following command to uninstall the Remote Client from a Linux System:

installdir/_uninst/uninstall

where installdir is the name of the directory where your Remote Client resides.

Installing Web-based System Manager Remote Client Security

The following topics provide information about installing Web-based System Manager Remote Client:

Minimum Recommended System Requirements for Remote Client Security

If you are going to use a PC to run Web-based System Manager in Secure Remote Client mode, your computer must have the following:

Installation Requirements to Support Remote Client Security

To install Web-based System Manager Remote Client Security over a network, you must have the sysmgt.websm.security file set installed on at least one AIX system. For stronger encryption, install the sysmgt.websm.security-us file set also. These file sets are available on the AIX 5.2 Expansion Pack.

The machine used to install Web-based System Manager Remote Client must be set-up as an HTTP Server. This is done by installing and configuring the HTTP Server of your choice. The IBM HTTP Server is available on the AIX 5.2 Expansion Pack. Use the /usr/websm/bin/configassist command to automatically configure the HTTP Server. This server must also have the sysmgt.websm.security file set installed, though the sysmgt.websm.security-us file set is optional.

Configuring an AIX Server for Remote Client Security Installation

Note
If you have already configured an AIX server for Web-based System Manager Remote Client installation, you can skip this section.

Complete the following steps to configure an AIX server for Web-based System Manager Remote Client installation:

  1. Install an HTTP Server on the server where Web-based System Manager resides. The recommended Web server is IBM HTTP Server. Refer to the documentation for each product on how to install and configure the HTTP Server.
  2. After the HTTP Server is running, type the following command to configure Web-based System Manager:
    /usr/websm/bin/configassist
  3. Proceed in Configuration Assistant until you reach the main panel.
  4. Select Configure a web server to run Web-based System Manager in a browser.
  5. Click Next.
  6. Follow the instructions on the subsequent panels to finish the configurations.

Installing Web-based System Manager Remote Client Security on the Windows System

  1. Uninstall any previous version of Web-based System Manager Remote Client Security. For more information, see Uninstalling Web-based System Manager Remote Client Security from a Windows System.
  2. Type the following address in your machine's Web browser:
    http://hostname/remote_client_security.html
    where hostname is the name of the AIX server configured for Web-based System Manager Remote Client Security installation.
  3. Click the Windows link that appears on the Web page. This will download the setupsec.exe file to your machine.
  4. Run the setupsec.exe file to begin the installation process.
  5. When the Remote Client Security Installer panel displays, click Next to continue.
  6. To install using the default location, click Next. Otherwise, type the desired location and click Next.
    Note
    Be sure the location you select in this step is the same location you selected in Step 6 of Installing Web-based System Manager Remote Client on the Windows System.
  7. A confirmation panel displays, showing you the install location, the package being installed, and the approximate size of the install package. Click Next to start the installation. If any of the information shown is incorrect, click Back to make corrections.
  8. A status panel displays error messages if errors occurred during the installation, or a message that says the installation completed successfully. Click Finish to close the panel.

Uninstalling Web-based System Manager Remote Client Security from a Windows System

  1. From the taskbar, select Start --> Settings --> Control Panel.
  2. In the Control Panel, double-click the Add/Remove Programs icon.
  3. Select Web-based System Manager Remote Client Security from the list of programs on the Install/Uninstall tab, then click the Add/Remove button to start the Uninstall wizard.
    Note
    Earlier versions of Remote Client Security may appear as Web-based System Manager PC Client Security.
  4. Click Next in the initial panel.
  5. Click Next in the Confirmation panel to uninstall Remote Client Security.
  6. A status panel is displayed showing either that the installation completed successfully, or any messages if errors occurred during the installation. Click Finish to close the panel.

Installing Web-based System Manager Remote Client Security on a Linux System

  1. Uninstall any previous version of Web-based System Manager Remote Client Security on your machine. For more information, see Uninstalling Web-based System Manager Remote Client Security from a Linux System.
  2. Type the following address in your machine's Web browser:
    http://hostname/remote_client_security.html
    where hostname is the name of the AIX server configured for Web-based System Manager Remote Client Security installation.
  3. Click the Linux link that appears on the Web page. This downloads the setupsecl.exe file to your machine.
  4. After the download is complete, run the setupsecl.exe file to begin the installation process. If the file will not run, modify the permissions on the file so that you have execute permissions. At a command prompt, type the following:
    chmod 755 setupsecl.exe
  5. When the Remote Client Security Installer panel displays, click Next to continue.
  6. To install using the default location, click Next. Otherwise, type the desired location and click Next.
    Note
    Be sure the location you select in this step is the same location you selected in Step 6 of Installing Web-based System Manager Remote Client on a Linux System.
  7. A confirmation panel displays, showing you the install location, the package being installed, and the approximate size of the install package. Click Next to start the installation. If any of the information shown is incorrect, click Back to make corrections.
  8. A status panel displays error messages if errors occurred during the installation, or a message that says the installation completed successfully. Click Finish to close the panel.
Note
If changes do not take immediate effect, either log out of your current session and log in again, or refresh your . /etc/profile file.

Uninstalling Web-based System Manager Remote Client Security from a Linux System

Run the following command to uninstall the Remote Client Security from a Linux system:

installdir/_uninstssl/uninstallssl

where installdir is the name of the directory where your Remote Client resides.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]