man chk_state
NAME
chk_state - check state files
SYNOPSIS
chk_state [-options] [hostname[...]]
DESCRIPTION
The chk_state script is distributed with uaxtools and compares current and previous
files generated by the get_state suite of scripts. If no hostname is specified the
current node is checked. If multiple nodes are specified the script relies on
either xdsh or push depending on how it is configured. These scripts utilize the
etc/gs.base and etc/gs.host configuration files to facilitate customizing what is
collected, see 'man get_state' for more information.
OPTIONS
-g issue 'get_state'.
-q issue 'get_statte -g'.
-T xx issue 'get_state -T xx'.
-o xx use 'uals --older xx *.?' to select comapare files, default is '2d'.
-n xx use 'uals --newer xx *.txt' to select current state files, default is '1d'.
-w width
specify 'sdiff -w' width.
-f xx specify files to check.
-i xx add files to ignore. The gs.base file specifies default ignore list which
is distributed as GSIGN="ls_|lsmod|gpfsall|pbsserver|fdisk".
-I xx set (vs. add ) ignore files.
-v verbose execution.
-P pause before node.
-p pause before diff.
-all invoke all noddes (push machines.linux).
ACKNOWLEDGEMENTS
Written at the University of Alaska. Ongoing maintenance via SourceForge by Denali
Sun Consulting.
Suggestions or bug reports can be directed to denalisun907@gmail.com.
RELATED INFORMATION
See: uaxtools(8), get_state(8), push(8).