Pacemaker: Difference between revisions

From DWIKI
Line 21: Line 21:


=FAQ=
=FAQ=
==show virtual ip==
pcs resource show IPv4_BIND
==Error: cluster is not currently running on this node==
==Error: cluster is not currently running on this node==
  pcs cluster start
  pcs cluster start

Revision as of 13:34, 12 August 2016

uses Corosync or heartbeat, it seems corosync is the one to go for.

Links

Commands/tools

  • crm
  • crmadmin
  • cibadm
  • pcs


Useful commands

Dump entire crm

cibadm -Q

FAQ

show virtual ip

pcs resource show IPv4_BIND

Error: cluster is not currently running on this node

pcs cluster start


Remove a constraint

pcs constraint list --full

to identify the constraints and then

pcs constraint remove <whatever-constraint-id>