美文网首页
pacemaker nginx高可用

pacemaker nginx高可用

作者: 真徐小白 | 来源:发表于2017-05-16 15:23 被阅读53次

crm配置命令:

configure primitive NGINX_VIP ocf:heartbeat:IPaddr2 params ip=192.168.8.170 nic=eth1 op monitor interval=1s timeout=20s on-fail=restart
configure primitive NGINX_WEB ocf:heartbeat:nginx op monitor interval=3s timeout=30s op start interval=0 timeout=60s op stop interval=0 timeout=60s
configure group WEB_CLUSTER NGINX_VIP  NGINX_WEB
configure order WEB_CLUSTER_SERVICE_ORDER mandatory: NGINX_VIP NGINX_WEB

相关文章

网友评论

      本文标题:pacemaker nginx高可用

      本文链接:https://www.haomeiwen.com/subject/cdulxxtx.html