This section explains the procedures for changing port numbers for the dynamic resource management function.
Procedure for changing the port number of the Admin Server
Refer to the ServerView Operations Manager manuals for details on how to change port numbers for ServerView Operations Manager. SNMP and the server startup control are standard protocols, and their port numbers are fixed by the hardware and cannot be changed.
For systems where the operating system firewall has been enabled, and environments where a firewall has been placed on the network, change the firewall settings so that communications to the modified ports can be performed without any problems.
Use the following procedure to change the port number of the Admin Server, which is used by the Manager itself.
Stop the Manager.
Log in with Administrator privileges.
Execute the stop command.
> <CIMS installation folder>\CIMS\Manager\bin\cims mgrctl stop
Execute the rcxadm mgrctl modify command by specifying the name of the port to be changed and the new port number.
Refer to "5.7 rcxadm mgrctl" in the "ServerView Resource Coordinator VE Command Reference" for details on the rcxadm mgrctl modify command.
> <CIMS installation folder>\Resource Orchestrator\Manager\bin\rcxadm mgrctl modify -port name=number <RETURN>
Restart the Manager.
Note
If the port number of the RC Console has been changed, change the following port numbers to the same value.
Admin Client
Change the port number of the URL specified in the Web browser to the port number of the RC Console.
If URLs have been saved in the "Favorites" for the Web browser, change the port numbers of these URLs as well.
Procedure for changing the port numbers of Managed Servers
Use the following procedure to change the port numbers of Managed Servers.
Change the following line in the "/etc/services" file using the vi command or some other method.
# Service name Port number/Protocol name nfagent 23458/tcp
Restart the server for which the port number has been changed.
Use a text editor (such as Notepad) to change the following line in the "<system drive>\WINDOWS\system32\drivers\etc\service" file.
# Service name Port number/Protocol name nfagent 23458/tcp
Restart the server for which the port number has been changed.