November 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Redhat cluster for Apache

# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 192.168.1.60 cluster1.rmohan.com cluster1 192.168.1.61 cluster2.rmohan.com cluster2 192.168.1.62 cluster3.rmohan.com cluster3 192.168.1.50 storage.rmohan.com storage

/etc/init.d/iptables stop iptables-save > /etc/sysconfig/iptables

SELINUX=disabled

yum update

yum install ricci yum groupinstall Clustering

yum install -y iscsi-initiator-utils

yum install […]