keepalived high availability configuration

Download: http: //www.keepalived.org/software/keepalived-1.2.12.tar.gzht

Installation Method:
1. ./configure

Possible errors
!!! OpenSSL not Properly Installed IS ON your System !!!.
!!! of Can not the include OpenSSL headers Files.
When you run keepalived of ./configure, ubuntu error:. OpenSSL is not properly installed on your system this when the need to install OpenSSL assembly, run the following command:
the sudo APT-dev-GET for libssl the install


2. make
The program 'make' can be found in the following packages:
* make
* make-guile
Try: apt install <selected package>

apt-get install make

3. make install

Installed by default to / usr / local / sbin

#make install

4. Modify Profile
/usr/local/etc/keepalived/keepalived.conf

5. If you want to enable the sending of messages, install and start the sendmail service

Guess you like

Origin www.cnblogs.com/liuxm2017/p/11351856.html
Recommended