<div dir="ltr">yup your correct something to do with my FW(I&#39;m using iptables) I flush it for a while to troubleshoot it and I get this output, that means its now connected and sync to node 2. I&#39;ll add the port on my iptables.<br><br><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:Connected ro:Secondary/Secondary ds:UpToDate/UpToDate C r-----</div><div>    ns:1044124 nr:0 dw:0 dr:1044124 al:0 bm:64 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:0</div><div><br></div><div><br></div><div>Thanks for the help. </div><div><br></div><div>-turffy(ac)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 23, 2015 at 10:54 PM, Digimer <span dir="ltr">&lt;<a href="mailto:lists@alteeve.ca" target="_blank">lists@alteeve.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Firewall?<br>
<br>
If you run:<br>
<br>
modprobe drbd<br>
drbdadm attach all<br>
drbd connect all<br>
<br>
On the 10.1.1.10 node, can you &#39;telnet 10.1.1.10 7788&#39; from the other<br>
node? If so, what about in the other direction? If that works, can you<br>
test disabling encryption? Maybe there is a key problem?<br>
<span class=""><br>
On 23/02/15 09:12 AM, Ac Perdon wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m setting up fresh install on a Centos 5.11 using version:<br>
&gt; 8.3.15 of drbd. When I start the service I get below.<br>
&gt;<br>
&gt; [root@node1RHEL5 ~]# service drbd start Stopping all DRBD<br>
&gt; resources: . Starting DRBD resources: [ d(clusterdb) s(clusterdb)<br>
&gt; n(clusterdb) ]..........<br>
&gt; ***************************************************************<br>
&gt; DRBD&#39;s startup script waits for the peer node(s) to appear. - In<br>
&gt; case this node was already a degraded cluster before the reboot the<br>
&gt; timeout is 30 seconds. [degr-wfc-timeout] - If the peer was<br>
&gt; available before the reboot the timeout will expire after 30<br>
&gt; seconds. [wfc-timeout] (These values are for resource &#39;clusterdb&#39;;<br>
&gt; 0 sec -&gt; wait forever) To abort waiting enter &#39;yes&#39; [  19]: .<br>
&gt; [root@node1RHEL5 ~]#<br>
&gt;<br>
&gt;<br>
&gt; Its not syncing or connecting.<br>
&gt;<br>
&gt; [root@node1RHEL5 ~]# cat /proc/drbd version: 8.3.15<br>
&gt; (api:88/proto:86-97) GIT-hash:<br>
&gt; 0ce4d235fc02b5c53c1c52c53433d11a694eab8c build by<br>
&gt; <a href="mailto:mockbuild@builder10.centos.org">mockbuild@builder10.centos.org</a><br>
</span>&gt; &lt;mailto:<a href="mailto:mockbuild@builder10.centos.org">mockbuild@builder10.centos.org</a>&gt;, 2013-03-27 16:01:26 0:<br>
<span class="">&gt; cs:WFConnection ro:Secondary/Unknown ds:UpToDate/Outdated C r----s<br>
&gt; ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b<br>
&gt; oos:1044124 [root@node1RHEL5 ~]#<br>
&gt;<br>
&gt;<br>
&gt; I check my hostname, connection and firewall every thing seem ok.<br>
&gt; I disable SE linux also.<br>
&gt;<br>
&gt; Might be my .res config. Can someone check if below are correct<br>
&gt; config. by the way my Centos is running on a vmware worksation.<br>
&gt;<br>
&gt; [root@node1RHEL5 ~]# cat /etc/drbd.d/clusterdb.res resource<br>
&gt; clusterdb { startup { wfc-timeout 30; outdated-wfc-timeout 20;<br>
&gt; degr-wfc-timeout 30; }<br>
&gt;<br>
&gt; net { cram-hmac-alg sha1; shared-secret sync_disk; }<br>
&gt;<br>
&gt; syncer { rate 10M; al-extents 257; on-no-data-accessible io-error;<br>
&gt; } on node1RHEL5.test.local { device /dev/drbd0; disk /dev/sdb1;<br>
</span>&gt; address <a href="http://10.1.1.10:7788" target="_blank">10.1.1.10:7788</a> &lt;<a href="http://10.1.1.10:7788" target="_blank">http://10.1.1.10:7788</a>&gt;; flexible-meta-disk<br>
<span class="">&gt; internal; } on node2RHEL5.test.local { device /dev/drbd0; disk<br>
</span>&gt; /dev/sdb1; address <a href="http://10.1.1.11:7788" target="_blank">10.1.1.11:7788</a> &lt;<a href="http://10.1.1.11:7788" target="_blank">http://10.1.1.11:7788</a>&gt;;<br>
&gt; meta-disk internal; } }<br>
&gt;<br>
&gt; Thanks, AC<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________ drbd-user mailing<br>
&gt; list <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
&gt; <a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
&gt;<br>
<br>
<br>
- --<br>
Digimer<br>
Papers and Projects: <a href="https://alteeve.ca/w/" target="_blank">https://alteeve.ca/w/</a><br>
What if the cure for cancer is trapped in the mind of a person without<br>
access to education?<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1<br>
<br>
iQIcBAEBAgAGBQJU6z8cAAoJECChztQA3mh00XkP/3zyjoOE0B+gyOU9Uqvv2Mik<br>
2EWKqrzLCQbMOg6mBZtWQ4UZBhM+WBI6A+neF0gilFZZNxnJmJ7qdNnx4rQav0DD<br>
a+JKKfiDlAAFBIm+KmuCdWxyaaTyLXh3HrfNO+17xwYyUswsmnQk4dB4tLRrjmRc<br>
LFRK6SToDapZK8jurlFUJGxa6StFzZcxk0Ih7VUQPotfX2qO+xlRz+MQterfyIbm<br>
IMvweJMIwsnuIQfOBqvpF542g94hS/tijcGTYoqLh6PYnuG36jr3O5fsNV2H5sKJ<br>
5Tl3p4m4cDLFHJuO6pQLLiivpPiseOEKTHKBLZbu1HWVDDToKLLRfCZEx/K7/iji<br>
ARln5eX//7OlJdOyqIsIYWgGi3JjXBY2E3cwrJNCpFPnmIeyiemxDPWPYZ3cN6Pp<br>
oBIotvN8HgT89VtTIW7EuaC2H/aTgp+CaDosmx6+rBOQQHed3eBZ7Dd5iWuCJz+k<br>
nwl4M00AoZSRDcszWqXLPim6rNbOEdXcoK3PfhOKXsP5GkFaBUaCbGn+PZL7rgwb<br>
mhyGEpwPYn3BRrTkpAVabar417XqT+bta/jhcxpctT4xDImzX/QAVjbg9meg+5hg<br>
DzDgVNMrZUl0tbhSoSOb+EhwWm92DD5GqXw8SkNmcn6arkBooLyaLsf1IupJEvmq<br>
p55mwHtlkrrXNKINgwGN<br>
=Snh2<br>
-----END PGP SIGNATURE-----<br>
</blockquote></div><br></div>