Re: determine active or passive node

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I decided to query the cluster suite directly:

#!/bin/bash

HOSTNAME=`hostname`
SERVICE="db2"
CLUSTAT=`/usr/sbin/clustat -s ${SERVICE}|tail -n1`
# Should return: #db2 your-hostname started
if [[ ${CLUSTAT} =~
   ${SERVICE}[[:blank:]]+${HOSTNAME}[[:blank:]]+started ]] ; then
   exit 0;
fi

# Else node is not active.
exit 255

--
Neil Watson             | Debian Linux
System Administrator    | Uptime 38 days
http://watson-wilson.ca

--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux