[Linux-cluster] Startup and Shutdown of a Virtual/Physical cluster

Lon H. Hohberger lhh at redhat.com
Thu Jan 24 20:30:33 UTC 2008


On Thu, 2008-01-24 at 17:13 +0100, Paolo Marini wrote:
> This is already configured that way - is'nt there a quick way to 
> shutdown the entire virtual/physical clusters at once ?

Depend; if you're managing the virtual instances, you can do something
like:

for a in `clustat -l | grep "^Service Name" | cut -f2 -d: `; do
clusvcadm -d $a; done 

-- Lon




More information about the Linux-cluster mailing list