第 127 章 Piranha - Cluster administation tools

简介:

127.1. install

Install piranha and ipvsadm packages on the LVS Routers

yum -y install ipvsadm piranha
		

Turning on Packet Forwarding on the LVS Routers

vi /etc/sysctl.conf

net.ipv4.ip_forward = 1 把原来的0改成1
使刚才的修改生效
sysctl -p

临时生效
echo "1" >/proc/sys/net/ipv4/ip_forward
		

Configuring Services on the LVS Routers

chkconfig pulse on
chkconfig ipvsadm on
chkconfig piranha-gui on
		

Setting a Password for the Piranha Configuration Tool

# piranha-passwd
		

Starting the Piranha Configuration Tool Service

# setenforce 0
setenforce: SELinux is disabled
# service ipvsadm start
# service piranha-gui start
		




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
JavaScript 关系型数据库 MySQL
|
开发工具 Python Windows