Two servers (A & B) in cluster.the tcpip and cluster1 ports use the same NIC and them have own ip address and hostname.
Server A: the following config in notes.ini
TCPIP=TCP, 0, 15, 0
TCPIP_TcpIpAddress=0,192.168.0.215:1352
CLUSTER1=TCP, 0, 15, 0
CLUSTER1_TcpIpAddress=0,192.168.0.89:1352
Ports=TCPIP,CLUSTER1
Server_Cluster_Default_Port=CLUSTER1
SERVER_CLUSTER_ON=1
Server B: has the following config in notes.ini
TCPIP=TCP, 0, 15, 0
TCPIP_TcpIpAddress=0,192.168.151.219:1352
CLUSTER1=TCP, 0, 15, 0
CLUSTER1_TcpIpAddress=0,192.168.0.90:1352
Server_Cluster_Default_Port=CLUSTER
Ports=TCPIP,CLUSTER1
SERVER_CLUSTER_ON=1
At SERVER A :
show cluster
Cluster Information
Cluster name: cluster1, Server name: serverA/Org
Server cluster probe timeout: 1 minute(s)
Server cluster probe count: 434
Server cluster default port: CLUSTER1
Server availability threshold: 0
Server availability index: 100 (state: AVAILABLE)
server availability default minimun transaction time:3000
Cluster members (2):
server: serverA/Org, availability index: 100
server: serverB/Org, availability: UNREACHABLE
I use trace serverB is ok
is the NIC problem?thanks in advance