Hi 

I'm setting up a 4 node cluster

2 of the nodes for DB (mysql) in master-slave failover config
And 
2 nodes running jboss server active/active 

What do I do so that pacemaker wont look for a "mysqlcl_monitor_0" on
the servers that will be hosting the jboss.

This is the config I have so far ... early stages.

crm configure show
node kccintodb01 \
        attributes standby="off"
node kccintodb11 \
        attributes standby="off"
node kccintojb01 \
        attributes standby="off"
node kccintojb11 \
        attributes standby="off"
primitive ClusterIP ocf:heartbeat:IPaddr2 \
        params ip="10.42.17.212" cidr_netmask="32" \
        op monitor interval="30s"
primitive mysqlcl lsb:mysql \
        meta target-role="Started"
group mysql ClusterIP mysqlcl
property $id="cib-bootstrap-options" \
        dc-version="1.1.2-f059ec7ced7a86f18e5490b67ebf4a0b963bccfe" \
        cluster-infrastructure="openais" \
        expected-quorum-votes="3" \
        stonith-enabled="false"
rsc_defaults $id="rsc-options" \
        resource-stickiness="100"
To read FirstRand Bank's Disclaimer for this email click on the following 
address or copy into your Internet browser: 
https://www.fnb.co.za/disclaimer.html 

If you are unable to access the Disclaimer, send a blank e-mail to
firstrandbankdisclai...@fnb.co.za and we will send you a copy of the Disclaimer.

_______________________________________________
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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker

Reply via email to