Versions Compared

Key

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

...

How to install DRBD 8.3.13

...

using YUM.

Warning

DRBD 설치 전에 YUM 을 통하여 시스템 업데이트 설치를 권장합니다.

DRBD 설치 전에 반드시 인터넷에 연결되어 있어야 합니다.

 

Yum repository 를 업데이트 합니다.

...

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

 

  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
    baseurlel6baseurl=http://elrepo.org/linux/elrepo/el6/$basearch/
    mirrorlist=http://elrepo.org/mirrors-elrepo.el6
    enabled=0
    gpgcheck=1
    gpgkeyel6enabled=0gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org
    protectorgprotect=0
  4. ELRepository 를 통해서 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. 설치가 완료된 후 DRBD 서비스를 재 시작합니다Restart DRBD service after installation.

    Info

    # service drbd restart

    서비스 재시작이 완료되면 DRBD 를 사용할 수 있습니다.

...

  1. You can DRBD after restart DRBD service.

In addition, please refer to following link for more details about DRBD.

DRDB 참조 링크