Changing the port number
Every host contains one or more TCP/IP applications. Therefore, each TCP/IP application must have a port number (local address) which is unique on that host. The combination of host name and port number uniquely identifies a target TCP/IP application. For example, a UIM server instance. This indicates that other TCP/IP applications in a host cannot use the same port number, whether it is another UIM server instance or any other TCP/IP application.
If you want to run multiple UIM server instances on the same host, you must have more than one startup configuration member and assign a unique port number to it. If you choose the port number that is already used by another TCP/IP application, the first TCP/IP application that claims the port number gets it.
To change the port number
Open your startup configuration member for editing.
The startup member name is typically the same as the started task procedure name for the UIM server.
In the member, find the PORT variable.
The following example shows that the variable is set to the default port number, 9999:<bmc_parm id="PORT" value="9999" />Change the value to a unique port number between 1 to 65535.
If you have multiple UIM servers on the same LPAR, you must assign each UIM server a unique port number.
Related topic