The device needs to be shared. As in, both nodes need to be able
to see the same device concurrently.

Refer to iscsi, fiber channel, aoe, etc.

aibolit 66 wrote:
-----Original Message-----
From: Sunil Mushran <[EMAIL PROTECTED]>
To: aibolit 66 <[EMAIL PROTECTED]>
Date: Mon, 05 Feb 2007 12:46:26 -0800
Subject: Re: [Ocfs2-users] OCFS2 mount problem

It could be that the device name is not the same across the two nodes.

Do:
# mounted.ocfs2 -d
on both nodes. Match the device using the uuid. As in, you
should see a device with the same uuid on both nodes. If not,
then the device is not shared.

If you do see the device on both nodes but with differing names, you
could look into mounting by label.
# mount -t ocfs2 -L label /c1



[EMAIL PROTECTED] ~]# mounted.ocfs2 -d
Device                FS     UUID                                  Label
/dev/sda5             ocfs2  6a0fbcc8-675f-42c6-9bda-5513feb98a05  oracle


[EMAIL PROTECTED] ~]# mounted.ocfs2 -d
Device                FS     UUID                                  Label

I didn't format /dev/sda5 on second node, as guide.pdf says that.



P.S. Sorry for previous dup, thought that your server didn't accept message 
from mail.ru :(

_______________________________________________
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
http://oss.oracle.com/mailman/listinfo/ocfs2-users

Reply via email to