Please enter search query.
Search <product_name> all support & community content...
Article: 100021218
Last Published: 2010-12-17
Ratings: 0 0
Product(s): InfoScale & Storage Foundation
Problem
Each node in the two node cluster is reporting the other node as being in an UNKNOWN state.
ISSUE:
Cannot start the cluster as it shows offline.
ISSUE AS REPORTED:
Two node cluster is in an UNKNOWN state.
ERROR CODE/ MESSAGE:
node1# hastatus -summ
-- SYSTEM STATE
-- System State Frozen
A node1 RUNNING 0
A node2 UNKNOWN 0
node2# hastatus -summ
-- SYSTEM STATE
-- System State Frozen
A node1 UNKNOWN 0
A node2 RUNNING 0
CAUSE:
Both nodes in the cluster were started with the onenode option.
#hastart -onenode
Solution
Stop HAD on both nodes in the cluster:
node1# hastop -all
node2# hastop -all
Verify port membership under GAB:
node1# gabconfig -a
GAB Port Memberships
===============================================================
Port a gen a0660f membership 01
Start HAD on both nodes:
node1# hastart
node2# hastart
Verify both nodes are in a running state:
# hastatus -summ
-- SYSTEM STATE
-- System State Frozen
A node1 RUNNING 0
A node2 RUNNING 0