1ccs_config_dump(8) ccs_config_dump(8)
2
3
4
6 ccs_config_dump - Tool to generate XML output of running configuration.
7
8
10 ccs_config_dump [OPTION]..
11
12
14 ccs_config_dump is part of the Cluster Configuration System (CCS). It
15 is used to dump the current running configuration in XML format. The
16 running configuration is, sometimes, different from the stored configu‐
17 ration on file or ldap because some subsystems store or set some
18 default information into the configuration. Those values are generally
19 not present on the on-disk version of the configuration but are
20 required at runtime for the cluster to work properly.
21
22
24 -h Help. Print out the usage.
25
26 -V Print the version information.
27
28 -r Force config dump from running cluster. This option is only for
29 expert users and debugging sessions. Don't use it for random
30 purposes. ccs_config_dump can be configured to use different
31 configuration sources via environment variables. This option
32 will clear them to use the default and use only the runtime con‐
33 figuration.
34
35
37 ccs_config_validate(8), cluster.conf(5)
38
39
40
41 ccs_config_dump(8)