Skip to content

Instantly share code, notes, and snippets.

@tommybobbins
Created February 6, 2015 11:30
Show Gist options
  • Save tommybobbins/1b7725fb944f82c438d4 to your computer and use it in GitHub Desktop.
Save tommybobbins/1b7725fb944f82c438d4 to your computer and use it in GitHub Desktop.
Cloning cluster members:
On Both nodes:
/etc/init.d/heartbeat stop
/etc/init.d/cman stop
rm /var/lib/heartbeat/hostcache
rm /var/lib/heartbeat/delhostcache
rm /var/lib/heartbeat/hb_uuid
/usr/share/heartbeat/ha_propagate
/etc/init.d/cman start
/etc/init.d/heartbeat start
crm status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment