-->

DEVOPSZONES

  • Recent blogs

    How to Install DRBD in Amazon linux 2

     How to Install DRBD in Amazon linux 2

    Amazon Linux 2 DRBD Installation Instructions:


    To Install DRBD on Amazon Linux 2  we need to install the EPEL Repository  first.

    Install the EPEL release package for RHEL 7 and enable the EPEL repository:

    sudo amazon-linux-extras install epel -y

    Install DRBD:

    Now List out the repos

    sudo yum repolist

    Install DRBD now

    sudo yum install drbd -y


    Loaded plugins: extras_suggestions, langpacks, priorities, update-motd

    228 packages excluded due to repository priority protections

    Installed Packages

    Name        : drbd

    Arch        : x86_64

    Version     : 9.17.0

    Release     : 1.el7

    Size        : 33 k

    Repo        : installed

    From repo   : epel

    Summary     : DRBD user-land tools and scripts

    URL         : http://www.drbd.org/

    License     : GPLv2+

    Description : DRBD refers to block devices designed as a building block to form high

                : availability (HA) clusters. This is done by mirroring a whole block device

                : via an assigned network. DRBD can be understood as network based raid-1.

                :

                : This is a virtual package, installing the full user-land suite.

    No comments