server:server/Org availability UNREACHABLE

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

Subject: Server Document

Hi,

did you add the Cluster1 Port in the Ports Section in your Server documents?

Is this line in notes.ini on server B a write error?

Server_Cluster_Default_Port=CLUSTER

I think this should be CLUSTER1

Greetings

Chris

Subject: Also

I could add to check the hostname of the servers and that they match in the ports section in the server document.

I had a problem once, where those settings were incorrect and the servers weren’t finding each other because it resolved another hostname.

Update: Can you post results for a trace command on each server console? Its ‘trace serverA’ from serverB for example. It should say which port is trying to use and the resolved hostname/IP

Subject: show cluster is OK

thanks to Christoph Stoettner and Sebastian Fratini. server_cluster_default_port=cluster1 in notes.ini and ports section in server document is right.sorry for my mistake.I think the connection document use the cluster1 port and names.nsf need a replication.Now the result for trace serverA from serverB

trace serverA

2009-12-31 19:24:19 Remote console command issued by admin/Org: trace serverA

2009-12-31 19:24:19 Network: Determining path to server SERVERA

2009-12-31 19:24:19 Network: Available Ports: TCPIP CLUSTER1

2009-12-31 19:24:19 Network: Checking normal priority connection documents only…

2009-12-31 19:24:19 Network: Local network connection document found for serverA/Org

2009-12-31 19:24:19 Network: Verifying address ‘serverA.Org.com’ for serverA/Org on CLUSTER1

2009-12-31 19:24:19 Network: Using address ‘192.168.0.215’ for serverA/Org on CLUSTER1

2009-12-31 19:24:19 Network: Connected to server serverA/Org

2009-12-31 19:24:19 Network: Attempting Authenticated Connection

2009-12-31 19:24:19 Network: Compression is Disabled

2009-12-31 19:24:19 Network: Encryption is Disabled

2009-12-31 19:24:24 Closed session for admin/Org|Databases accessed: 4 Documents read: 0 Documents written: 0

2009-12-31 19:24:25 Opened session for admin/Org (Release 8.5)

Subject: Cluster Note available

I had this problem and it was not the ports.

I had typed the Servers A connection ip address wrong on Server B so Server B when I did show clusters said Server A cluster was unavailable.

I fix the connection doc on Server A to connect to Server B and Cluster shows up now.

So also check your connection docs.