Fwd: Ultra Monkey on Red Hat Enteprise Linux 4
Horms
horms at verge.net.au
Fri Jun 30 17:13:59 EST 2006
I recieved this information on Ultra Monkey + RHEL4,
I'm forwarding it here on the off chance that it is useful to someone.
--
Horms
H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/
----- Forwarded message from "\"CHEW YEW CHOONG\"" <055919 at mis.nagaokaut.ac.jp> -----
Date: Thu, 29 Jun 2006 20:41:15 +0900
From: "\"CHEW YEW CHOONG\"" <055919 at mis.nagaokaut.ac.jp>
To: horms at verge.net.au
Subject: Ultra Monkey on Red Hat Enteprise Linux 4
Dear Horms,
First of all, thanks for the effort to put those usefull information/guides on the UltraMonkey site.
I follow the Installation Notes of Ultra Monkey on Red Hat Enteprise Linux 3 on your site ( http://www.ultramonkey.org/3/installation-rh.el.3.html ), and with a few changes, we successfully implement it in our network.
We are running Red Hat Enteprise Linux 4 ES, uname -r returned 2.6.9-22.0.1.ELsmp
In case you are interest, in RHEL4ES, do not install ipvsadm-1.21-1.rh.el.1.um.1.i386.rpm and perl-ldap-0.3202-1.rh.el.um.1.noarch.rpm, RHEL4ES need ipvsadm-1.24-7.2.1.i386.rpm to work!
Below is a build script i used to install UltraMonkey in different gateway:
#########################################################
#!/bin/bash
#
# install ultramonkey3 on RHEL es4
# will install perl-Digest-HMAC and perl-Digest-SHA1
up2date-nox -i perl-Digest-HMAC
up2date-nox -i libdbi-dbd-mysql
up2date-nox -i perl-DBD-MySQL
up2date-nox -i perl-Net-DNS
rpm -Uvh --nodeps heartbeat-1.2.3.cvs.20050927-1.rh.el.um.1.i386.rpm \
heartbeat-ldirectord-1.2.3.cvs.20050927-1.rh.el.um.1.i386.rpm \
heartbeat-pils-1.2.3.cvs.20050927-1.rh.el.um.1.i386.rpm \
heartbeat-stonith-1.2.3.cvs.20050927-1.rh.el.um.1.i386.rpm \
ipvsadm-1.24-7.2.1.i386.rpm \
libnet-1.1.2.1-1.rh.el.um.1.i386.rpm \
perl-Authen-SASL-2.08-1.rh.el.um.1.noarch.rpm \
perl-IO-Socket-SSL-0.96-1.rh.el.um.1.noarch.rpm \
perl-Mail-IMAPClient-2.2.9-1.rh.el.um.1.noarch.rpm \
perl-Net-SSLeay-1.25-1.rh.el.um.1.i386.rpm \
perl-Parse-RecDescent-1.94-1.rh.el.um.1.noarch.rpm \
perl-XML-SAX-0.12-1.rh.el.um.1.noarch.rpm \
perl-XML-NamespaceSupport-1.08-1.rh.el.um.1.noarch.rpm \
arptables_jf-0.0.7-0.3E.i386.rpm \
arptables-noarp-addr-0.99.2-1.rh.el.um.1.noarch.rpm
echo "# Controls IP packet forwarding" >> /etc/sysctl.conf
echo "# 20060514 by ycChew, enable packet forwarding" >> /etc/sysctl.conf
echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf
/sbin/sysctl -p
/sbin/chkconfig --level 2345 ldirectord on
/sbin/chkconfig --level 2345 heartbeat off
echo "Edit /etc/ha.d/conf/ldirectord.cf for load balancing settings."
exit 0
#########################################################
Best regards,
YC
----- End forwarded message -----
More information about the Ultramonkey-users
mailing list