Using Serviceguard Extension for RAC, 7th Edition, September 2008

For multi-node packages, node switching Disabled means the package cannot start on that
node.
Status of Group Membership
The state of the cluster for Oracle RAC is one of the following:
Up. Services are active and being monitored. The membership appears in the output of
cmviewcl -l group.
Down. The cluster is halted and GMS services have been stopped. The membership does not
appear in the output of the cmviewcl -l group.
The following is an example of the group membership output shown in the cmviewcl command:
# cmviewcl -l group
GROUP MEMBER PID MEMBER_NODE
DGop 1 10394 comanche
0 10499 chinook
DBOP 1 10501 comanche
0 10396 chinook
DAALL_DB 0 10396 comanche
1 10501 chinook
IGOPALL 2 10423 comanche
1 10528 chinook
where the cmviewcl output values are:
GROUP
the name of a configured group
MEMBER
the ID number of a member of a group
PID
the Process ID of the group member
MEMBER_NODE
the Node on which the group member is running
Service Status
Services have only status, as follows:
Up. The service is being monitored.
Down. The service is not running. It may have halted or failed.
Uninitialized. The service is included in the package configuration, but it was not started
with a run command in the control script.
Unknown.
Network Status
The network interfaces have only status, as follows:
Up.
Down.
Unknown. We cannot determine whether the interface is up or down. This can happen when
the cluster is down. A standby interface has this status.
Serial Line Status
The serial line has only status, as follows:
Up. Heartbeats are received over the serial line.
Down. Heartbeat has not been received over the serial line within 2 times the NODE_TIMEOUT
value.
Reviewing Cluster and Package States with the cmviewcl Command 111