Setting up a separate IP address for the Internet Cluster Manager (ICM)
When you run the ICM on a Web server, you can give the ICM its own IP address to avoid conflicts.
Procedure
- Use your operating system to make the IP address available.
- In the Server pane of the Domino® Administrator or the Web Administrator, choose the server that contains the ICM.
- Set up a new port by doing the following:
- Click the tab.
- In the Tools pane, expand Ports, and then click Setup.
- Click New.
- Specify a name for the new port, such as ICMPORT.
- Choose TCP as the driver.
- Click OK twice.Note: As an alternative method of setting up the port, you can do the following on the server that contains the ICM.
- Add this line to the NOTES.INI file:
- Add the name of the port, such as ICMPORT, to the Ports setting in the NOTES.INI file.
- Add the following to the NOTES.INI file:
Portname_TcpipAddress=0,IPAddress
where portname is the name of the new port you configured, such as ICMPORT, and IPAddress is the IP address you are using for the ICM.
Example:
ICMPORT_TcpIpAddress=0,192.94.222.169
- From the Domino® Administrator or the Web Administrator, click the Configuration tab.
- In the Tasks pane, expand Server, and click All Server Documents.
- Do one of the following:
- In the Results pane of the Domino® Administrator, select the Server document for the server on which you want to run the ICM. Then click Edit Server.
- In the Results pane of the Web Administrator, open the Server document for the server on which you want to run the ICM. Then click Edit Server.
- Click the tab.
- In the field ICM Notes port, enter the name of the port you configured, such as ICMPORT.
- If you want to use port 80 for both the ICM and the Web
server, you must do the following:
- In the Server document, click the tab.
- In the Host name(s) field, enter the IP address or host name of the Web server.
- In the Bind to host name field, select Enabled.
- Click Save & Close.