Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesHPE RESTful Interface Tool Repository
Having problems finding a scripting tool that provides a management orchestration among the server components? Being challenged with many tools, remote management vulnerabilities and scripting limitation? HPE offers you a single command line interface for the iLO 4 RESTful API called RESTful Interface Tool designed for HPE ProLiant Gen9 Servers. The RESTful Interface Tool lets you configure, inventory and monitor various server components, plus document allowed server configurations and dependencies via HPE Integrated Lights-Out (iLO) 4 FW 2.0 or greater.
|
Browse |
Subscribe your system to the ilorest repository
Red Hat Enterprise Linux 
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/yum.repos.d/ilorest.repo
on your system:
[ilorest]
name=hpe restful interface tool
baseurl=http://downloads.linux.hpe.com/SDR/repo/ilorest/rhel/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ilorest
Where:
dist_ver 8, 7, 6 arch 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/ilorest.repo
on your system:
[ilorest]
name=hpe restful interface tool
baseurl=http://downloads.linux.hpe.com/SDR/repo/ilorest/suse/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-ilorest
Where:
dist_ver 15, 12, 11 arch 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/ilorest.list
on your system:
# HPE ilorest
deb http://downloads.linux.hpe.com/SDR/repo/ilorest dist/project_ver non-free
Where:
dist focal, buster, bionic, xenial, stretch, jessie project_ver current
Installing ilorest packages
RedHat: Install a specific package
# yum install ilorest
SLES: Install a specific package
# zypper install ilorest
Ubuntu/Debian: Update index and install a specific package
# apt-get update && apt-get install ilorest