Open System Services Management and Operations Guide (G06.27+, H06.04+)

Open System Services Monitor
Open System Services Management and Operations Guide527191-003
12-45
DIAGNOSE FILESET Command
STATUS
reports any inconsistencies that the OSS name server has detected in the fileset
and places the report in the FSCK log file.
When the STATUS option is specified, you cannot specify the REPAIR,
UPGRADE, or DOWNGRADE option.
When the STATUS, REPAIR, UPGRADE, and DOWNGRADE options are all
omitted, the default value is REPAIR NONE.
REPAIR { ALL | NONE | OPEN | SERIOUS }
specifies which inconsistencies to repair in the fileset.
Serious inconsistencies can make files unavailable, can make users unable to
create new files, and have the potential for serious catalog damage. Such
inconsistencies are reported in the FSCK log file with messages categorized as
SERIOUS.
Minor inconsistencies are unlikely to cause problems by themselves. Such
inconsistencies are reported in the FSCK log file with messages categorized as
MINOR.
Serious and minor inconsistencies and their repair actions are described in
Table 5-2 on page 5-29. Unrepairable inconsistencies are reported with FSCK log
file ERROR messages.
This option has the following values:
If the REPAIR option is omitted, the default value is REPAIR NONE.
When the REPAIR option is specified, you cannot specify the STATUS,
UPGRADE, or DOWNGRADE option.
UPGRADE
reformats the catalog for the fileset from an earlier version to a current version. For
example, you can upgrade a D30-version catalog to a D40-version catalog to add
support for symbolic links.
If the UPGRADE option is omitted, no upgrade occurs.
ALL
Repair all inconsistencies (serious and minor).
NONE
Do not repair any inconsistencies. This is the default specification.
OPEN
Same as SERIOUS, but also assumes that there might be open
files in this fileset. This option indicates that inodes cannot be
reused until the next unmount or remount.
SERIOUS
Repair only serious inconsistencies. This option can speed up the
execution of a fileset check.