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

11.6.2 Re-creating the file system

To re-create the file system, use sfcmkfs (8). You can recreate the file system in the same configuration as before without having to delete it, using sfcmkfs (8) with the "-o force" option. Execute the command on any one of the nodes where the file system is shared.

See

For details on the sfcmkfs(8) options, see sfcmkfs(8).

The following is an example of using sfcmkfs(8) to re-create a file system with a single partition.

# sfcmkfs -o force,node=mikan,karin /dev/sfdsk/gfs01/dsk/volume01 <Enter>
   Representative partition (meta-data, log, and data): /dev/sfdsk/gfs01/dsk/volume01
   Shared hosts: mikan, karin
   Primary MDS: mikan
   Secondary MDS: karin

Note

When the file system is re-created, data of the previous file system will be deleted. Back up your data if necessary.