What is the meaning of B or C in hastatus?
If I run "hastatus -sum",I can see B or A or C in left side.What does they mean?
----------------------------------------------------------------------------
hastatus -sum
-- SYSTEM STATE
-- System State Frozen
A node1 RUNNING 0
A node2 UNKNOWN 0
-- GROUP STATE
-- Group System Probed AutoDisabled State
B Oss node1 Y N OFFLINE
B Oss node2 Y N OFFLINE
B Ossfs node1 Y N ONLINE
B Ossfs node2 Y N OFFLINE
B PrivLan node1 Y N OFFLINE|FAULTED
B PrivLan node2 Y N OFFLINE
B PubLan node1 Y N ONLINE
B PubLan node2 Y N OFFLINE
B Sybase1 node1 Y N OFFLINE|FAULTED
B Sybase1 node2 Y N OFFLINE
B VcsWeb node1 Y N ONLINE
B VcsWeb node2 Y N OFFLINE
-- RESOURCES FAILED
-- Group Type Resource System
C PrivLan Monitor private_lan node1
C Sybase1 Sybase masterdataservice node1
-- RESOURCES NOT PROBED
-- Group Type Resource System
D Oss Application SnmpHpunix node2
D Oss Application SnmpMaster node2
----------------------------------------------------------------------------
Thanks.
- The letters just refer to the different sections in the "hastatus -sum" output, so these are useful for greping for particular sections of the output, so for instance
hastatus -sum | grep "^D"
will just show you just the resources that are failed.I can't remember which letter shows you "Resouces Onlining", but I have greped for this letter before as this is very useful when the cluster is starting up if you haven't got access to GUI, especially for clusters with large configsMike