羣集-ldirector

Heartbeat-lddirectord自動探測

不需要ipvsadm規則了

Heartbeatharesource配置文件在兩臺director服務器上必須是同步的

使用ldirecrot軟件實現管理directoripvs的連接,不需要再寫ipvsadm規則



55-1

Director1的配置

[root@director1 ~]# uname -r

-128.el5

[root@director1 ~]# uname -n

director1.test.com

[root@director1 ~]# hostname

director1.test.com

[root@director1 ~]# cat /etc/hosts

127.0.0.1               localhost.localdomain localhost

::1             localhost6.localdomain6 localhost

192.168.2.10      director1.test.com node1

192.168.2.11      director2.test.com node2

192.168.10.1      director1.test.com node1

192.168.10.2      director2.test.com node2

[root@director1 ~]# cat /etc/sysconfig/network

HOSTNAME=director1.test.com

[root@director1 ~]# ifconfig eth0     192.168.2.10

[root@director1 ~]# ifconfig eth1 192.168.10.1

[root@director1 ~]#

需要安裝的heartbeat

[root@director1 ~]# ll soft/

heartbeat--11.el5.i386.rpm

heartbeat-devel--9.el5.i386.rpm

heartbeat-gui--9.el5.i386.rpm

heartbeat-ldirectord--9.el5.i386.rpm

heartbeat-pils--10.el5.i386.rpm

heartbeat-stonith--10.el5.i386.rpm

libnet--3.el5.i386.rpm

perl-MailTools-1.77-1.el5.noarch.rpm

[root@director1 soft]# yum install  heartbeat--11.el5.i386.rpm heartbeat-ldirectord-2.1.4-9.el5.i386.rpm heartbeat-pils-2.1.4-10.el5.i386.rpm heartbeat-stonith-2.1.4-10.el5.i386.rpm libnet-1.1.4-3.el5.i386.rpm perl-MailTools-1.77-1.el5.noarch.rpm -y –nogpgcheck

--生成配置文件

[root@director1 ha.d]# cp /usr/share/doc/heartbeat-/ha.cf .

[root@director1 ha.d]# cp /usr/share/doc/heartbeat-/haresources .

[root@director1 ha.d]# cp /usr/share/doc/heartbeat-/authkeys .

[root@director1 ha.d]# cp /usr/share/doc/heartbeat-ldirectord-/ldirectord.cf .

[root@director1 ha.d]# vim ha.cf

91 bcast   eth1            # Linux

213 node director1.test.com

214 node director2.test.com

--Heartbeat udp協議單播組播廣播

--添加驗證

[root@director1 ha.d]# dd if=/dev/urandom bs=512 count=1 |openssl md5>>authkeys 

[root@director1 ha.d]# vim authkeys

auth 1

1 md5 371779a32d9961694ad6b73e7d1799ab

[root@director1 ha.d]# vim haresources

--設置主director

 45 director1.test.com 192.168.2.100 ldirectord::ldirectord.cf

[root@director1 ha.d]# vim ldirectord.cf

checktimeout=3

checkinterval=1

#fallback=127.0.0.1:80      ---最好自身的web改爲其他端口。避免衝突

autoreload=yes

#logfile="/var/log/ldirectord.log"

#logfile="local0"

#emailalert="[email protected]"

#emailalertfreq=3600

#emailalertstatus=all

quiescent=yes      --如果是no,自動刪除失效的ipvsadm規則

 

# Sample for an http virtual service

virtual=192.168.2.100:80

        real=192.168.2.20:80 gate

        real=192.168.2.30:80 gate

        #fallback=127.0.0.1:80 gate

        service=http

        request=".test.html"

        receive="ok"

        #virtualhost=some.domain.com.au

        scheduler=rr

        #persistent=600

        #netmask=255.255.255.255

        protocol=tcp

        checktype=negotiate

        checkport=80

[root@director1 ha.d]# yum install ipvsadm –y

[root@director1 ha.d]# stonith –L –stonith的機制

 --linux本身自帶的是fens機制

director2 的配置

[root@director2 ~]# uname -n

director2.test.com

[root@director2 ~]# cat /etc/hosts

127.0.0.1               localhost.localdomain localhost

::1             localhost6.localdomain6 localhost

192.168.2.10      director1.test.com node1

192.168.2.11      director2.test.com node2

192.168.10.1      director1.test.com node1

192.168.10.2      director2.test.com node2

 

[root@director2 ~]# cat /etc/sysconfig/network

HOSTNAME=director2.test.com

 

[root@director1 lwy]# scp /root/soft/* node2:/root/lwy/

[root@director1 ha.d]# cd /root/lwy/      

[root@director2 lwy]# yum localinstall heartbeat--11.el5.i386.rpm heartbeat-ldirectord-2.1.4-9.el5.i386.rpm heartbeat-stonith-2.1.4-10.el5.i386.rpm heartbeat-pils-2.1.4-10.el5.i386.rpm libnet-1.1.4-3.el5.i386.rpm perl-MailTools-1.77-1.el5.noarch.rpm -y –-nogpgcheck

 

[root@director1 ha.d]# scp ha.cf haresources authkeys ldirectord.cf node2:/etc/ha.d

root@node2's password:

ha.cf                                         100%   10KB  10.3KB/s   00:00   

haresources                                   100% 5964     5.8KB/s   00:00   

authkeys                                      100%  691     0.7KB/s   00:00   

ldirectord.cf                                 100% 7657     7.5KB/s   00:00   

開啓heartbeat服務:

Ipvsadmheartbeat調用啓動的,需要檢查是否關閉

[root@director2 ha.d]# service ipvsadm stop

Clearing the current IPVS table:                           [  OK  ]

[root@director2 ha.d]#

[root@director1 ha.d]# service ipvsadm stop

Clearing the current IPVS table:                           [  OK  ]

[root@director1 ha.d]#

 

[root@director1 ha.d]# service heartbeat start

Starting High-Availability services:

_01:03:36 INFO:  Resource is stopped

                                                           [  OK  ]

[root@director2 ha.d]# service heartbeat start

[root@director1 ha.d]# ipvsadm -Ln

IP Virtual Server version (size=4096)

Prot LocalAddress:Port Scheduler Flags

  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn

TCP  192.168.2.100:80 rr

  -> 192.168.2.20:80              Route   0      0          0        

  -> 192.168.2.30:80              Route   0      0          0    

 

Server的配置

[root@server ~]# ifconfig eth0 192.168.2.20

[root@server ~]# ifconfig lo:0 192.168.2.100 netmask 255.255.255.255

[root@server ~]# route add -host 192.168.2.100 dev lo:0

[root@server ~]# route -n

[root@server ~]# sysctl -a |grep anno |head -3 >>/etc/sysctl.conf

[root@server ~]# sysctl -a |grep ignore|tail -2 >>/etc/sysctl.conf

[root@server ~]# vim /etc/sysctl.conf

net.ipv4.ip_forward = 1

net.ipv4.conf.all.arp_announce = 2

net.ipv4.conf.lo.arp_announce = 2

net.ipv4.conf.all.arp_ignore = 1

net.ipv4.conf.lo.arp_ignore = 1                      

[root@server ~]# sysctl -p

 

[root@server ~]# yum install httpd

[root@server ~]# vim /var/www/html/index.html

server1 web.        

[root@server ~]# vim /var/www/html/.test.html

ok          

--測試連接的頁面

[root@server ~]# service httpd start

 

 

Server2的配置

[root@server2 ~]# ifconfig eth0 192.168.2.30

[root@server2 ~]# ifconfig lo:0 192.168.2.100 netmask 255.255.255.255

[root@server2 ~]# route add -host 192.168.2.100 dev lo:0

[root@server ~]# scp /etc/sysctl.conf 192.168.2.30:/etc/sysctl.conf  

[root@server2 ~]# sysctl –p

[root@server2 ~]# vim /var/www/html/index.html

server2 web!

[root@server2 ~]# vim /var/www/html/.test.html

 

ok



55-2


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章