Hi, I have 2 nodes. I do: /etc/init.d/ocfs2 load /etc/init.d/ocfs2 online ocfs2 I enable all the debug options via debugfs.ocfs2 and - never, t1 try to connect to t2... - when i telnet t2 from t1 , t2 says : " (5679,2):o2hb_check_node_heartbeating_from_callback:1837 node (6) does not have heartbeating enabled. (5679,2):o2net_accept_one:1720 attempt to connect from node 't1' at 172.20.245.231:33032 but it isn't heartbeating " Bellow the config file on each server: root@t2:~# more /etc/ocfs2/cluster.conf node: ip_port = 7777 ip_address = 172.20.245.232 number = 3 name = t2 cluster = ocfs2 node: ip_port = 7777 ip_address = 172.20.245.231 number = 6 name = t1 cluster = ocfs2 cluster: node_count = 2 name = ocfs2 root@t1:~# mounted.ocfs2 -f Device FS Nodes /dev/sda3 ocfs2 t1 root@t2:~# mounted.ocfs2 -f Device FS Nodes /dev/sda3 ocfs2 t2
Yohan wrote:> Hi, > > I have 2 nodes. > I do: > > /etc/init.d/ocfs2 load > /etc/init.d/ocfs2 online ocfs2 > > I enable all the debug options via debugfs.ocfs2 > and > > - never, t1 try to connect to t2... > - when i telnet t2 from t1 , t2 says : > " > (5679,2):o2hb_check_node_heartbeating_from_callback:1837 node (6) does > not have heartbeating enabled. > (5679,2):o2net_accept_one:1720 attempt to connect from node 't1' at > 172.20.245.231:33032 but it isn't heartbeatingI think you forgot /etc/init.d/o2cb start. "/etc/init.d/ocfs2" only handles mounting the cluster volume. You may have to do: "/etc/init.d/o2cb configure" then start. rcr
On Fri, 10 Aug 2007, Yohan wrote:> root@t1:~# mounted.ocfs2 -f > Device FS Nodes > /dev/sda3 ocfs2 t1 > > root@t2:~# mounted.ocfs2 -f > Device FS Nodes > /dev/sda3 ocfs2 t2Tell us about /dev/sda. The use of the word 'replication' is interesting. -- John P.