1833648 Members
4978 Online
110062 Solutions
New Discussion

cmhaltcl -f

 
Nick Stocker
Occasional Contributor

cmhaltcl -f

In a two-node ServiceGuard Cluster with a number of packages normally running on each node, does anyone know if it's possible to configure the cluster so that when you issue a "cmhaltcl -f" command it shuts down all packages simultaneously rather than one at a time?

cmruncl starts all packages at once which can be quite quick but cmhaltcl -f is very slow as it's doing each package one after the other.

Any ideas around this?

I am running ServiceGuard 11.17
Also using Sap Extensions and HP-UX version is 11.23

Thanks
Nick.
1 REPLY 1
Stephen Doud
Honored Contributor

Re: cmhaltcl -f

cmhaltcl and cmruncl are linked to the same command (use ll -i /usr/sbin/cm* to see this) and run similarly in that they initiate a series of commands to either start or stop packages after communicating with the nodes that will operate or shutdown the packages. There is no user interactive means to moderate the behavior of cmhaltcl.