企業高併發服務器負載均衡


--開啓http服務器 apache
service httpd start

--關閉防火牆狀態
service iptables stop
--關閉防火牆
chkconfig iptables off


node1 192.168.1.109 負載均衡主機
node2  192.168.1. 112 負載均衡備機
node3  192.168.1. 110 服務器1
node4  192.168.1. 111 服務器2
node4  192.168.1. 121 服務器3

--服務器機器配置

cd /etc/init.d/
touch realserver
vim realserver --配置虛擬ip virtualIp

cd /var/www/html/index.html    --修改httpd服務器靜態頁面
新建文件 touch index.html   
編輯文件 vim index.html


--負載均衡服務器配置:

cd /etc/keepalived/keepalived.conf --修改配置文件 , 配置virtualIp, realIp

cd /var/log/message/  --查看keepalived開啓日誌




附件列表

相關文章
相關標籤/搜索