<div dir="ltr">Hi,<div><br></div><div><br></div><div>     I&#39;m setting up fresh install on a Centos 5.11 using version: 8.3.15 of drbd. When I start the service I get below.<br><br><div>[root@node1RHEL5 ~]# service drbd start</div><div>Stopping all DRBD resources: .</div><div>Starting DRBD resources: [ d(clusterdb) s(clusterdb) n(clusterdb) ]..........</div><div>***************************************************************</div><div> DRBD&#39;s startup script waits for the peer node(s) to appear.</div><div> - In case this node was already a degraded cluster before the</div><div>   reboot the timeout is 30 seconds. [degr-wfc-timeout]</div><div> - If the peer was available before the reboot the timeout will</div><div>   expire after 30 seconds. [wfc-timeout]</div><div>   (These values are for resource &#39;clusterdb&#39;; 0 sec -&gt; wait forever)</div><div> To abort waiting enter &#39;yes&#39; [  19]:</div><div>.</div><div>[root@node1RHEL5 ~]#<br><br><br>Its not syncing or connecting.</div><div><br></div><div><div>[root@node1RHEL5 ~]# cat /proc/drbd</div><div>version: 8.3.15 (api:88/proto:86-97)</div><div>GIT-hash: 0ce4d235fc02b5c53c1c52c53433d11a694eab8c build by <a href="mailto:mockbuild@builder10.centos.org">mockbuild@builder10.centos.org</a>, 2013-03-27 16:01:26</div><div> 0: cs:WFConnection ro:Secondary/Unknown ds:UpToDate/Outdated C r----s</div><div>    ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:1044124</div><div>[root@node1RHEL5 ~]#</div><div><br></div><div><br></div><div>I check my hostname, connection and firewall every thing seem ok. I disable SE linux also.</div><div><br></div><div>Might be my .res config. Can someone check if below are correct config. by the way my Centos is running on a vmware worksation.</div><div><br></div><div><div>[root@node1RHEL5 ~]# cat /etc/drbd.d/clusterdb.res</div><div>resource clusterdb</div><div> {</div><div> startup {</div><div> wfc-timeout 30;</div><div> outdated-wfc-timeout 20;</div><div> degr-wfc-timeout 30;</div><div> }</div><div><br></div><div>net {</div><div> cram-hmac-alg sha1;</div><div> shared-secret sync_disk;</div><div> }</div><div><br></div><div>syncer {</div><div> rate 10M;</div><div> al-extents 257;</div><div> on-no-data-accessible io-error;</div><div> }</div><div> on node1RHEL5.test.local {</div><div> device /dev/drbd0;</div><div> disk /dev/sdb1;</div><div> address <a href="http://10.1.1.10:7788">10.1.1.10:7788</a>;</div><div> flexible-meta-disk internal;</div><div> }</div><div> on node2RHEL5.test.local {</div><div> device /dev/drbd0;</div><div> disk /dev/sdb1;</div><div> address <a href="http://10.1.1.11:7788">10.1.1.11:7788</a>;</div><div> meta-disk internal;</div><div> }</div><div>}</div></div><div><br></div>Thanks,</div></div><div>AC</div></div>