Skip to main content
Home
badllama.com
  • Search
  • Log In

Heartbeat

Wed, 04/06/2011 - 22:57 by bchavet

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
Tags: 
lamp-ha
Powered by Backdrop CMS