This section explains prerequisites required when using UFS with PRIMECLUSTER.
Perform the following procedure on either of the nodes which configure a cluster.
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
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