Table of Contents

HPE ProLiant Server CLI Commands

HPE SDR(Software Delivery Repository)



What is SDR?

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

The Software Delivery Repository hosts yum and apt repositories for Linux-related software packages.

SPP Service Pack for ProLiant
Drivers and agent software for RedHat and SLES
MCP Management Component Pack for ProLiant
Agent software for Ubuntu, Oracle and community distros


How to create SDR in Local Site

Sync for SDR

# mkdir -p /var/www/html/SDR/downloads/ServicePackforProLiant
# export RSYNC_PROXY="proxy.jp.hoge.com:8080"
# rsync --progress -avz free.linux.hp.com::SDR/downloads/ServicePackforProLiant/ /var/www/html/SDR/downloads/ServicePackforProLiant/

Sync for SPP and MCP

rsync -avH rsync.linux.hp.com::SDR/repo/spp  /home/opt/repo/
rsync -avH rsync.linux.hp.com::SDR/repo/mcp  /home/opt/repo/


How to use SDR in RHEL

/etc/yum.repos.d/SDR.repo

[SPP_from_SDR]
name=SDR_for_SPP
baseurl=http://downloads.linux.hp.com/SDR/downloads/ServicePackforProLiant/redhat/6/x86_64/current/
enabled=1
gpgcheck=0