Subject: Notes Domino Networking
To help you out, I’ll provide some of the basics of configuring Domino ports and the tools used to verify connections and collect information about problems. Note that instructions for using a private lan for cluster replication are provided in the Admin help!
First, Notes and Domino can be configured with multiple Notes Ports (this is not the same as a TCPIP port). Separate Notes ports are used to communicate using different networking technologies or within the same technology (such as TCPIP) separate Notes ports are used to bind to different listening addresses.
Secondly, you mention that you are using one of your network cards for cluster replication and the other for normal traffic. Let’s make sure you got that right:
You need to first define two Notes ports. By default a port that is not bound to an address will listen on all addresses. So, if for example you had two network cards and one Notes port that is not bound to an address, all works well. The one port will listen on all addresses.
In your case I think you want to have two notes ports. Each one should be bound to the IP address of one of the network cards. You do this using the Notes.ini parameter →
_tcpipaddress=0,[:]
Have you created 2 Notes ports and bound them to the addresses of your 2 network cards?
Next, you need to tell cluster replication to use one of these ports for cluster replication. You can either re-order the ports so that the cluster replication port is first or you can tell cluster replication to use its port using this notes.ini →
Server_Cluster_Default_Port=Cluster Port
Now, to verify that all is well, you use ping first to detemrine if the base network is working and then use the Domino trace trace command to determine if the Domino servers are working, but what you reported in your note wasn’t actually detailed enough to know what you did.
First you want to ping the cluster replication network card on server A from server B. Did you do that or did you only ping sefrver A’s host name?
Next you want to do a trace on server Bs Domino console to server A. And since you have two ports you need to use the following syntax for the trace command (clearly shown in the help output). I assume that your cluster replication cards are on a private lan to prevent Notes client traffic from using them, right? So, you should expect connections from the public port to the private port on the other server to fail! Test all 4 combinations - i.e. from each of your local ports to each of the 2 ip addresses on the other server. Two of the tests should work and 2 should fail.
TRACE PORTS
If you are still having trouble, post notes.ini for both servers and the output from the trace commands.