Hi All, I needed to rebuild the operating system on one of the 4 nodes in my cluster but when I try to startup ocfs, the return from the init script is nothing? how do I fix: [root@kmloraper1 /]# /etc/init.d/ocfs2 restart Stopping Oracle Cluster File System (OCFS2) [ OK ] Starting Oracle Cluster File System (OCFS2) ocfs2_hb_ctl: Device name specified was not found while reading uuid mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" [FAILED]
Sunil Mushran
2007-Mar-30 12:58 UTC
[Ocfs2-users] HowTo recover ocfs2 in a 10g four node cluster
ocfs2 init script is mounting devices listed in /etc/fstab. Check the device names. If you are mounting by device name, the name may have changed. If so, fix the device name and also look up mount by label in the docs. John E wrote:> Hi All, > > I needed to rebuild the operating system on one of the 4 nodes in my > cluster but when I try to startup ocfs, the return from the init > script is nothing? > > how do I fix: > > [root@kmloraper1 /]# /etc/init.d/ocfs2 restart > Stopping Oracle Cluster File System (OCFS2) [ OK ] > Starting Oracle Cluster File System (OCFS2) ocfs2_hb_ctl: Device name > specified was not found while reading uuid > mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: > "Operation not permitted" > [FAILED] > > _______________________________________________ > Ocfs2-users mailing list > Ocfs2-users@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-users