ultraMonkey binary package for RHEL6.x
=======================================
UltraMonkey is Linux based layer 4 load balancer. This archive is just
a package collection for easy installation on RHEL6.x. It includes packages
distributed by Linux-HA Japan <http://linux-ha.sourceforge.jp/> and includes
rebuild packages based on packages from EPEL <https://fedoraproject.org/wiki/EPEL>
and DAG <http://dag.wieers.com/>.
Each packages are re-distributable under their licenses.

Step.0
------
You have installed ultramonkey-repo-3.14-1.el6.x86_64.rpm.

Step.1
------
Create xxx.repo file in /etc/yum.repos.d/ to "yum install" the packages bundled
with RHEL6.x from your installation DVD. And mount the RHEL6.x DVD.

 (Ex.)
 # mount /dev/dvd/ /media/
 # vi /etc/yum.repos.d/rheldvd.repo
 ----------------------------------------------------------------------
 [rhel-server]
 name=Red Hat Enterprise Linux $releasever - $basearch - server
 baseurl=file:///media/Server
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

 [rhel-loadbalancer]
 name=Red Hat Enterprise Linux $releasever - $basearch - server
 baseurl=file:///media/LoadBalancer
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
 ----------------------------------------------------------------------

Step.2
------
The repository of UltraMonkey has been installed in

 /opt/ultramonkey-l7/ultramonkey/x86_64/

And .repo file for use this repository from yum command has been installed as

 /etc/yum.repos.d/ultramonkey.repo

Install UltraMonkey by yum command.

 # yum clean all
 # yum install ultramonkey

Packages included in RHEL6.x DVD and that are needed by UltraMonkey are installed.
And these packages that are not bundled with RHEL6.x are installed from ultramonkey
repository.
-------------------------------------------------------
/opt/ultramonkey-l7/ultramonkey/x86_64/
 - ldirectord-3.9.3-1.el6.x86_64.rpm
 - perl-Authen-Radius-0.13-1.el6.noarch.rpm
 - perl-Data-HexDump-0.02-1.2.el6.noarch.rpm
 - perl-Mail-POP3Client-2.18-6.el6.noarch.rpm
 - perl-Net-IMAP-Simple-1.1916-3.el6.noarch.rpm
 - perl-Net-IMAP-Simple-SSL-1.3-1.el6.noarch.rpm
-------------------------------------------------------
NOTE: These packages derived from
      Linux-HA Japan : ldirectord
      EPEL : perl-Mail-POP3Client, perl-Net-IMAP-Simple 
      DAG : perl-Authen-Radius, perl-Data-HexDump, perl-Net-IMAP-Simple-SSL

UltraMonkey-L7 Project <http://sourceforge.jp/projects/ultramonkey-l7/>
