Top
PRIMECLUSTER  Installation and Administration Guide4.6
FUJITSU Software

6.4.2 Using UFS

This section explains prerequisites required when using UFS with PRIMECLUSTER.

6.4.2.1 Setup Procedure

Perform the following procedure on either of the nodes which configure a cluster.

  1. Create the UFS file system.

    The UFS file system is created in /dev/sfdsk/class/rdsk/volume0001 in the example below.

    # newfs /dev/sfdsk/class/rdsk/volume0001
  2. Check that the UFS file system has been created correctly.

    The fsck command is executed to check it in the example below.

    # fsck /dev/sfdsk/class/rdsk/volume0001