Fail to failover on Domino cluster
0 pts.
0
Q:
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
ASKED: Apr 20 2005  11:57 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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 Answered: Apr 22 2005  1:11 AM GMT by fpoeta   0 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

qwe4rty   0 pts.  |   May 9 2005  9:27AM GMT

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