Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

Management Component Pack

The Linux Management Component Pack provides agent software for use on community-supported distributions. For RedHat and SUSE distributions, please use the Service Pack for ProLiant (SPP). The MCP (unlike the SPP) does not provide drivers and firmware (firmware is provided via HPSUM, and drivers are provided by the distribution vendors). Please see the HPE server operating systems home page for more information, including support matrices for HPE ProLiant Servers.


hp-healthHPE System Health Application and Command line Utilities (Gen9 and earlier)
hponcfg HPE RILOE II/iLO online configuration utility
amsd HPE Agentless Management Service (Gen10 and newer)
hp-ams HPE Agentless Management Service (Gen9 and earlier)
hp-snmp-agents Insight Management SNMP Agents for HPE ProLiant Systems (Gen9 and earlier)
hpsmh HPE System Management Homepage (Gen9 and earlier)
hp-smh-templates HPE System Management Homepage Templates (Gen9 and earlier)
ssacli HPE Command Line Smart Storage Administration Utility
ssaducli HPE Command Line Smart Storage Administration Diagnostics
ssa HPE Array Smart Storage Administration Service
storcli MegaRAID command line interface


NOTICE: The health/snmp functionality was moved to the iLO card on HPE ProLiant Gen10 servers. The hp-health, hp-snmp-agents, hp-smh* and hp-ams debs are only to be installed on Gen9 servers and earlier. Gen10 users, please subscribe to "11.xx" or "current" repositories. Gen9 users, please use "10.xx" or earlier.


  Browse


Subscribe RPM-based systems to the mcp repository

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


[mcp]
name=Management Component Pack
baseurl=http://downloads.linux.hpe.com/repo/mcp/dist/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-mcp


Where:

   dist          centos, fedora, opensuse, oracle
   dist_ver      Browse repo to identify supported distribution versions
   arch          i386, x86_64
   project_ver   current, 12.20, 12.05, 11.30, 11.21, 11.05, 10.62, 10.50, 10.40
        

List the packages in the repository

# yum --disablerepo="*" --enablerepo="short_repo_name" list available


Install a specific package

# yum install <packagename>


Subscribe Deb-based systems to the mcp repository

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


# HPE Management Component Pack
deb http://downloads.linux.hpe.com/SDR/repo/mcp dist/project_ver non-free


Where:

   dist             jammy, bullseye, focal, buster, bionic, xenial, precise, stretch, jessie
   project_ver      current, 12.40, 12.30, 12.20, 12.05, 12.00, 11.30, 11.21, 11.05
        

Install the HPE public gpg key

http://downloads.linux.hpe.com/SDR/keys


Update the local apt indexes

# apt-get update


Search for a specific package

# apt-cache search <packagename> # browse debs


Install a specific package

# apt-get install <packagename>


Contact