...
How to install DRBD 8.3.13
...
using YUM.
Warning |
---|
DRBD 설치 전에 YUM 을 통하여 시스템 업데이트 설치를 권장합니다. DRBD 설치 전에 반드시 인터넷에 연결되어 있어야 합니다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® . |
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
Modify ELRepository 의 내용을 수정합니다.information
Code Block # vi /etc/yum.repos.d/elrepo.repo
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
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
설치가 완료된 후 DRBD 서비스를 재 시작합니다Restart DRBD service after installation.
서비스 재시작이 완료되면 DRBD 를 사용할 수 있습니다.Info # service drbd restart
DRDB 에 대한 자세한 사항은 다음의 링크를 참조하시기 바랍니다.
...
- You can DRBD after restart DRBD service.
Info |
---|
In addition, please refer to following link for more details about DRBD. |