Home | Mirror | Search

第 15 章 Piranha - Cluster administation tools

摘要

Piranha 安裝與配置

目錄

1. install
2. configure
3. real server
4. Example
4.1. Master
4.2. Slave
4.3. MySQL

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
		
comments powered by Disqus