This section describes how to determine the active and standby management nodes of Manager on the Master1 node.
You can log in to other nodes in the cluster from the Master node. After logging in to the Master node, you can determine the active and standby management nodes of Manager and run commands on corresponding management nodes.
In active/standby mode, a switchover can be implemented between Master1 and Master2. For this reason, Master1 may not be the active management node for Manager.
su - omm
For versions earlier than MRS 3.x, run the sh ${BIGDATA_HOME}/om-0.0.1/sbin/status-oms.sh command.
For MRS 3.x or later: Run the sh ${BIGDATA_HOME}/om-server/om/sbin/status-oms.sh command.
In the command output, the node whose HAActive is active is the active management node (mgtomsdat-sh-3-01-1 in the following example), and the node whose HAActive is standby is the standby management node (mgtomsdat-sh-3-01-2 in the following example).
Ha mode double NodeName HostName HAVersion StartTime HAActive HAAllResOK HARunPhase 192-168-0-30 mgtomsdat-sh-3-01-1 V100R001C01 2014-11-18 23:43:02 active normal Actived 192-168-0-24 mgtomsdat-sh-3-01-2 V100R001C01 2014-11-21 07:14:02 standby normal Deactived
If the Master1 node to which you have logged in is the standby management node and you need to log in to the active management node, run the following command:
ssh IP address of Master2 node