<HTML dir=ltr><HEAD>
<STYLE title=owaParaStyle>P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY ocsi="x">
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>As an update, I managed to get DRBD starting up on boot by using update-rc.d.&nbsp; It is currently starting with the default priority (20), which is lower than corosync's, ocfs2's, etc.&nbsp; My presumption is that this means that DRBD should be starting before those services.&nbsp; Nevertheless, I continue to get the same corosync errors as before.</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=tahoma>Thanks,</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=tahoma>- Adam</FONT></DIV></FONT></DIV>
<DIV style="DIRECTION: ltr" id=divRpF166180>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> drbd-user-bounces@lists.linbit.com [drbd-user-bounces@lists.linbit.com] On Behalf Of J. Adam Craig [acraig@pamplinpark.org]<BR><B>Sent:</B> Monday, June 07, 2010 2:49 PM<BR><B>To:</B> drbd-user@lists.linbit.com<BR><B>Subject:</B> [DRBD-user] DRBD Not Starting on Boot / Pacemaker Errors<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>Hello folks,</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma>I'm noticing that DRBD is not starting automatically on boot in my Ubuntu 8.04 LTS Server&nbsp;implementation.&nbsp; All was working fine with DRBD and Pacemaker / Corosync until I restarted the two nodes.&nbsp; DRBD did not startup on boot, and crm_mon is showing errors.</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma>I was wondering how (1) I could get DRBD to start on boot (should Pacemaker / Corosync do this, or do I need to do something with update-rc.d?) and (2) how these Corosync errors can be eliminated, if DRBD not starting on boot is not the cause of the trouble.&nbsp; I'm pasting the results of crm_mon below, along with my Corosync configuration below that.</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=tahoma>I do know that the drbd init file (ver 8.3.8)&nbsp;is stored&nbsp;as /usr/local/etc/init.d/drbd</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma>Thanks!</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma>- Adam</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma></FONT>&nbsp;</DIV>
<DIV dir=ltr><STRONG><FONT size=2 face=Tahoma>crm_mon results:</FONT></STRONG></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV dir=ltr><FONT size=2 face=Tahoma>============<BR>Last updated: Mon Jun&nbsp; 7 14:38:40 2010<BR>Stack: openais<BR>Current DC: vmdevel1 - partition with quorum<BR>Version: 1.0.4-2609e060ce0c516c95ae31f44a10fed0202abfb6<BR>2 Nodes configured, 2 expected votes<BR>2 Resources configured.<BR>============</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Tahoma>Online: [ vmdevel1 vmdevel2 ]</FONT></DIV>
<DIV dir=ltr><BR><FONT size=2 face=Tahoma>Failed actions:<BR>&nbsp;&nbsp;&nbsp; Cluster-FS-DRBD:0_monitor_0 (node=(null), call=2, rc=5, status=complete): no<BR>t installed<BR>&nbsp;&nbsp;&nbsp; Cluster-FS-Mount:0_start_0 (node=vmdevel2, call=4, rc=1, status=complete): u<BR>nknown error<BR>&nbsp;&nbsp;&nbsp; Cluster-FS-DRBD:0_monitor_0 (node=(null), call=2, rc=5, status=complete): no<BR>t installed<BR>&nbsp;&nbsp;&nbsp; Cluster-FS-Mount:0_start_0 (node=vmdevel1, call=4, rc=1, status=complete): u<BR>nknown error</FONT></DIV></BLOCKQUOTE>
<DIV dir=ltr><STRONG><FONT size=2 face=Tahoma>Corosync Configuration:</FONT></STRONG></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px" dir=ltr>
<DIV dir=ltr><FONT size=2 face=Tahoma>node vmdevel1<BR>node vmdevel2<BR>primitive Cluster-FS-DRBD ocf:linbit:drbd \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; params drbd_resource="cluster-ocfs" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; operations $id="Cluster-FS-DRBD-ops" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; op monitor interval="20" role="Master" timeout="20" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; op monitor interval="30" role="Slave" timeout="20" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meta target-role="started"<BR>primitive Cluster-FS-Mount ocf:heartbeat:Filesystem \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; params device="/dev/drbd0" directory="/cluster" fstype="ocfs2" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meta target-role="started"<BR>ms Cluster-FS-DRBD-Master Cluster-FS-DRBD \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meta resource-stickiness="100" master-max="2" notify="true" interleave="true"<BR>clone Cluster-FS-Mount-Clone Cluster-FS-Mount \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; meta interleave="true" ordered="true"<BR>order Cluster-FS-After-DRBD inf: Cluster-FS-DRBD-Master:promote Cluster-FS-Mount-Clone:start<BR>property $id="cib-bootstrap-options" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dc-version="1.0.4-2609e060ce0c516c95ae31f44a10fed0202abfb6" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster-infrastructure="openais" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expected-quorum-votes="2" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no-quorum-policy="ignore" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stonith-enabled="false" \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default-resource-stickiness="1000"</FONT></DIV></BLOCKQUOTE></DIV></BODY></HTML>