USER AND SERVER CONFIGURATION


How a server connects to another server
A connecting server uses the following steps to determine how to connect to a destination server. As soon as the connecting server successfully connects to the destination, it stops searching for additional connection methods.

1. The connecting server tries to connect using the same method it used the last time it made a successful connection to the destination server. Note these two exceptions:

2. The connecting server checks to see if it already has a WAN port connection to the destination server.

3. The server examines normal-priority Connection documents in the IBM® Lotus® Domino® Directory for information on what path to use to connect to the destination server. A normal-priority Connection document is one that has Normal selected in the "Usage priority" field.


4. The connecting server checks information stored in memory about other servers in the server's Notes named network. It uses this information to define a path to the destination server. The server reads this information from Server documents in its local Domino Directory.

5. If the connecting server's local Domino Directory does not contain information about the destination server, it tries to connect directly to the destination server on the LAN by using the server common name as its address.

6. The connecting server checks the low-priority Connection documents. A low-priority Connection document is one that has Low selected in the "Usage priority" field.

7. If the connecting server still cannot find a path to the destination server, it issues a message that a connection is not possible.

Note For workstations connecting to servers, the search logic is the same except that the workstation tries to use the passthru server listed as default in the Location document to make the connection if Steps 1 through 5 fail.

To display information about how a server makes a connection, open the Miscellaneous Events view in the log file (LOG.NSF). To change the amount of information Domino records about connections in the log file, change the log level.

Related topics