Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Before installation DRBD, it recommends system update using YUM and node should be connect an internet to download the package.

Info

DRBD® is Data Replication solution of LINBIT® .

 

 

  1. Update Yum repository.

    In RHEL 6.x case.

    Code Block
    # rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

    In RHEL 5.x case.

    Code Block
    rpm -Uvh http://elrepo.org/elrepo-release-5-4.el5.elrepo.noarch.rpm
  2. Modify ELRepository information

    Code Block
    # vi /etc/yum.repos.d/elrepo.repo
  3. Modify "enabled=1" to "enabled=0".

    Code Block
    [elrepo] name=ELRepo.org Community Enterprise Linux Repository - el6 
    baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/ 
    mirrorlist=http://elrepo.org/mirrors-elrepo.el6 
    enabled=0 
    gpgcheck=1 
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org D
    protect=0
  4. Install DRBD 8.3.13 and associated modules using ELRepository.

    Info

    # yum --enablerepo=elrepo install drbd83-utils-8.3.13 kmod-drbd83-8.3.13

  5. Restart DRBD service after installation.

    Info

    # service drbd restart

  6. You can DRBD after restart DRBD service.

...