MPE/iX System Utilities Reference Manual (32650-90908)

Chapter 9
FSCHECK
Operation
107
CHECKFILE [CF]
The CHECKFILE command checks the label of the specified file for internal consistency.
Syntax
CHECKFILE [FILENAME=] filename
Parameters
filename Specifies the name of the file to be checked. The file name can be an MPE/iX file name of the
form filename[.group][.account] or it can be a fully-qualified HFS pathname. You may use
wildcard characters that conform to MPE/iX convention, to specify the file, group, and
account names.
Examples
fscheck: CHECKFILE @.PUB.SYS
Return
fscheck: CHECKFILE /mydir/myfile1 Return
CHECKALL [CA]
The CHECKALL command performs the CHECKLABEL,
CHECKDIRC, and CHECKEXTENTS commands consecutively.
Syntax
CHECKALL [DEV=] set_name
ALL
Parameters
The DEV parameter is optional. If omitted, the default is to check the directory, labels, and extent maps on
each mounted volume of the system volume set.
set_name Set_name is the name of a mounted volume set whose master volume is mounted in the
MASTER state as determined by the DSTAT command. The label, directory, and extent map
check is performed on each mounted volume of the set.
ALL ALL checks the labels, directory, and extent maps on each volume mounted in the MASTER
or MEMBER state.
Example
fscheck: CHECKALL ALL
Return