Sun Cluster Software Installation Guide for Solaris OS

ProcedureHow to Configure the File System on the Secondary Cluster for the NFS Application

Before You Begin

Ensure that you completed steps in How to Configure the File System on the Primary Cluster for the NFS Application.

Steps
  1. On nodeC, create a mount point directory for the NFS file system.

    For example:


    nodeC# mkdir /global/mountpoint
    
  2. On nodeC, configure the master volume to be mounted automatically on the mount point.

    Add or replace the following text to the /etc/vfstab file on nodeC. The text must be on a single line.


    /dev/vx/dsk/devicegroup/vol01 /dev/vx/rdsk/devicegroup/vol01 \
    /global/mountpoint ufs 3 no global,logging
  3. On nodeC, create a volume for the file system information that is used by the Sun Cluster HA for NFS data service.


    nodeC# /usr/sbin/vxassist -g devicegroup make vol05 120m disk1
    

    Volume 5, vol05, contains the file system information that is used by the Sun Cluster HA for NFS data service.

  4. On nodeC, resynchronize the device group with the Sun Cluster software.


    nodeC# /usr/cluster/bin/scconf -c -D name=devicegroup,sync
    
  5. On nodeC, create the file system for vol05.


    nodeC# /usr/sbin/newfs /dev/vx/rdsk/devicegroup/vol05
    
  6. On nodeC, create a mount point for vol05.

    For example:


    nodeC# mkdir /global/etc
    
  7. On nodeC, configure vol05 to be mounted automatically on the mount point.

    Add or replace the following text to the /etc/vfstab file on nodeC. The text must be on a single line.


    /dev/vx/dsk/devicegroup/vol05 /dev/vx/rdsk/devicegroup/vol05 \
    /global/etc ufs 3 yes global,logging
  8. Mount vol05 on nodeC.


    nodeC# mount /global/etc
    
  9. Make vol05 accessible to remote systems.

    1. Create a directory called /global/etc/SUNW.nfs on nodeC.


      nodeC# mkdir -p /global/etc/SUNW.nfs
      
    2. Create the file /global/etc/SUNW.nfs/dfstab.nfs-rs on nodeC.


      nodeC# touch /global/etc/SUNW.nfs/dfstab.nfs-rs
      
    3. Add the following line to the /global/etc/SUNW.nfs/dfstab.nfs-rs file on nodeC:


      share -F nfs -o rw -d "HA NFS" /global/mountpoint
      
Next Steps

Go to How to Create a Replication Resource Group on the Primary Cluster.