Serviceguard on Linux Contributed Application Toolkits

Serviceguard for Linux SDR Home   |   Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

Serviceguard on Linux Contributed Toolkit's Overview

The HPE Serviceguard Contributed Toolkit Suite is a collection of toolkits for popular applications to integrate them with the HPE Serviceguard for Linux environment. This toolkit suite comprises the following toolkits:

  • MySQL
  • Samba
  • Apache
  • Tomcat
  • Sendmail
  • PostgreSQL

    Please see the Serviceguard On Linux product home page for more information.

  •   Generate_Token then
    Browse
    with email as username,
    token as password


    This repository contains all the HPE Serviceguard for Linux Contributed Application Integration Toolkits



    Access to Serviceguard Contributed Application Integration Toolkits Patches / Updates


    An active HPE Passport account is required to access HPE Serviceguard for Linux Contrib Edition product updates. The email associated with the HPE Passport account must be supplied as the username, and a user-generated token must be supplied as the http password to access this repository. If you have a valid HPE Passport account, login with your HPE Passport credentials and generate your token here. Once you have a valid token, you may access the HPE Serviceguard for Linux Contrib Edition repository with your web browser (or yum, or zypper) using the following https URL syntax:

        https://EMAIL:TOKEN@update1.linux.hpe.com/repo/sglx-contrib


    Components available in repository

    Serviceguard for Linux Contributed Application Integration Toolkits consists of the following components listed below.

    Serviceguard toolkit for MySQL Toolkit for MySQL on Linux
    Serviceguard toolkit for Samba Toolkit for Samba on Linux
    Serviceguard toolkit for Apache Toolkit for Apache on Linux
    Serviceguard toolkit for Tomcat Toolkit for Tomcat on Linux
    Serviceguard toolkit for Sendmail Toolkit for Sendmail on Linux
    Serviceguard toolkit for PostgresSQL Toolkit for PostgresSQL on Linux



      Documentation and Support Information


    Serviceguard On Linux product home page
    HPE Serviceguard Toolkit Compatibility Matrix
    HPE Serviceguard for Linux Release Notes and Admin Guide



    Subscribe your system to the sglx-contrib repository


    Red Hat Enterprise Linux

    Copy-n-paste the following section (substituting distribution and project version) into /etc/yum.repos.d/sglx-contrib.repo on your system:


    [sglx-contrib]
    name=Serviceguard on Linux Contributed Toolkits
    baseurl=https://EMAIL:TOKEN@update1.linux.hpe.com/repo/sglx-contrib/rhel/dist_ver/x86_64/sg_ver
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-Serviceguard-contrib


    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.0, 7.1, 7.2, 7.3, 7.4, 7.5
            sg_ver        current, 12.60.00, 12.00.00 
            

    SUSE Linux Enterprise Server

    Copy-n-paste the following section (substituting distribution and project version) into /etc/zypp/repos.d/sglx-contrib.repo on your system:


    [sglx-contrib]
    name=Serviceguard on Linux Contributed Toolkits
    baseurl=https://EMAIL:TOKEN@update1.linux.hpe.com/repo/sglx-contrib/suse/dist_ver/x86_64/sg_ver
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-Serviceguard-contrib


    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, SLES12-SP1, SLES12-SP2, SLES12-SP3
            sg_ver        current, 12.60.00, 12.00.00 		
            


    Import the GPG Key

    Copy the GPG-KEY-Serviceguard-contrib key to /etc/pki/rpm-gpg/ and then import the key with the following command:
        gpg --import /etc/pki/rpm-gpg/GPG-KEY-Serviceguard-contrib

    Please see the HPE Linux Code Signing for more information.


    Installing/updating Serviceguard on Linux packages


    List the packages in the repository

    # yum --disablerepo="*" --enablerepo="sglx-contrib" list available
    or
    # zypper search -s --repo sglx-contrib


    Install a specific package

    # yum install packagename
    or
    # zypper install packagename


    To install Serviceguard Apache Toolkit
    # yum install serviceguard-apache-toolkit

    or
    # zypper install serviceguard-apache-toolkit


    Update a specific package

    # yum update packagename
    or
    # zypper update packagename


    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      - = -        _ = _        ~ = ~
      

    Contact