ccs_config_validate(8) - Linux man page

Name

ccs_config_validate

Description

Usage:

ccs_config_validate [options]

Options

-h
Print this help, then exit
-V
Print program version information, then exit
-v
Produce verbose output

Validating XML configuraton files:

-f configfile
Validate an alternate config file without preloading it with default values.
-l configfile
Validate an alternate config file with preloading of default values (recommended option).

Advanced options:

-u
Do not update relaxng schema (see ccs_update_schema.8)
-r
Force validation of runtime config
-C config_loader
Override config plugin loader
-t tempfile
Force temporay file to tempfile
-n
Do not remove temporary file
-o
Overwrite temporary file (dangerous)

Default

Default operation for ccs_config_validate is to load the currently configured environment and verify the outcoming configuration.
Example 1: current environment uses a configuration file (/etc/cluster/cluster.conf).
The user modifies cluser.conf and executes ccs_config_validate without options. The tool will validate the modified cluster.conf after including default values.
Example 2: current environment is set to load the configuration from LDAP. Users
modifies LDAP databse and before pushing the change to the nodes, she/he can issue ccs_config_validate to verify the contents o the LDAP database automatically (as long as the correct LDAP environment is set in the cman/cluster sysconfig/defaults files).

Referenced By

ccs_config_dump(8), ccs_update_schema(8), cluster.conf(5)