This section explains how to change port numbers.
When changing port numbers of the agent, the "nfagent" port of the manager must also be changed. Change this according to information in "6.2 Changing Port Numbers".
For details on port numbers, refer to "Appendix A Port List" in the "Design Guide CE".
Use the following procedure to change the port numbers for managed servers:
Change the port numbers.
[Windows] [Hyper-V]
Use a text editor (such as Notepad) to change the following line in the Windows_system_folder\system32\drivers\etc\services file.
# service name port number/protocol name nfagent 23458/tcp |
[Linux] [VMware] [Xen] [Citrix Xen] [KVM]
Use a command such as vi to change the following line in the /etc/services file.
# service name port number/protocol name nfagent 23458/tcp |
[Solaris]
Use a command such as vi to change the following line in the /etc/services file.
# service name port number/protocol name rcvat 23458/tcp |
Restart the server on which the port number has been changed.