CLUSTERS


When failover occurs
Failover occurs when users cannot access the server that contains the database they want or they cannot access the database itself. The following table describes reasons that users may not be able to access the server or the database they want.
CategoryCause of failover
Unable to access serverThe server is down
There are network connectivity problems
The server has reached the maximum number of users allowed (set with Server_MaxUsers in NOTES.INI)
The server is restricted by the administrator (using the Server_Restricted setting in NOTES.INI)
The server is BUSY because it has reached the maximum load allowed (the server availability threshold)
Unable to access databaseThe database is marked "Out of Service" in the Cluster Database Directory
The database is marked "Pending Delete" in the Cluster Database Directory
When a server or database is not available, failover occurs when a user attempts to use Notes to perform certain actions. The following table describes the actions that trigger failover.
CategoryAction that triggers failover
Database open operationsOpening a database from a bookmark
Clicking a document link, a view link, or a database link
Using Domain Search when a clustered indexing server is unavailable
Accessing roaming files when a clustered roaming server is unavailable
Activating a field, action, or button that contains @command ([FileOpenDatabase])
Running a LotusScript® routine that contains the OpenWithFailover method of the NotesDatabase class
Using Java(TM) that contains the OpenDatabase method of the DbDirectory class
Replicating with a database on a cluster server that is not running or not reachable on the network
Mail server related operationsSending mail
Name lookups
Type-ahead
Routing mail messages
Mail predelivery agents
Meeting invitations
Free time lookups
Server lookups
Web server operationsSelecting the Open URL icon
Clicking a URL hotspot
Accessing a URL with a Web browser

When failover does not occur

Failover does not occur in the following cases:


See Also