This would also work for a regular "physical" cluster correct?

-Gary



"Lon H. Hohberger" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
01/24/2008 01:30 PM
Please respond to
linux clustering <[email protected]>


To
linux clustering <[email protected]>
cc

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







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

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to