This section explains how to change the port number of the Management Server as follows:
ROR console server port number
L-Platform management port number
Stop the manager before changing the port number. Restart the manager after changing the port number.
Refer to "2.1 Starting and Stopping the Manager" for information on how to start and stop the manager.
Note that there is no need to stop and start the manager for each port number.
Changing the Port Number of the ROR Console Server
The procedure for changing the port number is as follows.
Modify the portal.properties file.
Open the following file:
[Windows Manager]
Installation_folder\RCXCTMG\SecurityManagement\conf\portal.properties
[Linux Manager]
/etc/opt/FJSVctsec/conf/portal.properties
Change the port numbers specified in the following URLs. Set the same values in the port numbers:
portalSsl.url
authedPortal.url
sendmail.auth.url
Start the Interstage Management Console.
The procedure for starting the Interstage Management Console is as follows:
[Windows Manager]
From the Start menu, select All Programs > Interstage > Application Server > Interstage Management Console.
[Linux Manager]
Start the Web browser.
Specify the URL of the Interstage Management Console.
The URL format is as follows:
(If SSL encrypted communication is not being used)
http://[Host name]:[Port number]/IsAdmin/
(If SSL encrypted communication is being used)
https://[Host name]:[Port number]/IsAdmin/
Login to the Interstage Management Console.
Change the port number.
Select System > Services > Web Server > RCXCT-ext > Web Server Settings to change the port number.
Changing the port number of L-Platform management
The procedure for changing the port number is as follows.
Modify the portal.properties file.
Open the following file:
[Windows Manager]
Installation_folder\RCXCTMG\SecurityManagement\conf\portal.properties
[Linux Manager]
/etc/opt/FJSVctsec/conf/portal.properties
Change the port numbers specified in the following URL:
vsys.host
An example is shown below. The parts in italics show the information that is changed.
vsys.host = http://192.168.11.22:8013/vsys/services/VSYS/
Modify the managerview_config.xml file.
Open the following file.
[Windows Manager]
Installation_folder\RCXCTMG\MyPortal\config\managerview_config.xml
[Linux Manager]
/etc/opt/FJSVctmyp/config/managerview_config.xml
Modify the value of the entry tag with vsys-port as the key value.
The entry tag with vsys-port as the key value
An example is shown below. The section in italics is the information to be modified.
<entry key="vsys-port">8013</entry>