sheri...@hostdime.in wrote:

>  How to mount a disk  with ocfs2 FS in one node to another .
> 
>  Let ys say I have  /dev/sda mounted on /u01 in  node 1  .  I need to 
> access it from nod2 . Any solutions ?

This is probably an unusual configuration but it would be possible with iSCSI.  
If you
shared the /dev/sda device from the first machine using the iscsi-target tools 
then you
could mount it from the second machine using iscsi-initiator.  You could then 
use oc2fs to
mount it.

You normally want the storage to be on a SAN and have equal access from both 
systems.

The easier solution would be to just export it from the first system with nfs 
then mount
it from the second machine.

Brett

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

Reply via email to