So I am now managing two RHEL machines that I need to install haproxy and heartbeat on. When I follow instructions to do so I get the following:
[admin@p2378442 ~]$ sudo yum -y install heartbeat haproxy
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* main-base: yum01tor.peer1.com
* main-extras: yum01tor.peer1.com
* main-updates: yum01tor.peer1.com
Setting up Install Process
No package heartbeat available.
No package haproxy available.
Nothing to do
[admin@p2378442 ~]$
I imagine I just need to add some repository or other to some yum configuration file or other. What is my best bet? I've tried a few things I've found in Google so far; but they don't seem to help. I'm new to RHEL I don't want to just spray packages in to my system on accident!
I miss Ubuntu server already...