<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I have a PaceMaker cluster with three nodes, one, two and three. These nodes are CentOS Virtual Box VMs. In each of them when I do &#39;uname -a&#39; the name obtained is one, two, or three, depending on the node - i.e. just the name, without the domain. I have verified that the basic capability of the cluster works fine, by defining an IPAddr2 PaceMaker resource.</div><div><br></div><div>In each node I have the following  /etc/drbd.d/some-data.res file:</div><div><br></div><div>resource some-data {</div><div> protocol C;</div><div> meta-disk internal;</div><div> device /dev/drbd1;</div><div> syncer {</div><div> verify-alg sha1;</div><div> }</div><div> net {</div><div> allow-two-primaries;</div><div> }</div><div> on one {</div><div> disk /dev/sdb1;</div><div> address <a href="http://192.168.0.18:7789">192.168.0.18:7789</a>;</div><div> }</div><div> on two {</div><div> disk /dev/sdb1;</div><div> address <a href="http://192.168.0.19:7789">192.168.0.19:7789</a>;</div><div> }</div><div> on three {</div><div> disk /dev/sdb1;</div><div> address <a href="http://192.168.0.20:7789">192.168.0.20:7789</a>;</div><div> }</div><div>}</div><div><br></div><div>The /dev/sdb1 partition has been separately created in each node, each time with exactly the same parameters.</div><div><br></div><div>In node one I did the following:</div><div><br></div><div><div># drbdadm create-md some-data</div><div>initializing activity log</div><div>initializing bitmap (64 KB) to all zero</div><div>Writing meta data...</div><div>New drbd meta data block successfully created.</div></div><div><br></div><div>This seems to be fine. Immediately after, in the same node I did</div><div><br></div><div># modprobe drbd</div><div><div># drbdadm up some-data</div><div><br></div><div>  --==  Thank you for participating in the global usage survey  ==--<br></div><div>The server&#39;s response is:</div><div><br></div><div>you are the 11209th user to install this version</div><div>/etc/drbd.d/some-data.res:1: in resource knot-data:</div><div><span style="white-space:pre">        </span>There are multiple host sections for the peer node.</div><div><span style="white-space:pre">        </span>Use the --peer option to select which peer section to use.</div><div>resource some-data: cannot configure network without knowing my peer.</div></div><div><br></div><div>I had a look into the drbdadm man page, and it says that, when more than two host sections are in play, one must use the --peer option to specify the peer node to connect to. So I tried the following:</div><div><br></div><div># drbdadm up --peer two some-data</div><div><div>Device &#39;1&#39; is configured!</div><div>Command &#39;drbdmeta 1 v08 /dev/sdb1 internal apply-al&#39; terminated with exit code 20</div></div><div><br></div><div>Any ideas on what is going on, and how to fix it?</div><div><br></div><div><br></div></div></div></div></div></div>