Serviceguard Quorum Server for Linux Patches / Updates
Serviceguard for Linux SDR Home | Software Delivery Repository | Getting Started | FAQ | RepositoriesServiceguard Quorum Server for Linux Overview
Serviceguard Quorum Server for Linux is a Hewlett-Packard Enterprise solution that protects mission-critical applications
from a wide variety of hardware and software failures by providing Serviceguard cluster arbitration service when a cluster partition is discovered. Quorum Server runs on a Linux system outside of the cluster for which it is providing quorum services. Quorum Server running on Linux can serve a Serviceguard for Linux cluster, HP-UX Serviceguard cluster, or a combination of clusters of both types. Please see the Serviceguard for Linux product home page for more information. |
Browse |
This repository contains all the latest Patches / Updates for HPE Serviceguard Quorum Server for Linux |
Components available in repository
Serviceguard Quorum Server for Linux Patches / Updates A.12.10.00 and above consists of the following components listed below. |
Serviceguard Quorum Server | for Linux |
Serviceguard for Linux product home page | |||||
HPE Serviceguard on Linux Certification Matrix | |||||
HPE Serviceguard Quorum Server for Linux Release Notes |
Subscribe your system to the sglx-qs repository
Red Hat Enterprise Linux 
Copy-n-paste the following section (substituting distribution and project version)
into /etc/yum.repos.d/sglx-qs.repo
on your system:
[sglx-qs]
name=Serviceguard Quorum Server for Linux Patches / Updates
baseurl=http://downloads.linux.hpe.com/SDR/repo/sglx-qs/rhel/dist_ver/x86_64/sg_ver
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-Serviceguard
Where:
dist_ver 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 6.10, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5 sg_ver current, 12.30.10, 12.10.00
SUSE Linux Enterprise Server 
Copy-n-paste the following section (substituting distribution and project version)
into /etc/zypp/repos.d/sglx-qs.repo
on your system:
[sglx-qs]
name=Serviceguard Quorum Server for Linux Patches / Updates
baseurl=http://downloads.linux.hpe.com/SDR/repo/sglx-qs/suse/dist_ver/x86_64/sg_ver
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-Serviceguard
Where:
dist_ver SLES11-SP2, SLES11-SP3, SLES11-SP4, SLES12, SLES12-SP1, SLES12-SP2, SLES12-SP3 sg_ver current, 12.30.10, 12.10.00
Import the GPG Key
Copy the GPG-KEY-Serviceguard key to /etc/pki/rpm-gpg/
and then import the key with the following command:
rpm --import /etc/pki/rpm-gpg/GPG-KEY-Serviceguard
Installing/Updating Serviceguard Quorum Server for Linux packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="sglx-qs" list available
or
# zypper search -s --repo sglx-qs
Install a Serviceguard Quorum Server package
# yum install serviceguard-qs
or
# zypper install serviceguard-qs
Update a Serviceguard Quorum Server package
# yum update serviceguard-qs
or
# zypper update serviceguard-qs