3

I am trying to install DRBD on Redhat 5. Everything i find is out of date, and all the files are not hosted anymore. From what I understand I need to install the Cent OS repositories to install DRBD on Redhat 5?

Can anyone lead me in the right direction with this please?

I appreciate it.

PolarisUser
  • 143
  • 5

1 Answers1

3

DRBD is available in the ELRepo.

To install in RHEL 5, run the following:

rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
yum update
yum search drbd
Tim
  • 6,113
  • 1
  • 18
  • 19