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:

[EMAIL PROTECTED]:~# 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

[EMAIL PROTECTED]:~# mounted.ocfs2 -f
Device                FS     Nodes
/dev/sda3             ocfs2  t1

[EMAIL PROTECTED]:~# mounted.ocfs2 -f
Device                FS     Nodes
/dev/sda3             ocfs2  t2




_______________________________________________
Ocfs2-users mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-users

Reply via email to