<html><head><style id="axi-htmleditor-style" type="text/css">p { margin: 0px; }</style></head><body style="font-size: 10pt; font-family: Arial; background-image: none; background-repeat: repeat; background-attachment: fixed;">Hi. I'm a new openais user. I followed:<br><br>http://www.clusterlabs.org/mediawiki/images/9/9d/Clusters_from_Scratch_-_Apache_on_Fedora11.pdf<br><br>And I was very successful in getting a cluster setup. I'm having a few issues that I'm trying to sort out and I was wondering if I could get some help. <br><br>Here is my configuration:<br><br>node axigen1<br>node axigen2<br>primitive axigenFS ocf:heartbeat:Filesystem \<br>        params device="/dev/vgAxigenMailStore01/lvAxigenMailStore01" directory="/var/opt/axigen" fstype="ocfs2" \<br>        meta target-role="Started"<br>primitive axigenFilters lsb:axigenfilters \<br>        op monitor interval="120s" timeout="30s" \<br>        meta migration-threshold="2"<br>primitive axigenIP ocf:heartbeat:IPaddr2 \<br>        params ip="*.*.*.*" cidr_netmask="23" nic="eth0" \<br>        op monitor interval="21s" timeout="5s" \<br>        meta migration-threshold="2"<br>primitive axigenServer lsb:axigen \<br>        op monitor interval="120s" timeout="30s" \<br>        meta migration-threshold="2"<br>primitive dlm ocf:pacemaker:controld \<br>        op monitor interval="120s"<br>primitive o2cb ocf:ocfs2:o2cb \<br>        op monitor interval="120s" group axigenGroup axigenServer axigenFilters clone axigenFS-clone axigenFS \<br>        meta interleave="true"<br>group axigenGroup axigenFilters axigenServer<br>clone axigenFS-clone axigenFS<br>clone dlm-clone dlm \<br>        meta interleave="true"<br>clone o2cb-clone o2cb \<br>        meta interleave="true"<br>colocation axigenFS-with-o2cb inf: axigenFS-clone o2cb-clone<br>colocation axigenGroup-with-axigenFS inf: axigenGroup axigenFS-clone<br>colocation axigenGroup-with-axigenIP inf: axigenGroup axigenIP<br>colocation o2cb-with-dlm inf: o2cb-clone dlm-clone<br>order start-axigenGroup-after-axigenFS inf: axigenFS-clone axigenGroup<br>order start-axigenGroup-after-axigenIP inf: axigenIP axigenGroup<br>order start-o2cb-after-dlm inf: dlm-clone o2cb-clone<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.0.5-462f1569a43740667daf7b0f6b521742e9eb8fa7" \<br>        cluster-infrastructure="openais" \<br>        expected-quorum-votes="2" \<br>        stonith-enabled="false" \<br>        cluster-delay="60s" \<br>        last-lrm-refresh="1254246905" \<br>        no-quorum-policy="ignore"<br>rsc_defaults $id="rsc-options" \<br>        resource-stickiness="100"<br><br><br>I'm running a mailsystem on a two node cluster backed by an lvm'ed ocfs2 filesystem. I recompiled lvm2 v 2.0.49 to support openais as the clvmd type. <br><br>I just had an issue where both nodes in the cluster started the IPResource and the axigenGroup. This resulted in some corruption. Is there something in my configuration that would make this ok? <br><br>I don't have stonith yet. I'm trying to get things stable before I risk death matches between the nodes. <br><br>Any insight would be helpful <br><br>Thanks,<br><br><br></body></html><br><br>_________________________<br>This email was transferred using an evaluation version<br>of AXIGEN Mail Server.<br><br>