Operating System - HP-UX
1754393 Members
2740 Online
108813 Solutions
New Discussion

cluster primary/Alternate node?

 
hpux_sun
Occasional Advisor

cluster primary/Alternate node?

i am having 2 node cluster environment, can you please tell methat how do iknow that which one is primary node and alternate node?

 

how to configure a node as primary node in cluster environment?

 

2 REPLIES 2
Jeff_Traigle
Honored Contributor

Re: cluster primary/Alternate node?

Assuming you mean Serviceguard, you use the cmviewcl command to determine which system a particular package is running on. There's not necessarily one primary node in a cluster since multiple packages can exist in a cluster and each one could run on a different node.

--
Jeff Traigle
Matti_Kurkela
Honored Contributor

Re: cluster primary/Alternate node?

As Jeff already said, "cmviewcl" is the command you need.

 

In particular, use "cmviewcl -v" and then look at "Node_Switching_Parameters" in the section of each package.

The NODE_TYPE field will say either "Primary" or "Alternate".

 

These settings are specific to each package: for example, Node A may be the primary node for package X, while it is an alternate node for packages Y and Z.

MK