Hi list, I just have a quick question. We are experimenting with ocfs2 and linux heartbeat, using user based heartbeat for ocfs2. So I thougth that the linux heartbeat is managing everything, but I have seen that the nodes still talk to each other via port 7777. I am just wondering whether this is the correct behaviour, or do I have sth. misconfigured here? kind regards Sebastian
That's probably dlm communication. You should be able to confirm that using ethereal/wireshark. http://oss.oracle.com/~smushran/.debug/wireshark/ Sebastian Reitenbach wrote:> Hi list, > > I just have a quick question. We are experimenting with ocfs2 and linux > heartbeat, using user based heartbeat for ocfs2. So I thougth that the linux > heartbeat is managing everything, but I have seen that the nodes still talk to > each other via port 7777. I am just wondering whether this is the correct > behaviour, or do I have sth. misconfigured here? > > kind regards > Sebastian > > > _______________________________________________ > Ocfs2-users mailing list > Ocfs2-users@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-users >
Hi Sunil, Sunil Mushran <Sunil.Mushran@oracle.com> wrote:> That's probably dlm communication. You should be > able to confirm that using ethereal/wireshark. > > http://oss.oracle.com/~smushran/.debug/wireshark/ >thanks a lot for your fast answer. It seems to be the lock manager talking, and I think it would be bad if it would stop talking, despite the heartbeat method used. So my struggles must be somewhere else. kind regards Sebastian