Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesManagement 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.
|
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>