Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2809854
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

分类: LINUX

2013-05-13 17:54:34

1:
 virtual_router_id 在一个网段内(比如内网,外网)不能重复,否则会报:
Mar  9 07:32:52 keepalivet2 Keepalived_vrrp: VRRP_Instance(VI_1) Dropping received VRRP packet…
Mar  9 07:32:53 keepalivet2 Keepalived_vrrp: ip address associated with VRID not present in received packet : 1992032266
Mar  9 07:32:53 keepalivet2 Keepalived_vrrp: one or more VIP associated with VRID mismatch actual MASTER advert
Mar  9 07:32:53 keepalivet2 Keepalived_vrrp: bogus VRRP packet received on eth0 !!!
我当时的情形是:我有两个测试环境,这两个测试环境的keepalived中的 virtual_router_id  都是一样的,只要修改任何一对就可以了!
2:keepalived安装完成后,却不能启动,解决方法见附件!

3:
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error:
  !!! OpenSSL is not properly installed on your system. !!!
  !!! Can not include OpenSSL headers files.
原因:缺少openssl
解决方法:yum -y install openssl-devel
4:keepalived编译参数问题:
我下载是新版本的的,和以前的编译参数有所不同,这里已经再也没有  --with-kernel=/usr/src/kernels/*    如果你configure的时候加上该参数,会提示认不得该参数! 老版本的keepalived,需要加上 --with-kernel=/usr/src/kernels/* 才能支持lvs,

看到红色字体部分为yes 方可支持lvs


阅读(2035) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~