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

Web-based System Manager Administration Guide

Appendix A. Troubleshooting

The following troubleshooting topics are available:

Troubleshooting Remote Machines

Problem Action
Cannot manage a remote host as a Web-based System Manager managed machine.
  • Verify that the host you are not attempting to manage has a sysmgt.websm.framework at a level later than AIX 5.1.0.15 installed. Machines with sysmgt.websm.framework levels later than AIX 5.1.0.15 can only be managed by systems at the same level. Therefore, to manage a machine with an older version installed, do one of the following:
    • use a system with sysmgt.websm.framework at the same level
    • update the system to AIX 5.1.0.15 or later
    • manage the system locally
  • Verify that the host you are attempting to manage is listening on inetd port 9090. If this is the case, there will be a line in the /etc/services file similar to:
    wsmserver 9090/tcp
    In addition, there will be a line in the /etc/inetd.conf file similar to the following:
    wsmserver stream tcp nowait root \
    /usr/websm/bin/wsmserver wsmserver -start
    If this is not the case, use the following command:
    /usr/websm/bin/wsmserver -enable
    
    This can be tested using the following command:
    tn hostname 9090
    If the remote host is configured correctly, it will respond with a message similar to the following:
    Trying...
    
    Connected to saga.austin.ibm.com.
    Escape character is '|T'.
    Language received from client:
    Setlocale: en_US
    WServer.HANDSHAKING 41292 WServer.HANDSHAKING
      en_US
    where en_US is replaced by the language file set installed on your machine.

    If it does respond with the previous output, there is an idle server process running on the machine that is consuming system resources. Log in to the remote server and use the kill command on the idle WServer process.

Plug-in installed on a remote host is not showing up when managing from a client.
  • The plug-in on the remote host may be at a level that cannot be managed by the sysmgt.websm.framework level that is installed on the client system. In this case, an error message is displayed when the connection is made to the remote host, which lists the plug-in and the plug-in's version and required sysmgt.websm.framework version needed to manage the plug-in. To manage this plug-in, you will need to find a system where the sysmgt.websm.framework version is at the correct level for the plug-in, or manage the plug-in locally on that host.
  • The App*.db file on the remote host is not formatted correctly. An error message is displayed for the plug-in warning that the App*.db file is not in the correct format for that plug-in and that the plug-in could not be loaded. If this occurs, please contact your customer representative for corrective action.

Troubleshooting Web-based System Manager in Applet Mode

Problem Action
When using Netscape Communicator on a PC, the browser prompts you to download the Java plug-in. Netscape Communicator opens the page, but cannot find the Java plug-in.
  1. Verify you are using Netscape Communicator 4.7 or 4.7x. Netscape Communicator 6.0 or later is not supported.
  2. Netscape Communicator does not always find the correct plug-in. Manually download and install the plug-in.
The browser freezes after pressing the Refresh or Reload button bringing theWeb-based System Manager back up. Browsers sometimes do not reload applets correctly. You can try either of the following: 
  • Refresh or delete the browser's cache.
  • Restart the browser. This forces the browser to reload the applets.
Attempting to connect to http://yourmachine/wsm.html shows only your Web server's home page. The html files did not get linked to the web server's pub directory. To correct the problem complete the following:
  1. Run configassist.
  2. Configure a Web server to run Web-based System Manager.
  3. Verify that there are Web-based System Manager files in the web server's pub directory.

Troubleshooting Web-based System Manager in Remote Client Mode

Problem Action
The application does not launch. System environmental variables are created or modified during installation. Make sure the variables are set by checking the following:
  • On a Windows system, go to the Environment tab in the Control Panel and check that the value of the WSMDIR variable only contains the value of the installation directory. For example, this value is the install directory path, similar to the default path of C:\ProgramFiles\websm. This directory must also be contained within the PATH variable.
  • On a Linux system, edit the /etc/profile file so that the WSMDIR variable is set and exported. If the WSMDIR variable is set and exported, run the env command to see if the WSMDIR variable is present. If it is not, log out and then log in to the system again or refresh your . /etc/profile file in that window. This directory must also be contained within the PATH variable.
The installation fails. The installation could have failed for any of the following reasons:
  • There is not 75 MB of available memory on the default drive.
  • There is not 75 MB of available memory on the destination drive.
  • The AIX server is not configured correctly to install Remote Client.
For more information, see Installing Web-based System Manager Remote Client.

Troubleshooting Security

Problem Action
Security functions do not operate. Make sure that you are logged in as the root user, and that you are operating Web-based System Manager on the local machine.
When trying to use the Certificate Authority (CA) for generating key rings or signing certificate requests, a message displays indicating that the Certificate Authority is in use. If you are sure that no other administrator is currently using the CA, remove the /var/websm/security/SMCa.lock CA lock file.
In SMGate configuration, the browser does not recognize the CA certificate file as a CA certificate. Check that the mime type sent by the Web server for the certificate file is application/x-x509-ca-cert.
Secure remote activation of Web-based System Manager fails.
  • Verify that Web-based System Manager works in non-secure remote mode. You might need to change the server's setting if it does not support non-secure connections.
  • Certificate matching and expiration:
    • Log in to the server as the root user and use the Server Properties dialog of the Server icon (or the smserverprop command) to verify the server's certificate expiration date. Record the CA name.
    • If the problem occurred in application mode, type:
      /usr/websm/bin/smlistcerts 
      /usr/websm/codebase
      on the client and verify that the client includes a certificate of the CA that signed the server's certificate (above), and that this certificate has not expired. If the problem is in applet mode, run the following:
      /usr/websm/bin/smlistcerts 
      /usr/websm/codebase
      on the server, because the public key ring resides on the server and is transferred to the client.
    • In Remote Client mode, make sure that the SM.pubkr CA public key ring file is in the Web-based System Managercodebase directory on the client machine. Make sure it was copied as a binary file.

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