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
+41-41Lines changed: 41 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Learning to manage iLO 7 with Restful Interface Tool (iLORest) 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
@@ -676,21 +676,21 @@ tags:
676
676
677
677
<!--StartFragment-->
678
678
679
-
###Introduction
679
+
## Introduction
680
680
681
-
We know you love **HPE servers** for their **security** and **ease of management**. With the release of **iLO 7** on **Gen12 servers**, HPE has taken security to the next level. Unlike previous generations where **"production" mode** was the default, iLO 7 introduces **"secure standard" mode** by default, enhancing system security.
681
+
We know you love **HPE servers** for their **security** and **ease of management**. With the release of **HPE iLO 7** on **Gen12 servers**, HPE has taken security to the next level. Unlike previous generations where **Production** was the default <ahref="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/supplementdocuments/securityservice/#ilo-security-state"target="_blank">security state</a>, iLO 7 introduces the **Secure Standard** state by default, enhancing system security.
682
682
683
-
Another major shift is in the default login method - **Virtual NIC (VNIC)** replaces the **CHiF interface**, which was used in **iLO 6 and earlier versions**.
683
+
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
684
685
-
In this article, I’ll walk you through **managing iLO 7 using the iLORest 6.0 tool via in-band access**. We’ll start with **installing iLORest** on different operating systems and then dive into **logging into iLO 7**. Since **iLO 7 introduces a new application account (App account) login method**, I’ll also cover how iLORest 6.0 fully supports this feature.
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.
686
686
687
687
Let’s get started! 🚀
688
688
689
689
<!--EndFragment-->
690
690
691
-
**Installing iLORest 6.0 on Linux**
691
+
**Installing iLOrest 6.0 on Linux**
692
692
693
-
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.
693
+
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.
694
694
For a fresh installation, use:
695
695
696
696
```bash
@@ -701,57 +701,57 @@ Here is a screenshot of successful installation.
701
701
702
702

703
703
704
-
**App account creation during iLORest installation**
704
+
**Application account creation during iLOrest installation**
705
705
706
-
During the RPM installation of iLORest 6.0, you might notice that the installer prompts for iLO credentials to create an App account. While this step is optional, HPE strongly recommends creating the App account during installation itself.
706
+
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.
707
707
Why?
708
708
709
-
• The App account provides an additional method for in-band authentication with iLO 7, enhancing security and flexibility.
709
+
• The Application account provides an additional method for in-band authentication with iLO 7, enhancing security and flexibility.
710
710
711
-
• Once created, the App account allows you to log in without needing traditional credentials every time.
711
+
• Once created, the Application account allows you to log in without needing traditional credentials every time.
712
712
713
-
If you choose to skip this step, you can always create the App account later using the following command:
713
+
If you choose to skip this step, you can always create the Application account later using the following command:
By leveraging this new authentication method, managing iLO 7 becomes even more seamless. 🚀
720
720
721
721
**Installing iLORest 6.0 on Windows**
722
722
723
-
On Windows, iLORest is installed using an MSI package. During installation, a user interface will appear, prompting you to enter iLO credentials for App account creation.
724
-
Just like on Linux, this step is optional but recommended by HPE, as the App account allows for in-band authentication with iLO 7 without requiring traditional credentials.
725
-
Here’s a screenshot of the App account creation dialog box during installation:
723
+
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.
724
+
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.
725
+
Here’s a screenshot of the Application account creation dialog box during installation:
726
726
727
727

728
728
729
729
**Installing and using iLORest on different OSes**
730
-
731
-
On all operating systems like ubuntu and mac, the iLORest tool can be installed effortlessly via PyPI using the following command:
732
-
```bash
733
-
pip install ilorest
734
-
```
735
-
**Creating an App account**
736
-
737
-
For these OSes, you can create an App account using the following iLORest command:
In this guide, I have demonstrated how to install iLORest 6.0 across different operating systems and leverage the new App account login method introduced in iLO 7.
754
-
752
+
753
+
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.
754
+
755
755
**Call to Action**
756
-
757
-
Get started today! Download iLORest 6.0, explore its exciting new features, and take full control of iLO 7 with ease.
756
+
757
+
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