Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesSmart Update Tools Repository
Smart Update Tools for Linux (SUT) is an application which enables firmware and software deployment via the iLO management network using the server's local administrator credentials. SUT can run as a service when working with HPE OneView managed servers or in an On Demand mode. Smart Update Tools for VMware ESXi (SUT) is an application which enables remote firmware and software deployment to HPE OneView managed servers running supported VMware ESXi operating systems via the iLO management network using the server's local administrator credentials. SUT is delivered as a Linux rpm which runs as a service on a RHEL 7 server. SUT requires a Service Pack for ProLiant-based ISO containing Smart Update Manager version 7.4.0 or later, iLO 4 firmware version 2.30 or later, and an iLO Advanced Pack license for deployment. Additional information may be found on the SUT product home page. |
Browse |
Subscribe your system to the sut repository
Cut-n-paste the following section (substituting ditribution, architecture and project version) into the appropriate .repo file on your system:
Red Hat Enterprise Linux /etc/yum.repos.d/sut.repo
[sut]
name=Smart Update Tools
baseurl=http://downloads.linux.hpe.com/repo/sut/rhel/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-hpsut
Where:
dist_ver 8, 7, 6 arch x86_64 project_ver current
SUSE Linux Enterprise Server /etc/zypp/repos.d/sut.repo
[sut]
name=Smart Update Tools
baseurl=http://downloads.linux.hpe.com/repo/sut/suse/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-hpsut
Where:
dist_ver 15, 12, 11 arch x86_64 project_ver current
Installing sut packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="sut" list available
Install a specific package
# yum install packagename