Check dmesg on both nodes. The error indicates that the connect failed. Ensure the ip addresses of all nodes in /etc/ocfs2/cluster.conf are correct. Also, that the conf file is the same on all nodes.
Try pinging the other node on the configured interface: # ping -I ethX node1 Akin Seigmund Walter-Johnson III wrote: > I currenlty have the setup below, both nodes can see the shared drive ( > confirmed with fdisk -l ) > However I am unable to mount the shared device from node (2) after I > mounted from node(1) > I get the follwoign error > mount.ocfs2: Transport endpoint is not connected while mounting > /dev/sdb1 on /u02/oradata/orcl > > OS Red Hat uname -r > --------------------------------- > 2.6.9-22.ELsmp > > OCFS version > -------------------------------- > OCFS2 1.2.1 Fri Apr 21 12:21:12 PDT 2006 (build > bd2f25ba0af9677db3572e3ccd92f739) > > /sbin/lsmod |grep ocfs > ocfs2 350660 1 > debugfs 14216 2 ocfs2 > ocfs2_dlmfs 27272 1 > ocfs2_dlm 183816 2 ocfs2,ocfs2_dlmfs > ocfs2_nodemanager 154464 7 ocfs2,ocfs2_dlmfs,ocfs2_dlm > configfs 28044 2 ocfs2_nodemanager > jbd 59481 2 ocfs2,ext3 > > > rpm -qa | grep ocfs > ocfs2console-1.2.1-1 > ocfs2-tools-1.2.1-1 > ocfs2-2.6.9-22.ELsmp-1.2.1-1 > > > _______________________________________________ Ocfs2-users mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-users
