Configuring a partitioned server for one IP address and port mapping
To configure server partitions to share the same IP address and the same NIC, you use port mapping. With port mapping, you assign a unique TCP port number to each server partition and designate one partition to perform port mapping. The port-mapping partition listens on port 1352 and redirects IBM® Notes® and IBM Domino® connection requests to the other partitions.
About this task
If the port-mapping partition fails, existing sessions on the other partitions remain connected. In most cases, Notes clients will not be able to open new sessions on any of the partitions. However, because each Notes client maintains information in memory about recent connections, including those redirected by the port-mapping partition, a client may be able to connect to a partition even when the port-mapping partition is not running. A client or remote server that has a Connection document containing both the IP address and the assigned port can always access the port-mapping partition.
Because the port-mapping partition requires extra system resources, consider dedicating the partition to this task only. To do this, remove all other server tasks, such as mail routing and replication, from the partition's NOTES.INI file.
Port mapping works for NRPC communication only. However, you can use the Server document in the Domino Directory to configure IMAP, LDAP, and POP3 services and Domino Web servers to use unique ports for communication. When you do, you must make the port number available to users when they try to connect to the servers.
When you set up port mapping, the port-mapping partition automatically routes NRPC communication requests to the other server partitions.
Procedure
Results
The following example shows the lines you add to the NOTES.INI files of the server partitions to set up port mapping for six partitions.
Partition 1 (the port-mapping partition)
Example
TCPIP_TcpIpAddress=0,192.94.222.169:1352
TCPIP_PortMapping00=CN=Server2/O=Org2,192.94.222.169:13520
TCPIP_PortMapping01=CN=Server3/O=Org3,192.94.222.169:13521
TCPIP_PortMapping02=CN=Server4/O=Org4,192.94.222.169:13522
TCPIP_PortMapping03=CN=Server5/O=Org5,192.94.222.169:13523
TCPIP_PortMapping04=CN=Server6/O=Org6,192.94.222.169:13524
Partition 2
Example
TCPIP_TcpIpAddress=0,192.94.222.169:13520
Partition 3
Example
TCPIP_TcpIpAddress=0,192.94.222.169:13521
Partition 4
Example
TCPIP_TcpIpAddress=0,192.94.222.169:13522
Partition 5
Example
TCPIP_TcpIpAddress=0,192.94.222.169:13523
Partition 6
Example
TCPIP_TcpIpAddress=0,192.94.222.169:13524