免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 10897 | 回复: 16
打印 上一主题 下一主题

keepalived做的双机热备,但是拿不到浮动IP [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-09-02 16:27 |只看该作者 |倒序浏览
下面是配置:
这是第一台的:
! Configuration File for keepalived

global_defs {
   notification_email {
     vae3541@163.com
   }
   notification_email_from root@app1
   smtp_server 127.0.0.1
   smtp_connect_timeout 30
   router_id root@app1
}

vrrp_instance VI_1 {
    state MASTER
    interface eth0
    virtual_router_id 51
    priority 100
    advert_int 5
    authentication {
        auth_type PASS
        auth_pass 123456
    }
    virtual_ipaddress {
        10.0.0.244 /24
    }
}
这是第二台的:
! Configuration File for keepalived

global_defs {
   notification_email {
     vae3541@163.com
   }
   notification_email_from root@app2
   smtp_server 127.0.0.1
   smtp_connect_timeout 30
   router_id root@app2
}

vrrp_instance VI_1 {
    state BACKUP
    interface eth0
    virtual_router_id 51
    priority 80
    advert_int 5
    authentication {
        auth_type PASS
        auth_pass 123456
    }
    virtual_ipaddress {
        10.0.0.244 /24
    }
}


日志信息:
Sep  2 16:26:10 app1 Keepalived_healthcheckers: Registering Kernel netlink command channel
Sep  2 16:26:10 app1 Keepalived_vrrp: Netlink reflector reports IP 10.0.0.52 added
Sep  2 16:26:10 app1 Keepalived_vrrp: Registering Kernel netlink reflector
Sep  2 16:26:10 app1 Keepalived_vrrp: Registering Kernel netlink command channel
Sep  2 16:26:10 app1 Keepalived_vrrp: Registering gratutious ARP shared channel
Sep  2 16:26:10 app1 Keepalived_vrrp: IPVS: Can't initialize ipvs: Protocol not available
Sep  2 16:26:10 app1 Keepalived_healthcheckers: Configuration is using : 1968 Bytes
Sep  2 16:26:10 app1 Keepalived_healthcheckers: Using LinkWatch kernel netlink reflector...
Sep  2 16:26:10 app1 Keepalived_vrrp: Configuration is using : 28502 Bytes
Sep  2 16:26:10 app1 Keepalived_vrrp: Using LinkWatch kernel netlink reflector...

论坛徽章:
5
未羊
日期:2013-09-05 17:46:19狮子座
日期:2014-01-06 14:40:28子鼠
日期:2014-01-21 15:19:17寅虎
日期:2014-02-07 17:59:08巨蟹座
日期:2014-03-05 16:17:19
2 [报告]
发表于 2013-09-02 16:38 |只看该作者
IPVS: Can't initialize ipvs: Protocol not available,已经告诉你错误在哪了!

论坛徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03处女座
日期:2013-10-12 11:54:11CU十二周年纪念徽章
日期:2013-10-24 15:41:34午马
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥猪
日期:2014-05-24 16:02:3115-16赛季CBA联赛之辽宁
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
3 [报告]
发表于 2013-09-02 17:20 |只看该作者
启动服务没??

论坛徽章:
0
4 [报告]
发表于 2013-09-02 17:31 |只看该作者
启动了啊、。回复 3# zongg


   

论坛徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03处女座
日期:2013-10-12 11:54:11CU十二周年纪念徽章
日期:2013-10-24 15:41:34午马
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥猪
日期:2014-05-24 16:02:3115-16赛季CBA联赛之辽宁
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
5 [报告]
发表于 2013-09-02 17:32 |只看该作者
[root@web6 CentOS]# modprobe ip_vs   //内核加载ip_vs模块

http://blog.chinaunix.net/uid-24250828-id-3084250.html

我写的,不知道能不能帮上忙。

论坛徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03处女座
日期:2013-10-12 11:54:11CU十二周年纪念徽章
日期:2013-10-24 15:41:34午马
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥猪
日期:2014-05-24 16:02:3115-16赛季CBA联赛之辽宁
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
6 [报告]
发表于 2013-09-02 17:33 |只看该作者
回复 4# a1450413001
  1. lsmod | grep ip_vs
复制代码

论坛徽章:
0
7 [报告]
发表于 2013-09-02 17:52 |只看该作者
回复 6# zongg


Sep  2 17:51:48 app1 Keepalived_healthcheckers: Registering Kernel netlink reflector
Sep  2 17:51:48 app1 Keepalived_healthcheckers: Registering Kernel netlink command channel
Sep  2 17:51:48 app1 Keepalived_vrrp: Netlink reflector reports IP 10.0.0.52 added
Sep  2 17:51:48 app1 Keepalived_vrrp: Registering Kernel netlink reflector
Sep  2 17:51:48 app1 Keepalived_vrrp: Registering Kernel netlink command channel
Sep  2 17:51:48 app1 Keepalived_vrrp: Registering gratutious ARP shared channel
Sep  2 17:51:48 app1 Keepalived_healthcheckers: Configuration is using : 2060 Bytes
Sep  2 17:51:48 app1 Keepalived_healthcheckers: Using LinkWatch kernel netlink reflector...
Sep  2 17:51:48 app1 Keepalived_vrrp: Configuration is using : 28594 Bytes
Sep  2 17:51:48 app1 Keepalived_vrrp: Using LinkWatch kernel netlink reflector...
帮忙分析下!!!!

论坛徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03处女座
日期:2013-10-12 11:54:11CU十二周年纪念徽章
日期:2013-10-24 15:41:34午马
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥猪
日期:2014-05-24 16:02:3115-16赛季CBA联赛之辽宁
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
8 [报告]
发表于 2013-09-02 17:58 |只看该作者
回复 7# a1450413001


    ip_vs  模块你加载了吗?

论坛徽章:
0
9 [报告]
发表于 2013-09-02 18:11 |只看该作者
现在只用keepalived做双机热备啊、但是不知道为什么会出这么种情况!!! 回复 8# zongg


   

论坛徽章:
0
10 [报告]
发表于 2013-09-02 18:13 |只看该作者
lsmod |grep ip_vs
ip_vs                  94742  0
libcrc32c                841  1 ip_vs
ipv6                  264059  32 ip_vs,ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
回复 8# zongg


   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP