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

9.6.1 Backup of the management partition information

Use the sfcgetconf(8) command to make a backup of the management partition information.

The method of backup of the management partition information is explained below.

# sfcgetconf _backup_file_ <Enter>

See

For details on sfcgetconf(8), see sfcgetconf(8).

Note

To back up management partition information with sfcgetconf(8), the sfcfrmd daemon should be operating by the execution node. If sfcfrmd daemon is not operating, start it by using sfcfrmstart(8). For details, see "9.2.4 Starting sfcfrmd daemon."

Make a backup of the management partition information, after changing the configuration of the file system by sfcmkfs(8), sfcadd(8), sfcadm(8), sfcnode(8).

sfcgetconf(8) generate a shell script _backup_file_:

The contents of the shell script are explained below.

# cat _backup_file_ <Enter>
#!/bin/sh
# This file is made by:
#    sfcgetconf _backup_file_
# Thu Mar 14 09:23:04 2011
#---- fsid : 1 ----
# MDS primary   (port) : host1 (sfcfs-1)
# MDS secondory (port) : host2 (sfcfs-1)
# MDS other            :
# AC      : host1,host2
# options :
# device  : /dev/sfdsk/gfs01/dsk/volume01
sfcadm -m host1,host2 -g host1,host2 -p sfcfs-1,sfcfs-1 /dev/sfdsk/gfs01/dsk/volume01
...