Tudor is a techie turned manager who fights like mad to keep his tech skills honed and relevant. Everything from web hosting, networking, *nix and the like. Constantly developing and co-ordinating with others to make the web a better (and easier to use) place.
Monday, 21st Feb 2011 Posted @ 15:09
After having replaced my RAQ3s with a newer (and supremely more powerful (though still lowly) server), the question came to mind as to what to do with them.
In the interests of some work I am doing (at work) and my own personal interest, I am turning them into an HA pair of load balancers using Zen and ucarp.
This meant removing Virtualmin, which is easily done using the
sh install.sh --uninstallNow they are plain, vanilla Centos 4.4 boxen.
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el4.rf.i386.rpmThats everything "application" wise, so now we just need a load of Perl modules.
rpm -Uhv rpmforge-release-0.5.1-1.el4.rf.i386.rpm
yum install rrdtool
yum install pen
perl -MCPAN -e shellOnce that has completed, you need to install the following modules:
install Bundle::CPAN
CGI
Data::Validate::IP
File::Grep
GD
GD::3DBarGrapher
IO::Interface
IO::Socket
Network::IPv4Addr
Proc::Daemon
RRD::Simple
Tie::File
Sys::Hostname
[ no comments : Add ]