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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
---
2
-
title: Learning to manage HPE iLO 7 with Restful Interface Tool 6.0
2
+
title: Learning to manage HPE iLO 7 with RESTful Interface Tool 6.0
3
3
date: 2025-03-10T14:05:22.058Z
4
4
featuredBlog: true
5
5
priority: 0
6
6
author: Rajeevalochana Kallur
7
7
authorimage: /img/Avatar1.svg
8
8
disable: false
9
9
tags:
10
-
- ilorest, ilo7, appaccount, vnic
10
+
- ilorest
11
+
- ilo-restful-api
12
+
- ilo7
13
+
- appaccount
14
+
- vnic
11
15
---
12
16
![]()
13
17
@@ -682,7 +686,7 @@ We know you love **HPE servers** for their **security** and **ease of management
682
686
683
687
Another major shift 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**.
684
688
685
-
In this article, I’ll walk you through **managing HPE iLO 7 using the iLORest 6.0 tool via in-band access**. We’ll start with **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.
689
+
In this article, I’ll walk you through **managing HPE iLO 7 using the iLOrest 6.0 tool via in-band access**. We’ll start with **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.
686
690
687
691
Let’s get started! 🚀
688
692
@@ -705,7 +709,7 @@ Here is a screenshot of successful installation.
705
709
706
710
**Application account creation during iLOrest installation**
707
711
708
-
During the RPM installation of iLOrest 6.0, you might notice that the installer prompts for iLO credentials to create an Application account. While this step is optional, HPE strongly recommends creating the App account during installation itself.
712
+
During the RPM installation of iLOrest 6.0, you might notice that the installer prompts for iLO credentials to create an Application account. While this step is optional, HPE strongly recommends creating the Application account during installation itself.
709
713
Why?
710
714
711
715
• The Application account provides an additional method for in-band authentication with iLO 7, enhancing security and flexibility.
@@ -722,27 +726,27 @@ By leveraging this new authentication method, managing iLO 7 becomes even more s
722
726
723
727
### Windows:
724
728
725
-
On Windows, iLORest is installed using an MSI package. During installation, a user interface will appear, prompting you to enter iLO credentials for Application account creation.
729
+
On Windows, iLOrest is installed using an MSI package. During installation, a user interface will appear, prompting you to enter iLO credentials for Application account creation.
726
730
Just like on Linux, this step is optional but recommended by HPE, as the Application account allows for in-band authentication with iLO 7 without requiring traditional credentials.
727
731
Here’s a screenshot of the Application account creation dialog box during installation:
728
732
729
733

730
734
731
735
### All other OSes:
732
736
733
-
On operating systems like ubuntu and mac, the iLORest tool can be installed effortlessly via PyPI using the following command:
737
+
On operating systems like ubuntu and mac, the iLOrest tool can be installed effortlessly via PyPI using the following command:
0 commit comments