> How can I check the currently installed version of Pacemaker ? Depending on your setup and version there are multiple ways to find out:
Package management: rpm -qa|grep -i pacemaker dpkg -l|grep -i pacemaker Cluster executable: crmadmin --version >From a running clusters cib: cibadmin -Q|grep dc-version Regards Dominik _______________________________________________ Pacemaker mailing list [email protected] http://list.clusterlabs.org/mailman/listinfo/pacemaker
