Cfgchk program, Table 38 cfgchk options – Visara Master Console Center Administration Guide User Manual

Page 210

Advertising
background image

Visara Master Console Center

210

© Visara International 2007

CFGCHK Program

The cfgchk configuration checker program checks the MCC configuration files for
errors, and writes error messages to stdout or the Execution Log. It may be run
either by choosing the Check Configuration option from the Administration
menu, or from the command line to troubleshoot configuration problems.
To run cfgchk from the menu, select the Administration menu—
Configuration:Check Configuration option. This runs the configuration checker,
routing any error messages to the Execution Log window.
cfgchk resides in the /usr/ics/bin directory, and should be executed from the
directory /usr/ics. When cfgchk is executed, it writes any warnings or errors to
stdout by default. Error messages can be rerouted to a file for viewing or
printing.
To run cfgchk, enter:

bin/cfgchk

For a more verbose output, enter:

bin/cfgchk -v

Option Description

-s

Check the system.cfg file only (see system.cfg: MCC System on page 46). This
data values of each object defined in the system.cfg file. For example, this opt

console object does not have the interface value defined. It would not report a

missing CPU object.

-o

Check the objmgr.cfg file only (see objmgr.cfg: Object Manager on page 47). T
data values of each object defined in the objmgr.cfg file. Error reporting is the

-C

Check the references in all configuration files that have been read. For exam
conjunction with -s would generate a message for a group that references a m

-r

Generate a configuration report that lists the types of objects checked and th

-l

Use the MCC logging functions. If the MCC is running, this option directs all

Execution Log. These messages can be viewed in the Execution Log Window.

-v

Verbose output when checking. This option causes cfgchk to output progress

-e

Checks the event configurations for errors. *

-S

Checks the security file for errors. *

-h

Print the version of cfgchk and lists the available options.

Table 38 cfgchk Options

Note: You may wish to contact Visara Technical Support for assistance

with the options marked *.

Advertising