PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment) |
Contents Index |
Appendix F Reference Manual | > F.2 Management Commands Specific to the GFS Shared File System |
sfcadd -D raw_device_file[,raw_device_file,...] t_raw_device_file
sfcadd -M raw_device_file[,raw_device_file,...] t_raw_device_file
sfcadd adds the file data partition, and the meta partition of the GFS Shared File System having the representative partition specified by operand t_raw_device_file, and separates an update log area. No data has to be saved or restored. The file data partition of the file system can be added even if the file system is mounted status or not used due to the file system is in unmounted status.
If the partition is not added due to a system failure, the target partition is correctly managed as being currently processed as the file system. Use sfcinfo(1M) to confirm whether the partition is being processed.
The following options can be specified:
-D raw_device_file[,raw_device_file]
Uses a character special device to specify the partition to be added as the file data area. When adding multiple partitions, a comma must separate the character special devices specified.
-M raw_device_file[,raw_device_file]
Uses a character special device to specify the partition to be added as the meta data area. When adding multiple partitions, a comma must separate the character special devices specified.
The following operand can be specified:
t_raw_device_file
Specifies path name of a character-special device for the representative partition of the GFS Shared File System to target for the transaction.
Newly adding /dev/sfdsk/gfs/rdsk/volume2 and /dev/sfdsk/gfs/rdsk/volume3 as file data partitions into the existing GFS Shared File System whose representative partition is /dev/sfdsk/gfs/rdsk/volume1.
# sfcadd -D /dev/sfdsk/gfs/rdsk/volume2,/dev/sfdsk/gfs/rdsk/volume3 /dev/sfdsk/gfs/rdsk/volume1
Newly adding /dev/sfdsk/gfs/rdsk/volume2 as meta partitions into the existing GFS Shared File System whose representative partition is /dev/sfdsk/gfs/rdsk/volume1.
# sfcadd -M /dev/sfdsk/gfs/rdsk/volume2 /dev/sfdsk/gfs/rdsk/volume1
fsck_sfcfs(1M), mkfs_sfcfs(1M), sfcadm(1M), sfcinfo(1M), sfcnewfs(1M), sfcnode(1M), sfctune(1M).
dkio(7I) in the "Solaris X Reference Manual Collection."
Contents Index |