Hi, > 1. heartbeat stop on all nodes > 2. rm /var/lib/heartbeat/crm/* on all nodes > 3. heartbeat start on all nodes
My choice if you want really start from scratch:
find /var/lib/heartbeat -type f -exec rm -f {} \;
It removes all logs, cores, sockets, everything but the clean original
directory structure.
Ivan
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
