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:
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:
COPY MPWALKER.JM\mpjmweb\f3csbjob.htm MPWALKER\inet\wwwroot\mpjm\f3csbjob.htm /Y |
ln -s -f /opt/FJSVjmweb/f3csbjob.htm /opt/systemwalker/inet/wwwroot/mpjm/f3csbjob.htm |
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:
When 2.5.7 Definitions for Encrypted Communications (HTTPS Communications) for the Web Console have been made
If the port number used by the Web server has been changed from the default value (9900)
MPWALKER\inet\wwwroot\mpjm\f3csbjob.htm
/opt/systemwalker/inet/wwwroot/mpjm/f3csbjob.htm
top.location.replace('http://' + location.hostname + ':9900/Systemwalker-omgr/login.op'); |
Edit the file using a text editor such as vi or Notepad.
Replace the "http" above with "https". If HTTPS communications are not used, change "https" back to "http".
Replace "9900" above with the new port number.