Versions Compared

Key

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

...

  1. Yum repository 를 업데이트 합니다.

    RHEL 6.x 일 경우

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

    RHEL 5.x 일 경우

    Code Block
    rpm -Uvh http://elrepo.org/elrepo-release-5-4.el5.elrepo.noarch.rpm
  2. ELRepository 의 내용을 수정합니다.

    Code Block
    # vi /etc/yum.repos.d/elrepo.repo
  3. "enabled=1" 을 "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
    protect=0
  4. ELRepository 를 통해서 DRBD 8.3.13 과 관련 모듈을 설치합니다.

    Info

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

  5. 설치가 완료된 후 DRBD 서비스를 재 시작합니다.

    Info

    # service drbd restart

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

 

Info

DRDB 에 DRBD 에 대한 자세한 사항은  다음의 링크를 참조하시기 바랍니다.

https://drbd.linbit.com/users-guide

DRBD®, the DRBD logo, LINBIT®, and the LINBIT logo are trademarks or registered trademarks of LINBIT Information Technologies GmbH in Austria, the United States and other countries.

...