hello,<br>
<br>
I want to configure ocfs2, I have 2 nodes with ununtu breezy with ocfs2
already in the kernel, and the ocfs2 disk is on one of the two nodes.
ssh is running on both nodes, but I have no propagate cluster button in
my ocfs2console<br>
<br>
every thing else works, I can mount the volume<br>
<br>
however there is one strange thing in my status:<br>
<br>
root@mars:~# /etc/init.d/o2cb status<br>
Module &quot;sctp&quot;: Loaded<br>
Module &quot;configfs&quot;: Loaded<br>
Filesystem &quot;configfs&quot;: Mounted<br>
Module &quot;ocfs2_nodemanager&quot;: Loaded<br>
Module &quot;ocfs2_dlm&quot;: Loaded<br>
Module &quot;ocfs2_dlmfs&quot;: Loaded<br>
Filesystem &quot;ocfs2_dlmfs&quot;: Mounted<br>
Checking cluster ocfs2: Online<br>
Checking heartbeat: Not active<br>
<br>
heartbeat is not active, how do I make this active<br>
<br>
my cluster.conf:<br>
node:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = <a href="http://10.0.20.10">10.0.20.10</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = mars<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfs2<br>
<br>
node:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = <a href="http://10.0.20.20">10.0.20.20</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = venus<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfs2<br>
<br>
cluster:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; node_count = 2<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = ocfs2<br>
<br>
Thanks in advance,<br>
Jan<br>