cafsfsstat(8) CLIX cafsfsstat(8)
NAME
cafsfsstat - Reports the Cache File System (CAFS) status
SYNOPSIS
/bin/cafsfsstat
DESCRIPTION
The cafsfsstat command checks the integrity and reports the status of the
Cache File System. If the cafsfsstat utility finds that CAFS is damaged,
the cafsfsck command should be invoked. The cafsfsstat command runs
during the startup of cache. Therefore, the integrity of CAFS is checked
and verified every time cache is started.
EXAMPLES
To view the status of CAFS, key in the following command line:
cafsfsstat
FILES
/etc/.ca_config_fil Contains the last good CAFS configuration
information.
NOTES
The cafsfsstat command cannot be issued from the fsstat command.
The cafsfsstat command requires superuser privileges.
DIAGNOSTICS
The following is a list of common error messages and their meanings:
cafsfsstat: error getting configuration structure
An error occurred reading the last good configuration of CAFS. The
file may not exist, or may be invalid in some way. A specific
error message will immediately precede this one stating the exact
cause.
cafsfsstat: reload configuration error
An error occurred in loading the last good configuration of CAFS
into memory. A specific error message will immediately precede
this one stating the exact cause.
2/94 - Intergraph Corporation 1
cafsfsstat(8) CLIX cafsfsstat(8)
cafsfsstat: error determining if CAFS is running
An error occurred while trying to determine if CAFS was running.
The device file /dev/cache may be missing.
cafsfsstat: CAFS is running
CAFS is running. No file system checking operations can be
performed on a running file system.
cafsfsstat: CAFS is OK
CAFS is in a mountable and clean state.
cafsfsstat: CAFS is possibly damaged
CAFS needs to be repaired. The cafsfsck command needs to be
invoked.
EXIT VALUES
The cafsfsstat command exits with a value of 0 when CAFS is not mounted
and is in good condition. If the file system is not mounted and needs to
be checked, 1 is returned. A value of 2 indicates that the CAFS is
running. A value of 3 indicates that the command failed.
RELATED INFORMATION
Command: cafsfsck(8)
2 Intergraph Corporation - 2/94