To ensure the integrity of your download, HPE recommends verifying your results with
this SHA-256 Checksum value:
75cba0c6da37b3a45da226b43f8b1d60cba3408121b0a65955e2295820152ca8 |
RPMS/x86_64/ilorest-3.1.1-11.x86_64.rpm |
Reboot Requirement:
Reboot is optional after installation. Updates will be effective after reboot. Hardware stability will be maintained without reboot.
Installation:
Verify the RPM signature using the following steps:
Download the HPE GPG 2048-bit Public Key (hpePublicKey2048_key1.pub), which is available from the HPE SDR web site: https://downloads.linux.hpe.com/keys.html
Import the public key while logged in as root by running the following command:
# rpm --import /path_to_the_key/file_name_of_the_key
example # rpm --import /path_to_the_key/26C2B797.pub
Verify the RPM:
Use the rpm --checksig command to validate and verify the digital signature of the signed file. The output from the command indicates the validity of the signature:
# rpm --checksig filename_of_the_rpm
example result # rpm --checksig <File name>.rpm
<File name>.rpm: digests signatures OK
If your file does not pass verification or you do not have the Hewlett Packard Enterprise Company public key installed, you may see an error:
# rpm --checksig sample_file.rpm
sample_file.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: key#s)
In this case then do not install the rpm. This means the file has been modified in some way since being released from Hewlett Packard Enterprise Company
Run the RPM:
Login as the system administrator (root), download the RPM to a directory on your hard drive and change to that directory.
To install the package, type:
- rpm -ivh <packagename>.rpm
After installation, the ilorest command is now available to use.