NAME

  cfmh  - cfm host reference full scan


SYNOPSIS

  cfmh -m .
  cfmh [-f dst_fil] { cfm_options | . }


OPTIONS

  -m           - only update the chk.cfm, fdisk-l, and rpm-qa.sort files
  -f dst_file  - destination file, eg: /cm/cfm/status/`hostname`_h
  cfm_options  - see cfm, default options are -Rq
  .            - execute with no args vice display usage info


DESCRIPTION

  The `cfm -m .' invocation simply updates the monitor files chk.cfm,
  fdisk-l, and rpm-qa.sort. These reflect the current boot time daemon
  config, the disk partition tables, and the rpm complement on the
  executing host respectively.

  The 2nd invocation is essentially an options wrapper for cfm.  It
  updates the monitor files.  It then tests config files that exist on
  the executing host against those in the cfm database.  The files
  list is built by `cfmhrlis` to include all files in the /etc dirtree
  plus the complete set of config files identified by rpm.  This list
  is filtered to remove volatile or otherwise inappropiate files.
  Note that this cmd will not tell you about cfm database files you
  are missing. Use the cfmd cmd for that.


FILES

  /etc/rcd./init.d/chk.cfm  Output of `chkconfig --list' at execution time
  /etc/cfm/fdisk-l          Output of `fdisk -l' at execution time
  /etc/cfm/rpm-qa.sort      Output of `rpm -qa | sort' at execution time


ALSO

cfm-cmd-list


AUTHORS

           Copyright (c) 1998 - 2000  Derald Metzger 
  This file is part of the cfm pkg (GPL).