Configure Sun Cluster

Hi,

I am configuring the sun cluster between two nodes. It is asking me to create a filesystem called globaldevices in root and mount it permanently. I created a new slice c0t0d0s3 and created a filesytem /globaldevices. How can I mount it permanently. I know we have to do it /etc/vfstab, but how do I give the entries there.

Help me out?

Sample /etc/vfstab File - (Solaris)

Example 2�27 Entries in /etc/vfstab for a Global Device Without a Volume Manager


This example shows entries in the /etc/vfstab file for a global device on a physical disk without a volume manager.

/dev/global/dsk/d1s0       /dev/global/rdsk/d1s0
/global/local-fs/nfs  ufs     5  no     logging
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Example 2�28 Entries in /etc/vfstab for a Global Device With Solaris Volume Manager


This example shows entries in the /etc/vfstab file for a global device that uses Solaris Volume Manager.

/dev/md/kappa-1/dsk/d0   /dev/md/kappa-1/rdsk/d0
/global/local-fs/nfs ufs     5  no     logging
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Example 2�29 Entries in /etc/vfstab for a Global Device With VxVM


This example shows entries in the /etc/vfstab file for a global device that uses VxVM.


--------------------------------------------------------------------------------

/dev/vx/dsk/kappa-1/appvol    /dev/vx/rdsk/kappa-1/appvol
/global/local-fs/nfs vxfs     5 no     log

Thanks All.