随笔分类 -  Linux集群

摘要:Client向vip发请求,lvs接收Src macDst mactype…Src ipSrc portDst ipDst port…CRCMac1Mac2……192.168.1.168…192.168.1.16980……Lvs根据算法选择一台realserver,将rip所在的网卡mac作为目标m... 阅读全文
posted @ 2014-04-16 11:27 Verruckt 阅读(362) 评论(0) 推荐(0)
摘要:memcached的复制功能下载对应的repcached版本:http://sourceforge.jp/projects/sfnet_repcached/,必须版本对应才行当前只支持到1.2.8版本的memcached下载解压后进行编译./configure --prefix=/usr/local/memcached/ --enable-replicationmake && make install启动master (172.16.1.12)memcached -v -p 11211 -u root //-v是为了显示memcached提示信息[root@localhost 阅读全文
posted @ 2014-04-10 09:39 Verruckt 阅读(245) 评论(0) 推荐(0)
摘要:一、安装apacheyum install httpd二、安装phpyum install php*三、apache配置vi /etc/httpd/conf/httpd.conf添加AddType application/x-httpd.php .php四、将下载好的memadmin压缩包拷贝至/var/www/html下解压 阅读全文
posted @ 2014-04-09 16:18 Verruckt 阅读(159) 评论(0) 推荐(0)