On 01/25/2010 06:19 PM, Schaefer, Diane E wrote:
> I need to be able to stop this resource on only one node of the cluster
> at a time to do maintenance tasks.  If I define it as a clone, a stop
> resource stops both sides.

you can
a) add contraints so that the clone is stopped on one host only
(e.g. via "crm migrate $res $node") or
b) put that node into standby via "crm node standby $node"

in addition, you can for example  use n-1 clones, so one host is always
free.

cheers,
raoul
-- 
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc.          email.          [email protected]
Technischer Leiter

IPAX - Aloy Bhatia Hava OEG         web.          http://www.ipax.at
Barawitzkagasse 10/2/2/11           email.            [email protected]
1190 Wien                           tel.               +43 1 3670030
FN 277995t HG Wien                  fax.            +43 1 3670030 15
____________________________________________________________________

_______________________________________________
Pacemaker mailing list
[email protected]
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to