Global Settings
Allow cluster to retry failed actions instead of just giving up
crm_attribute --attr-name start-failure-is-fatal --attr-value FALSE
Require explicit permission for a given node to run a given service
crm_attribute --attr-name symmetric-cluster --attr-value false
Force resources to stay where they are if their original location comes back online
crm_attribute --attr-name default-resource-stickiness --attr-value INFINITY
Stop/Start a single resource
crm_resource -r resource-name -p target_role -v stopped
crm_resource -r resource-name -p target_role -v started