heartbeat 설치
heartbeat설치를 위한 repository 등록
#wgethttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
#rpm -Uvh epel-release-6-8.noarch.rpm
#yum repolist
repository 등록 후 설치를 진행토록 하겠습니다.
#yum install -y heartbeat heartbeat*
heartbeat설정
#vi /etc/ha.d/ha.cf
debugfile /var/log/ha-debug.log
logfile /var/log/ha.log
keepalive 2
deadtime 10
initdead 120
bcast eth0
udpport 694
node test1
node test2
ping 192.168.2.1
auto_failback on
#vi /etc/ha.d/authkeys
auth 2
2 sha1 test-ha
#chmod 600 /etc/ha.d/authkeys
#vi /etc/ha.d/haresources
node IP(가상아이피) 사용프프로그램명
resource.d 디렉토리에 사용프로로그램 심볼링 링크설정
ln -s postfix /etc/rc.d/init.d/postfix
hosts 설정
vi /etc/hosts
59.29.142.x mail.set-idc.co.kr mail1
59.29.142.x mail.set-idc.co.kr mail2
'넋두리 > linux 이야기' 카테고리의 다른 글
Bacula catalog 백업 오류. (0) | 2013.10.01 |
---|---|
Bacula 설정과 사용하기 -Part III (0) | 2013.10.01 |
DRBD 설정 (0) | 2013.10.01 |
리눅스 LV 설정 (0) | 2013.10.01 |
DNS Delegation (0) | 2013.10.01 |