0 pts.
 Fail to failover on Domino cluster
Two servers (A & B) in cluster. I tried to plug B network cable and I got an error on A -------------------------------------------------- Error connecting to server A: The TCP/IP stack can't bind a network address to a TCP socket, please verify that the TCP stack has been properly initialized. ----------------------------------------------------- So, the system also can't detect itself......I guess this may one of the reason caused user unable to failover. > sh cluster Cluster information: Cluster name: ABCluster, Server name: A Server cluster probe timeout: 1 minute(s) Server cluster probe count: 2178 Server cluster default port: ClusterPort Server availability threshold: 0 Server availability index: 1 (state: AVAILABLE) Server availability default minimum transaction time: 3000 Cluster members (2): server: A, availability: UNREACHABLE server: B, availability: UNREACHABLE

Software/Hardware used:
ASKED: April 20, 2005  11:57 PM
UPDATED: May 9, 2005  9:27 AM

Answer Wiki:
First check both server doc and both servers to make sure your IP addressing is correct. Second make sure if you have more than 1 Adapter in either or both machines that the notes.ini has the configured correctly. Also check DNS entries. Also client might need connection documents to each server depending on network setup. More information would help
Last Wiki Answer Submitted:  April 22, 2005  1:11 am  by  Fpoeta   0 pts.
All Answer Wiki Contributors:  Fpoeta   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You need to enable the new port which can use a dedicated NIC : Port name can be CLUST and this is added via Domino Admin, Configuration, Setup Ports on both servers. The same name can be used for the new port on both servers.

Enable Notes.ini paramaters for ServerA :

Cluster Port with dedicated cable to ServerA : 192.168.2.104
and ServerB : 192.168.2.105

These will exist in the notes.ini on bothe ServerA and ServerB

Ports=TCPIP, CLUST
TCPIP_TcpIPAddress=0,10.22.160.52:1352
CLUST_TcpIPAddress=0,192.168.2.10x:1352
Server_Cluster_Default_Port=CLUST
Server_Cluster_Probe_Port=CLUST
SERVER_CLUSTER_ON=1
CLUST_TcpConnectTimeout=0,5
CLUST=TCP,0,15,0,,12888

 0 pts.