Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

HPE Scripting Tools Repository

The Linux HPE scripting tools provides miscellaneous command line tools useful for scripting and automating ProLiant servers.   Browse

The stk includes the following command line tools:

  • hp-conrep
  • hp-discovery
  • hp-hwquery
  • hp-ifhw
  • hp-lo100cfg
  • hp-rbsureset
  • hp-rcu
  • hp-reboot
  • hp-setbootorder
  • hp-statemgr


Subscribe your system to the stk repository

Red Hat Enterprise Linux

Cut-n-paste the following section (substituting ditribution, architecture and project version) into /etc/yum.repos.d/stk.repo on your system:


[stk]
name=hp scripting tools
baseurl=http://downloads.linux.hpe.com/repo/stk/rhel/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-stk


Where:

   dist_ver      7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7, 6.9
   arch          i386, x86_64  
   project_ver   current
        


SUSE Linux Enterprise Server

Cut-n-paste the following section (substituting ditribution, architecture and project version) into /etc/zypp/repos.d/stk.repo on your system:


[stk]
name=hp scripting tools
baseurl=http://downloads.linux.hpe.com/repo/stk/suse/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-stk


Where:

   dist_ver      SLES15-SP1, SLES15,  SLES12-SP4, SLES12-SP3, SLES11-SP4
   arch          i386, x86_64  
   project_ver   current
        


Ubuntu/Debian

Cut-n-paste the following section (substituting ditribution, architecture and project version) into /etc/apt/sources.list.d/stk.list on your system:


# HPE STK
deb http://downloads.linux.hpe.com/SDR/repo/stk dist/project_ver non-free


Where:

   dist             buster, bionic, xenial, stretch
   project_ver      current
        


Installing stk packages

RedHat: Install a specific package

# yum install <packagename>


SLES: Install a specific package

# zypper install <packagename>


Ubuntu/Debian: Update index and install a specific package

# apt-get update && apt-get install packagename


Contact