首页 > 其他 > 详细

18.1 集群介绍 18.2 keepalived介绍 18.3/18.4/18.5 用keepal

时间:2018-04-10 23:49:48      阅读:218      评论:0      收藏:0      [点我收藏+]
集群介绍

技术分享图片

keepalived介绍

技术分享图片

用keepalived配置高可用集群

技术分享图片
主上Master配置
[root@martin001 ~]# yum install -y keepalived
技术分享图片
技术分享图片
iptables -nvL 查看防火墙
技术分享图片

主从Backup配置
[root@martin002 ~]# yum install -y keepalived
[root@martin002 ~]# service nginx start
Redirecting to /bin/systemctl start nginx.service
Failed to start nginx.service: Unit not found.
[root@martin002 ~]# yum install -y nginx
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile

  • base: centos.ustc.edu.cn
  • extras: centos.ustc.edu.cn
  • updates: mirrors.cn99.com
    没有可用软件包 nginx。
    缺少 epel-release 包
    [root@martin002 ~]# yum -y install epel-release
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    技术分享图片
    systemctl start keepalived
    技术分享图片
    技术分享图片

18.1 集群介绍 18.2 keepalived介绍 18.3/18.4/18.5 用keepal

原文:http://blog.51cto.com/12058686/2096744

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!