What repositories do I need to install heartbeat and haproxy on RHEL?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
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 ~]$
rhel yum
add a comment |
up vote
2
down vote
favorite
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 ~]$
rhel yum
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
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 ~]$
rhel yum
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 ~]$
rhel yum
rhel yum
edited Nov 17 at 20:30
Rui F Ribeiro
38.2k1475123
38.2k1475123
asked Nov 4 '10 at 21:25
Kyle Hodgson
1781210
1781210
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31
add a comment |
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
http://fedoraproject.org/wiki/EPEL had them both.
You can add it like so:
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
http://fedoraproject.org/wiki/EPEL had them both.
You can add it like so:
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
add a comment |
up vote
3
down vote
http://fedoraproject.org/wiki/EPEL had them both.
You can add it like so:
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
add a comment |
up vote
3
down vote
up vote
3
down vote
http://fedoraproject.org/wiki/EPEL had them both.
You can add it like so:
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
http://fedoraproject.org/wiki/EPEL had them both.
You can add it like so:
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
answered Nov 5 '10 at 1:01
Kyle Hodgson
1781210
1781210
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
add a comment |
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
IIRC, redhat 6 has an official "HA repo" which contains packages like this.
– Patrick
Aug 15 '13 at 12:28
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f3772%2fwhat-repositories-do-i-need-to-install-heartbeat-and-haproxy-on-rhel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
and this is why I don't like "repository distro's" sure arch has repo's but you don't have to go looking for them to get stuff done. Trust me, for someone who doesn't use repository distro's ubuntu is just as frustrating to me.
– xenoterracide
Nov 5 '10 at 1:16
As an FYI, heartbeat is discontinued and is no longer maintained (last release was in 2011). It's deprecated in favor of corosync & pacemaker.
– Patrick
Aug 15 '13 at 12:31