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 because some subsystems store or set some default infor‐
18 mation into the configuration. Those values are generally not present
19 on the on-disk version of the configuration but are required at runtime
20 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)