![]() | For Experienced Administrators Only |
|---|---|
Although the concept is easy, it is nevertheless recommended to use shadow configuration only, when you really need them and got some experience with High Availability. | |
A shadow configuration is used to test different configuration scenarios. If you have created several shadow configuration, you can test it one by one to see the effect of your changes.
The usual process looks like this:
User starts the crm tool.
You switch to the configure subcommand:
crm(live)# configure
crm(live)configure#Now you can make your changes. However, when you figure out that they are risky or you want to apply them later, you can save them into a new shadow configuration:
crm(live)configure# cib new myNewConfig INFO: myNewConfig shadow CIB created crm(myNewConfig)configure# commit
After you have created the shadow configuration, you can make your changes.
To switch back to the live cluster configuration, use this command:
crm(myNewConfig)configure# cib use
crm(live)configure#