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 heartbeating
I 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 _______________________________________________ Ocfs2-users mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-users
