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 |
sfctune [ specific_options ] special | filesystem
The sfctune command changes dynamic parameters that have an effect on the block allocation scheme of the specified GFS Shared File System.
Before using sfctune, set the file system to unmounted in all node.
Before sfctune can be used, the file system must be described in the /etc/vfstab file.
Specify the parameters to be changed with the options described below.
If the file system is configured with multiple partitions, specify the path name of the representative partition as a special file name.
specific_options
The following options can be specified for sfctune:
-m minfreeSpecifies the percentage of the file data area that only a super user is allowed to use. A value can be specified in the range from 0 to 99.
-o optSpecifies how the file system is to be optimized.space: Spacetime: Access time
-a maxcontigSpecifies the maximum number of contiguous blocks allocated before a forcible rotation wait occurs.
-M mminfreeSpecifies the percentage of the V-data area that only a super user is allowed to use. A value can be specified in the range from 0 to 99.
The following operands can be specified:
special
Specifies the representative partition of the target file system.
filesystem
Specifies the mount-point of the target file system.
# sfctune -m 5 /dev/sfdsk/gfs/dsk/volume1
/etc/vfstab
Environment file of the file system
vfstab(4) in the "Solaris X Reference Manual Collection."
Contents Index |