Serviceguard for Linux Flex Storage Add-on Patches / Updates
Serviceguard for Linux SDR Home | Software Delivery Repository | Getting Started | FAQ | RepositoriesServiceguard for Linux Flex Storage Add-on Edition Overview
HPE Serviceguard for Linux Flex Storage Add-on provides data replication for non shared storage based on replication software DRBD. DRBD is a software-based, shared-nothing, replicated storage solution for replicating data on block devices (hard disks, partitions, logical volumes etc.) between cluster nodes. Serviceguard solutions have been integrtaed with DRBD to help provide fully automatic HA & DR capabilities for non shared storage deployments.
This edition includes the following components: |
Generate_Token
then
Browse token as password |
Serviceguard for Linux Flex Storage Add-on is an addon that can be installed on top of either:
SG-LX Base Edition or
SG-LX Advanced Edition or
SG-LX Enterprise Edition or
SG-LX Premium Edition
Please see the Serviceguard for Linux product home page for more information. This repository contains all the latest Patches / Updates for HPE Serviceguard for Linux Flex Storage Add-on Edition |
Access to Serviceguard for Linux Flex Storage Add-on Edition
Components available in repository
Serviceguard for Linux Flex Storage Add-on Edition Patches / Updates B.1.0.0 and above consists of the following components listed below. |
Serviceguard toolkit for flex storage addon | Serviceguard Flex Storage Add-on | ||||||||||
DRBD Utils | DRBD User Space Administration tools and commands | ||||||||||
DRBD Bash Completion | Programmable Bash Completion Support for DRBD Utils | ||||||||||
DRBD udev | Udev helper scripts for DRBD to manage symlinks to DRBD devices | ||||||||||
DRBD Kernel Module | Provides the DRBD Kernel Module | ||||||||||
DRBD Source | DRBD User & Kernel Space Source RPM'S |
Subscribe your system to the sglx-flex-storage repository
Red Hat Enterprise Linux 
Copy-n-paste the following section (substituting distribution and project version)
into /etc/yum.repos.d/sglx-flex-storage.repo
on your system:
[sglx-flex-storage]
name=Serviceguard for Linux Flex Storage Addon Patches / Updates
baseurl=https://EMAIL:TOKEN@update1.linux.hpe.com/repo/sglx-flex-storage/rhel/dist_ver/x86_64/sg_flex_st_ver/drbd_ver/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY1-Serviceguard
file:///etc/pki/rpm-gpg/GPG-KEY2-Serviceguard
Where:
EMAIL Email for HPE Passport account; must be URL encoded (e.g., SysAdmin%40some-company.com) (see note below) TOKEN Generated here dist_ver 7.6, 7.7, 7.8, 7.9, 8.1, 8.2, 8.3, 8.4 sg_flex_st_ver Select the appropriate version depending on Minor Update Releases or Patches Releases: current, 1.0.0 drbd_ver 9.0.0, 9.1.0
SUSE Linux Enterprise Server 
Copy-n-paste the following section (substituting distribution and project version)
into /etc/zypp/repos.d/sglx-flex-storage.repo
on your system:
[sglx-flex-storage]
name=Serviceguard for Linux Premium Patches / Updates
baseurl=https://EMAIL:TOKEN@update1.linux.hpe.com/repo/sglx-flex-storage/suse/dist_ver/x86_64/sg_flex_st_ver/drbd_ver/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY1-Serviceguard
file:///etc/pki/rpm-gpg/GPG-KEY2-Serviceguard
Where:
EMAIL Email for HPE Passport account; must be URL encoded (e.g., SysAdmin%40some-company.com) (see note below) TOKEN Generated here dist_ver SLES12-SP3, SLES12-SP4, SLES12-SP5, SLES15-SP0, SLES15-SP1, SLES15-SP2, SLES15-SP3 sg_flex_st_ver Select the appropriate version depending on Minor Update Releases or Patches Releases: current, 1.0.0 drbd_ver 9.0.0, 9.1.0
Import the GPG Key
Copy the GPG-KEY1-Serviceguard and GPG-KEY2-Serviceguard keys to /etc/pki/rpm-gpg/
and then import the keys with the following command:
rpm --import /etc/pki/rpm-gpg/GPG-KEY1-Serviceguard and rpm --import /etc/pki/rpm-gpg/GPG-KEY2-Serviceguard
Installing/Updating Serviceguard for Linux Flex Storage Addon packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="sglx-flex-storage" list available
or
# zypper search -s --repo sglx-flex-storage
Install a specific package
# yum install --disablerepo="*" --enablerepo="sglx-flex-storage" packagename
or
# zypper install -r sglx-flex-storage packagename
Install Serviceguard Solutions for Flex Storage Addon
Depending on the status of SGLX Foundation edition installation, there are two options:
# yum install --disablerepo="*" --enablerepo="sglx-flex-storage" serviceguard-flex-storage-addon
or
# zypper install -r sglx-flex-storage serviceguard-flex-storage-addon
# yum install --disablerepo="*" --enablerepo="sglx-flex-storage,sglx_repo" serviceguard-flex-storage-addon
or
# zypper install -r sglx-flex-storage -r sglx_repo serviceguard-flex-storage-addon
Update Serviceguard Solutions for Flex Storage Addon
# yum update --disablerepo="*" --enablerepo=" sglx-flex-storage,sglx_repo" serviceguard-flex-storage-addon
or
# zypper update -r sglx-flex-storage -r sglx_repo serviceguard-flex-storage-addon
Where:
sglx_repo Refers to the repo name of one of the SGLX Foundation edition, .i.e. SGLX Base, Advanced, Enterprise or Premium Edition
URL Encoded Emails
In order for the yum and zypper to pass the correct email address to the authentication protocols on the Software Delivery Repository, email addresses in the *.repo files must be URL encoded. For most email addresses, changing the "@" to "%40" is sufficient. For instance, "john.smith@company.com" would be entered as "john.smith%40company.com" in the *.repo file. You may use the URL encoded values from the list below or use an online tool like URL Decode and Encode to help encode your email address.
@ = %40 & = %26 / = %2F ` = %60 space = %20 ! = %21 ' = %27 = = %3D { = %7B , = %2C # = %23 * = %2A ? = %3F | = %7C . = . $ = %24 + = %2B ^ = %5E } = %7D % = %25 - = - _ = _ ~ = ~