Top
PRIMECLUSTER Global File Services Configuration and Administration Guide 4.6
FUJITSU Software

C.3.3 Action to Be Taken When Unmounted by umount(8)

This section describes the action to be taken when a GFS Shared File System is unmounted by umount(8).

Perform the recovery processing taking the following procedures.

  1. Unmount all of the file systems on the node where the file system was unmounted using umount(8).

    # mount | /bin/grep sfcfs <Enter>
     :
    /dev/sfdsk/gfs/dsk/volume1 on /mnt/fs1 type sfcfs (rw)
    /dev/sfdsk/gfs/dsk/volume2 on /mnt/fs2 type sfcfs (rw)
    # sfcumount /mnt/fs1 <Enter>
    # sfcumount /mnt/fs2 <Enter>
  2. Stop the operation of the GFS Shared File System.

    # systemctl stop fjsvgfsfsrm2.service <Enter>
    # systemctl stop fjsvgfsfsrm.service <Enter>
  3. Start the operation of the GFS Shared File System.

    # systemctl start fjsvgfsfsrm.service <Enter>
    # systemctl start fjsvgfsfsrm2.service <Enter>