What you are missing is a shared (virtual) disk. If you believe that a disk is so shared, then format it on one guest and then issue the following command on both. $ debugfs.ocfs2 -R "stats" /dev/sdX | grep UUID
You should get the same UUID on both guests. Once this works, then attempt to mount the device on both guests. It will work. Sunil Tapas Mallick wrote: > Hi All, > > I am very new in OCFS(or u can say, novice in any > cluster file system). > > I have installed OCFS2 as per the instruction in two > of the Guest OS(Both RHEL 4 AS) in VMware Workstation > 6. In the first OS where I export the file system, I > am able to view the clustered file system and able to > format and mount using the OCFS2CONSOLE GUI. > > But In the second system(Though OCFS2 is running fine, > I have propagate the configuration file and o2cb load > and o2cb online ocfs2 and o2cb status are working as > per the instruction) I am not able to view and mount > the cluster file system. > > If any Guru have any idea about the root cause for the > happening and what to do next to debug the issue ??? > > Thanks in advance. > > Regards, > Tapas Mallicl > [EMAIL PROTECTED] > > > > > > > _______________________________________________ > Ocfs2-users mailing list > [email protected] > http://oss.oracle.com/mailman/listinfo/ocfs2-users > _______________________________________________ Ocfs2-users mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-users
