Verifying cluster health
Before and after you upgrade, revert, or downgrade a cluster, you should verify that the nodes are healthy and eligible to participate in the cluster, and that the cluster is in quorum.
- Verify that the nodes in the cluster are online and are eligible to participate in the cluster: cluster show
Example
TDC-DM7K::*> cluster show
Node Health Eligibility Epsilon
-------------------- ------- ------------ ------------
TDC-7K-01 true true false
TDC-7K-02 true true falseIf any node is unhealthy or ineligible, check EMS logs for errors and take corrective action.
- Set the privilege level to advanced: set -privilege advanced
- Enter y to continue.
- Verify the configuration details for each RDB process.
The relational database epoch and database epochs should match for each node.
The per-ring quorum master should be the same for all nodes.
Note that each ring might have a different quorum master.
To display this RDB process... Enter this command... Management application cluster ring show -unitname mgmt Volume location database cluster ring show -unitname vldb Virtual-Interface manager cluster ring show -unitname vifmgr SAN management daemon cluster ring show -unitname bcomd Example
This example shows the volume location database process:TDC-DM7K::*> cluster ring show -unitname vldb
Node UnitName Epoch DB Epoch DB Trnxs Master Online
--------- -------- -------- -------- -------- --------- ---------
TDC-7K-03 vldb 154 154 14847 TDC-7K-03 master
TDC-7K-01 vldb 154 154 14847 TDC-7K-03 secondary
TDC-7K-02 vldb 154 154 14847 TDC-7K-03 secondary
TDC-7K-04 vldb 154 154 14847 TDC-7K-03 secondary
4 entries were displayed. - If you are operating in a SAN environment, verify that each node is in a SAN quorum: event log show -messagename scsiblade.* The most recent scsiblade event message for each node should indicate that the scsi-blade is in quorum.
Example
TDC-DM7K::*> event log show -messagename scsiblade.*
Time Node Severity Event
------------------- ---------------- ------------- ---------------------------
MM/DD/YYYY TIME TDC-7K-03 INFORMATIONAL scsiblade.in.quorum: The scsi-blade ...
MM/DD/YYYY TIME TDC-7K-01 INFORMATIONAL scsiblade.in.quorum: The scsi-blade ... - Return to the admin privilege level: set -privilege admin
Related information
Give documentation feedback