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
@@ -684,4 +686,69 @@ In this article, I’ll walk you through **managing iLO 7 using the iLORest 6.0
684
686
685
687
Let’s get started! 🚀
686
688
687
-
<!--EndFragment-->
689
+
<!--EndFragment-->
690
+
691
+
**Installing iLORest 6.0 on Linux**
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.
694
+
For a fresh installation, use:
695
+
696
+
```bash
697
+
rpm -ivh ilorest-6.0.x86_64.rpm
698
+
```
699
+
700
+
Here is a screenshot of successful installation.
701
+
702
+

703
+
704
+
**App account creation during iLORest installation**
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.
707
+
Why?
708
+
709
+
• The App account provides an additional method for in-band authentication with iLO 7, enhancing security and flexibility.
710
+
711
+
• Once created, the App account allows you to log in without needing traditional credentials every time.
712
+
713
+
If you choose to skip this step, you can always create the App account later using the following command:
By leveraging this new authentication method, managing iLO 7 becomes even more seamless. 🚀
720
+
721
+
**Installing iLORest 6.0 on Windows**
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:
726
+
727
+

728
+
729
+
Installing and Using iLORest on Different OSes
730
+
On all operating systems, the iLORest tool can be installed effortlessly via PyPI using the following command:
731
+
```bash
732
+
pip install ilorest
733
+
```
734
+
Creating an App Account
735
+
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.
751
+
752
+
**Call to Action**
753
+
754
+
Get started today! Download iLORest 6.0, explore its exciting new features, and take full control of iLO 7 with ease.
0 commit comments