Skip to content

Commit f96d2d3

Browse files
committed
Update learning-to-manage-ilo-7-with-restful-interface-tool-ilorest-6-0.md
1 parent 3c385c5 commit f96d2d3

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

content/blog/learning-to-manage-ilo-7-with-restful-interface-tool-ilorest-6-0.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
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
33
date: 2025-03-10T14:05:22.058Z
44
featuredBlog: true
55
priority: 0
66
author: Rajeevalochana Kallur
77
authorimage: /img/Avatar1.svg
88
disable: false
99
tags:
10-
- ilorest, ilo7, appaccount, vnic
10+
- ilorest
11+
- ilo-restful-api
12+
- ilo7
13+
- appaccount
14+
- vnic
1115
---
1216
![]()
1317

@@ -682,7 +686,7 @@ We know you love **HPE servers** for their **security** and **ease of management
682686

683687
Another major shift is in the default login method - **Virtual NIC (<a href="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/vnic/#the-ilo-redfish-host-interface-virtual-nic" target="_blank">VNIC</a>)** replaces the **<a href="https://servermanagementportal.ext.hpe.com/docs/etc/glossaryterms/" target="_blank">CHIF</a> interface**, which was used in **iLO 6 and earlier versions**.
684688

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 <a href="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 <a href="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 <a href="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 <a href="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.
686690

687691
Let’s get started! 🚀
688692

@@ -705,7 +709,7 @@ Here is a screenshot of successful installation.
705709

706710
**Application account creation during iLOrest installation**
707711

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.
709713
Why?
710714

711715
• 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
722726

723727
### Windows:
724728

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.
726730
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.
727731
Here’s a screenshot of the Application account creation dialog box during installation:
728732

729733
![](/img/windows_msi.jpg)
730734

731735
### All other OSes:
732736

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:
734738
```bash
735739
pip install ilorest
736740
```
737-
On Vmware ESXi, it is installed using
738-
```
739-
esxcli software component apply -d ilorest-component.zip
741+
On VMware ESXi, it is installed using
740742

743+
```bash
744+
esxcli software component apply -d ilorest-component.zip
741745
```
742746

743747
#### Creating an Application account
744748

745-
For these OSes, you can create an Application account using the following iLORest command:
749+
For these OSes, you can create an Application account using the following iLOrest command:
746750
```bash
747751
ilorest appaccount create -u ilo-user -p password --self
748752
```

0 commit comments

Comments
 (0)