[Pacemaker] What is the pcs equivalent of crm configure show?
Chris Feist
cfeist at redhat.com
Mon Jun 3 18:28:26 UTC 2013
On 06/03/13 10:18, Teo En Ming (Zhang Enming) wrote:
> Dear list,
>
> May I know what is the pcs equivalent of crm configure show?
>
> Thank you very much.
This command will give you the full configuration and status of pacemaker in xml
format:
pcs cluster cib
If you want a more user friendly format you can commands to get information
about various components:
Print all resources and their configured options:
pcs resource --all
Print information about currently configured cluster:
pcs cluster status
Print all stonith devices and their configured options:
pcs stonith --all
Print all property settings (use --all if you want to see the defaults as well):
pcs property
Thanks,
Chris
More information about the Pacemaker
mailing list