码迷,mamicode.com
首页 > 其他好文 > 详细

MHA启动及关闭

时间:2017-09-13 23:25:07      阅读:450      评论:0      收藏:0      [点我收藏+]

标签:app   自动   访问   故障切换   .sh   hup   ast   调用   check   

MHA启动及关闭
#masterha_manager --global_conf=/etc/masterha/masterha_default.conf --conf=/etc/masterha/app1.conf > /tmp/mha_manager.log 2>&1&
 
master去执行:
#sh /etc/masterha/init_vip.sh
确认VIP绑定成功,如果业务按VIP配置的访问DB,应该已经可以正常访问。
 
注意:
第一次起动,主库上的VIP不会自动绑定,需要手功调用init_vip.sh 去绑定,主库发生故障切换会进行vip的漂移。
 
检查是否启动:
#masterha_check_status  --global_conf=/etc/masterha/masterha_default.conf --conf=/etc/masterha/app1.conf
 
停止mha
#masterha_stop --global_conf=/etc/masterha/masterha_default.conf --conf=/etc/masterha/app1.conf
 
Stopped app1 successfully.
[1]+  Exit 1                  nohup masterha_manager --global_conf=/etc/masterha/masterha_default.conf --conf=/etc/masterha/app1.conf > /tmp/mha_manager.log 2>&1

MHA启动及关闭

标签:app   自动   访问   故障切换   .sh   hup   ast   调用   check   

原文地址:http://www.cnblogs.com/liang545621/p/7517950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!