91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

heartbeat安裝

發布時間:2020-08-11 08:37:05 來源:網絡 閱讀:347 作者:古文強 欄目:軟件技術

這里我就提供幾個主要軟件包了,其他的一些根據錯誤提示安裝或提前安裝完畢。

http://pan.baidu.com/share/link?shareid=2762183074&uk=1210957557

http://pan.baidu.com/share/link?shareid=2768037872&uk=1210957557

http://pan.baidu.com/share/link?shareid=2769389056&uk=1210957557


node1(主服務器):eth0:192.168.1.168(node1) eth2:192.168.1.183(priv1)

node2(從服務器):eth0:192.168.1.181(node2) eth2:192.168.1.182(priv2)

VIP地址:192.168.1.185(只需在heartbeat配置文件里寫上即可)


node1和node2所有操作一樣


[root@node1~]# vi /etc/hosts

192.168.1.168 node1

192.168.1.181 node2

192.168.1.183 priv1

192.168.1.182 priv2


[root@node1~]#groupadd -g 65 haclient

[root@node1~]#useradd -u 501 -g haclienthacluster


[root@node1~]#tar jxf /samba/Reusable-Cluster-Components-glue--glue-1.0.9.tar.bz2 -C /usr/local/src/

[root@node1~]#cd /usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/

[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#./autogen.sh

[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#./configure --prefix=/usr/local/ha/

[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#make

[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#make install


[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#tar jxf /samba/Cluster-Resource-Agents-5ae70412eec8.tar.bz2 -C ./

[root@node1Reusable-Cluster-Components-glue--glue-1.0.9]#cd /usr/local/src/Cluster-Resource-Agents-5ae70412eec8/

[root@node1Cluster-Resource-Agents-5ae70412eec8]#./autogen.sh

[root@node1Cluster-Resource-Agents-5ae70412eec8]#./configure --prefix=/usr/local/ha/

[root@node1Cluster-Resource-Agents-5ae70412eec8]#make

[root@node1Cluster-Resource-Agents-5ae70412eec8]#make install

[root@node1Cluster-Resource-Agents-5ae70412eec8]#cd ..


[root@node1src]#tar jxf /samba/Heartbeat-3-0-STABLE-3.0.4.tar.bz2 -C ./

[root@node1src]#cd Heartbeat-3-0-STABLE-3.0.4/

[root@node1Heartbeat-3-0-STABLE-3.0.4]# ./bootstrap

[root@node1Heartbeat-3-0-STABLE-3.0.4]#./configure --prefix=/usr/local/ha/

[root@node1Heartbeat-3-0-STABLE-3.0.4]#gmake

[root@node1Heartbeat-3-0-STABLE-3.0.4]#make install


[root@node1Heartbeat-3-0-STABLE-3.0.4]#chkconfig --add heartbeat


[root@node1Heartbeat-3-0-STABLE-3.0.4]#cp /usr/local/ha/share/doc/heartbeat/haresources /usr/local/ha/etc/ha.d/

[root@node1Heartbeat-3-0-STABLE-3.0.4]#cp /usr/local/ha/share/doc/heartbeat/authkeys /usr/local/ha/etc/ha.d/

[root@node1Heartbeat-3-0-STABLE-3.0.4]#cp /usr/local/ha/share/doc/heartbeat/ha.cf /usr/local/ha/etc/ha.d/

[root@node1Heartbeat-3-0-STABLE-3.0.4]#chmod 600 /usr/local/ha/etc/ha.d/authkeys

[root@node1Heartbeat-3-0-STABLE-3.0.4]#cd /usr/local/ha/etc/ha.d/

[root@node1ha.d]#vi authkeys    //我選擇的是第一種驗證模式

heartbeat安裝

[root@node1ha.d]#vi ha.cf

#去掉以***釋

debugfile /var/log/ha-debug    //debug消息存放路徑

logfile /var/log/ha-log    //heartbeat日志存放路徑

keepalive 2          //指定心跳時間間隔是2秒

deadtime 30         //指定奮勇借點在30秒內沒有收到主節點的心跳信號后,則立即接管主節點的服務資源

warntime 10          //指定心跳延遲時間為10秒,當10秒鐘內備份節點收取不到主節點的心跳信號時,就會讓日志中寫入一個警告信息,但此時不會切換服務

initdead 120        //在某些配置上,系統啟動或重啟之后需要經過一段時間網絡才能正常工作,該選項用于解決這種情況產生的時間間隔,取值至少為deadtime的兩倍

udp port 694          //設置廣播通信使用的端口,默認為694

baud 19200        //設置串行通信的波特率

bcast eth2       //表示在eth2接口上使用以太網廣播方式

auto_failback on      //用來定義當主節點恢復后,是否將服務自動切回,heartbeat的兩臺主機分別為主節點和備份節點。主節點在正常情況下占用資源并運行所有的服務,遇到故障時把資源交給備份節點并由備份節點運行服務。在該選項設為on的情況下,一旦主節點恢復運行,則自動獲取資源并取代備份節點,如果該選項設置為off,那么當主節點恢復后,將變為備份節點,而原來的備份節點成為主節點

node node1        //主節點主機名

node node2        //備用節點主機名

ping 192.168.1.1      //選擇ping的節點,ping節點選擇的越好,則HA集群就更強壯

ping_group group1 192.168.1.100 192.168.1.150  //類似于ping

apiauthpingdgid=haclientuid=hacluster


[root@node1ha.d]#vi haresources

node1 IPaddr::192.168.1.185 httpd       //node1為主節點主機名 ,IPaddr為heartbeat自帶的一個執行腳本,192.168.1.185為VIP地址,httpd表示啟動httpd服務


node1做完后繼續做node2,配置是一樣的,我就不重復說明了,都安裝配置完畢后再node1上ifconfig看看是否有VIP地址了

heartbeat安裝

node1和node2都已經配置好了apache服務,現在用VIP地址訪問就可以訪問node1上的apache網站,node1如宕機了,node2會在指定的時候替代上去,那時訪問的就是node2上apache網站

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

洛川县| 南澳县| 丰镇市| 平罗县| 汾阳市| 海门市| 敦化市| 酒泉市| 蒲江县| 许昌市| 嘉善县| 疏勒县| 揭东县| 新蔡县| 景谷| 绥阳县| 会同县| 府谷县| 庆阳市| 武强县| 武夷山市| 江北区| 杨浦区| 万山特区| 靖宇县| 抚州市| 得荣县| 南岸区| 宜章县| 怀宁县| 永定县| 长子县| 金塔县| 饶平县| 福建省| 南开区| 班玛县| 阜南县| 乡宁县| 和平县| 安平县|