Hi Cristiane,<br><br>I am new on pacemaker.<br>To mount the partitions automaticly you are using ocf:heartbeat:Filesystem. On my configuration I create folders at /mnt/myPartition.<br><br>This is my configuration:<br><br># crm configure property no-quorum-policy=ignore<br>
# crm configure property stonith-enabled=false<br>primitive net_conn ocf:pacemaker:ping params pidfile="/var/run/ping.pid" host_list="192.168.188.1" op start interval="0" timeout="60s" op stop interval="0" timeout="20s" op monitor interval="10s" timeout="60s"<br>
clone clone_net_conn net_conn meta clone-node-max="1" clone-max="2"<br>primitive cluster_ip ocf:heartbeat:IPaddr2 params ip="192.168.188.20" cidr_netmask="32" op monitor interval="10s"<br>
primitive cluster_mon ocf:pacemaker:ClusterMon params pidfile="/var/run/crm_mon.pid" htmlfile="/var/tmp/crm_mon.html" op start interval="0" timeout="20s" op stop interval="0" timeout="20s" op monitor interval="10s" timeout="20s"<br>
primitive drbd_r8 ocf:linbit:drbd params drbd_resource="r8" op monitor interval="60s" role="Master" op monitor interval="59s" role="Slave"<br>ms drbd_r8_ms drbd_r8 meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"<br>
location ms_drbd_r8-no-conn drbd_r8_ms rule $id="ms_drbd_r8-no-conn-rule" $role="Master" -inf: not_defined pingd or pingd number:lte 0<br>primitive drbd_r8_fs ocf:heartbeat:Filesystem params device="/dev/drbd8" directory="/mnt/drbd8" fstype="ext3"<br>
colocation fs_on_drbd inf: drbd_r8_fs drbd_r8_ms:Master<br>order fs_after_drbd inf: drbd_r8_ms:promote drbd_r8_fs:start<br>colocation coloc_mgmt inf: cluster_ip cluster_mon<br>colocation coloc_ms_ip inf: drbd_r8_ms:Master cluster_ip<br>

<br><br>Felipe<br><br><div class="gmail_quote">On Thu, Feb 14, 2013 at 11:23 AM, Cristiane França <span dir="ltr"><<a href="mailto:cristianedefranca@gmail.com" target="_blank">cristianedefranca@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>hello,</div><div>I installed Pacemaker (1.1.7-6) and DRBD (8.4.2-2) on my server CentOS 6.3 (kernel 2.6.32-279.19.1 - 64 bits).</div>
<div>I'm having the following problem:</div><div>The Pacemaker is not automatically mounting the DRBD partitions or setting which is the main machine.</div>
<div>Where is configured to mount the partitions?</div><div><br></div><div>my server configuration:</div><div><br></div><div>node primario</div><div>node secundario</div><div>primitive ClusterIP ocf:heartbeat:IPaddr2 \</div>

<div>        params ip="192.168.0.110" cidr_netmask="32" \</div><div>        op monitor interval="30s"</div><div>primitive database_fs ocf:heartbeat:Filesystem \</div><div>        params device="/dev/drbd3" directory="/database" fstype="ext4"</div>

<div>primitive drbd_database ocf:linbit:drbd \</div><div>        params drbd_resource="drbd3" \</div><div>        op monitor interval="15s"</div><div>primitive drbd_home ocf:linbit:drbd \</div><div>        params drbd_resource="drbd1" \</div>

<div>        op monitor interval="15s"</div><div>primitive drbd_sistema ocf:linbit:drbd \</div><div>        params drbd_resource="drbd2" \</div><div>        op monitor interval="15s"</div><div>

primitive home_fs ocf:heartbeat:Filesystem \</div><div>        params device="/dev/drbd1" directory="/home" fstype="ext4"</div><div>primitive sistema_fs ocf:heartbeat:Filesystem \</div><div>
        params device="/dev/drbd2" directory="/sistema" fstype="ext4"</div>
<div>ms ms_drbd_database drbd_database \</div><div>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"</div><div>ms ms_drbd_home drbd_home \</div>

<div>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"</div><div>ms ms_drbd_sistema drbd_sistema \</div><div>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"</div>

<div>colocation database_on_drbd inf: database_fs ms_drbd_database:Master</div><div>colocation fs_on_drbd inf: home_fs ms_drbd_home:Master</div><div>colocation sistema_on_drbd inf: sistema_fs ms_drbd_sistema:Master</div>
<div>
order database_after_drbd inf: ms_drbd_database:promote database_fs:start</div><div>order fs_after_drbd inf: ms_drbd_home:promote home_fs:start</div><div>order sistema_after_drbd inf: ms_drbd_sistema:promote sistema_fs:start</div>

<div>property $id="cib-bootstrap-options" \</div><div>        dc-version="1.1.7-6.el6-148fccfd5985c5590cc601123c6c16e966b85d14" \</div><div>        cluster-infrastructure="openais" \</div><div>

        stonith-enabled="false" \</div><div>        no-quorum-policy="ignore" \</div><div>        expected-quorum-votes="2" \</div><div>        last-lrm-refresh="1360756132"</div><div>

rsc_defaults $id="rsc-options" \</div><div>        resource-stickiness="100"</div><div><br></div><div><br></div><div><br></div><div><br></div><div>============</div><div>Last updated: Thu Feb 14 10:21:47 2013</div>

<div>Last change: Thu Feb 14 09:45:16 2013 via cibadmin on primario</div><div>Stack: openais</div><div>Current DC: primario - partition with quorum</div><div>Version: 1.1.7-6.el6-148fccfd5985c5590cc601123c6c16e966b85d14</div>

<div>2 Nodes configured, 2 expected votes</div><div>10 Resources configured.</div><div>============</div><div><br></div><div>Online: [ secundario primario ]</div><div><br></div><div> ClusterIP<span style="white-space:pre-wrap">   </span>(ocf::heartbeat:IPaddr2):<span style="white-space:pre-wrap">       </span>Started primario</div>

<div> Master/Slave Set: ms_drbd_home [drbd_home]</div><div>     drbd_home:0<span style="white-space:pre-wrap">        </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave secundario (unmanaged) FAILED</div>

<div>     drbd_home:1<span style="white-space:pre-wrap">  </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave primario (unmanaged) FAILED</div><div> Master/Slave Set: ms_drbd_sistema [drbd_sistema]</div>

<div>     drbd_sistema:0<span style="white-space:pre-wrap">       </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave primario (unmanaged) FAILED</div><div>     drbd_sistema:1<span style="white-space:pre-wrap">     </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave secundario (unmanaged) FAILED</div>

<div> Master/Slave Set: ms_drbd_database [drbd_database]</div><div>     drbd_database:0<span style="white-space:pre-wrap">    </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave primario (unmanaged) FAILED</div>

<div>     drbd_database:1<span style="white-space:pre-wrap">      </span>(ocf::linbit:drbd):<span style="white-space:pre-wrap">     </span>Slave secundario (unmanaged) FAILED</div><div><br></div><div>Failed actions:</div><div>
    drbd_database:0_stop_0 (node=primario, call=23, rc=5, status=complete): not installed</div><div>    drbd_home:1_stop_0 (node=primario, call=8, rc=5, status=complete): not installed</div><div>    drbd_sistema:0_stop_0 (node=primario, call=22, rc=5, status=complete): not installed</div>

<div>    drbd_home:0_stop_0 (node=secundario, call=18, rc=5, status=complete): not installed</div><div>    drbd_sistema:1_stop_0 (node=secundario, call=20, rc=5, status=complete): not installed</div><div>    drbd_database:1_stop_0 (node=secundario, call=19, rc=5, status=complete): not installed</div>

<div><br></div><div><br></div><div><br></div><div>I'm sorry for my English.<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Cristiane</div><div><br></div>
</font></span></div>
<br>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><b>--<br>-- Felipe Oliveira Gutierrez<br>-- <a href="mailto:Felipe.o.Gutierrez@gmail.com" target="_blank">Felipe.o.Gutierrez@gmail.com</a><br>-- <a href="https://sites.google.com/site/lipe82/Home/diaadia" target="_blank">https://sites.google.com/site/lipe82/Home/diaadia</a></b>