2015-08-12 15:45 GMT+02:00 Karl Rößmann <k.roessm...@fkf.mpg.de>: > > Hi, > > is there an easy way to determine in a script (bash or python) whether > a CRM Resource (Xen Domain) is running or not ? >
We query the location of a resource in bash with this: if [ ! "$(/usr/sbin/crm_resource -Q -r resourcename -W)" = "$(hostname)" ]; then just have a look at "man crm_resource" i'm pretty sure you'll find something suitable.
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org