Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesImplementing Linux Software RAID1 on HPE ProLiant Servers
LSRRB (Linux Software Raid Redundant Boot) is a solution that uses in-distro open-source software to build and create a two-disk RAID1 redundant boot volume in UEFI mode. Before you proceed to the installation, it is suggested to read the User Guide first. Please refer to LSRRB User Guide Mar/2021 for detail information. More information can be found he LSRRB opensource repository on GitHub. |
Browse |
Subscribe your system to the LSRRB repository
Red Hat Enterprise Linux
Cut-n-paste the following section (substituting distribution, architecture and project version)
into /etc/yum.repos.d/lsrrb.repo
on your system:
[lsrrb]
name=lsrrb
baseurl=http://downloads.linux.hpe.com/repo/lsrrb/RedHat/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ServicePackforProLiant
Where:
dist_ver 8.3, 8.2, 8.1, 8.0, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 6.9, 6.8 arch noarch project_ver current, 1.3.0-1, 1.2.0-7
SUSE Linux Enterprise Server
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/zypp.d/lsrrb.repo
on your system:
[lsrrb]
name=lsrrb
baseurl=http://downloads.linux.hpe.com/repo/lsrrb/SUSE/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ServicePackforProLiant
Where:
dist_ver SLES15-SP2, SLES15-SP1, SLES15, SLES12-SP4, SLES12-SP3, SLES12-SP2 arch noarch project_ver current, 1.3.0-1, 1.2.0-7
Ubuntu and Debian
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/apt/sources.list.d/lsrrb.list
on your system:
# HPE Management Component Pack
deb http://downloads.linux.hpe.com/SDR/repo/lsrrb dist/project_ver main
Where:
dist xenial, trusty project_ver current, 1.2.0-6
Install the HPE public gpg key
http://downloads.linux.hpe.com/SDR/keys
Update the local apt indexes
# apt-get update
Installing lsrrb packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="lsrrb" list available
Install a specific package
# yum install lsrrb
(RedHat)
# zypper install lsrrb
(SUSE)
# apt-get install lsrrb
(Debian/Ubuntu)