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

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to