70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
The LSB directory is ${SYSCONFDIR}/ha.d/init.d
|
|
|
|
To start heartbeat, as root run:
|
|
install -d -o ${HBUSER} -g ${HBGROUP} -m 750 \
|
|
/var/run/heartbeat/{ccm,crm,rsctmp}
|
|
${SYSCONFDIR}/ha.d/init.d/heartbeat.sh start
|