Operating System - HP-UX
1834324 Members
3213 Online
110066 Solutions
New Discussion

Re: service guard question

 
Andy_9
Occasional Contributor

service guard question

Hello,

I'm very new to service guard clusters so can anyone tell me the correct procedure to halt a cluster and the specific commands to stop it please. Any help will be greatly appreciated.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: service guard question

Hi Andy,

If you truly want to halt the entire cluster,
do a cmhaltcl -f -v This will first halt all running packages and then halt the nodes.

You probably want to do something like this:
1) cmviewcl -v

This will list the nodes and packages

2) Next You want to halt packages
cmhaltpkg package_name -v

3) Next Halt the nodes
cmhaltnode -v node1
cmhaltnode -v node2

man cmviewcl,cmhaltcl,cmruncl,cmrunnode,cmhaltnode,cmrunpkg,cmhaltpkg,cmmodpkg for details.

Regards, Clay
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: service guard question

Hi Andy:

A very useful quick-reference to MC/ServiceGuard commands is Knowledge Base document #UXSGKBAN00000033.

Click Maintenance and Support -> Search Technical Knowledge Base -> [Select Search by DOCID using the above ID].

...JRF...