Top
Systemwalker Operation Manager  Installation Guide
FUJITSU Software

2.12.4 Definitions for Using the Web Console from the Web Linkage Top Page

This section explains the definitions for using the Systemwalker Operation Manager Web console from the Web linkage top page.

Definition procedure

If necessary, perform the following setup procedure:

  1. Update the connection information used during linkage

    If Systemwalker Centric Manager is installed after Systemwalker Operation Manager V13.8.0 or later has already been installed, execute the following command in the Systemwalker installation directory:

    Windows:

    COPY MPWALKER.JM\mpjmweb\f3csbjob.htm MPWALKER\inet\wwwroot\mpjm\f3csbjob.htm /Y

    UNIX:

    ln -s -f /opt/FJSVjmweb/f3csbjob.htm /opt/systemwalker/inet/wwwroot/mpjm/f3csbjob.htm

  2. Change the connection information used during linkage

    If the following changes have been made with Systemwalker Operation Manager, modify the "f3csbjob.htm" linkage connection information file:

    File to modify:
    Windows:

    MPWALKER\inet\wwwroot\mpjm\f3csbjob.htm

    UNIX:

    /opt/systemwalker/inet/wwwroot/mpjm/f3csbjob.htm

    Location to modify:

    top.location.replace('http://' + location.hostname + ':9900/Systemwalker-omgr/login.op');

    How to make the modification:

    Edit the file using a text editor such as vi or Notepad.

    To use HTTPS communications

    Replace the "http" above with "https". If HTTPS communications are not used, change "https" back to "http".

    To change the port number:

    Replace "9900" above with the new port number.