You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/learning-to-manage-ilo-7-with-restful-interface-tool-ilorest-6-0.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ We know you love servers by Hewlett Packard Enterprise (HPE) for their security
21
21
22
22
Another major change is in the default login method - Virtual NIC (<ahref="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/vnic/#the-ilo-redfish-host-interface-virtual-nic"target="_blank">VNIC</a>) replaces the <ahref="https://servermanagementportal.ext.hpe.com/docs/etc/glossaryterms/"target="_blank">CHIF</a> interface, which was used in iLO 6 and earlier versions.
23
23
24
-
In this article, I'll walk you through how to manage HPE iLO 7 using the iLOrest 6.0 tool via in-band access. We’ll start by **installing <ahref="https://github.com/HewlettPackard/python-redfish-utility/releases/latest"target="_blank">iLOrest</a>** on different operating systems and then dive into **logging into iLO 7**. Since **iLO 7 introduces a new <ahref="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/securityservice/#application-accounts"target="_blank">application account</a> login method**, I’ll also cover how iLOrest 6.0 fully supports this feature.
24
+
In this article, I'll walk you through how to manage HPE iLO 7 using the iLOrest 6.0 tool via in-band access. We’ll start by installing <ahref="https://github.com/HewlettPackard/python-redfish-utility/releases/latest"target="_blank">iLOrest</a> on different operating systems and then dive into logging into iLO 7. Since iLO 7 introduces a new <ahref="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/securityservice/#application-accounts"target="_blank">application account</a> login method, I’ll also cover how iLOrest 6.0 fully supports this feature.
25
25
26
26
Let’s get started! 🚀
27
27
@@ -32,6 +32,7 @@ Let’s get started! 🚀
32
32
On Linux, iLOrest can be installed as an RPM package. If you already have a previous version installed, you can upgrade it using the -Uvh option.
33
33
For a fresh installation, use:
34
34
35
+
35
36
```bash
36
37
rpm -ivh ilorest-6.0.x86_64.rpm
37
38
```
@@ -67,10 +68,12 @@ Here’s a screenshot of the Application account creation dialog box during inst
67
68
### All other OSes:
68
69
69
70
On operating systems like Ubuntu and the macOS, the iLOrest tool can be installed effortlessly via PyPI using the following command:
In this guide, I have demonstrated how to install iLOrest 6.0 across different operating systems and leverage the new Application account login method introduced in iLO 7. Get started today! Download <ahref="https://github.com/HewlettPackard/python-redfish-utility/releases/latest"target="_blank">iLOrest</a>, explore its exciting new features, and take full control of iLO 7 with ease.
0 commit comments