Skip to content

Commit 778588c

Browse files
committed
Update Blog “learning-to-manage-ilo-7-with-restful-interface-tool-ilorest-6-0”
1 parent 65f27a4 commit 778588c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Learning to manage iLO 7 with Restful Interface Tool (iLOrest) 6.0
2+
title: Learning to manage iLO 7 with Restful Interface Tool (iLORest) 6.0
33
date: 2025-03-10T14:05:22.058Z
44
featuredBlog: true
55
priority: 0
@@ -726,17 +726,20 @@ Here’s a screenshot of the App account creation dialog box during installation
726726

727727
![](/img/windows_msi.jpg)
728728

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:
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:
731732
```bash
732733
pip install ilorest
733734
```
734-
Creating an App Account
735+
**Creating an App account**
736+
735737
For these OSes, you can create an App account using the following iLORest command:
736738
```bash
737739
ilorest appaccount create -u Administrator -p password –self
738740
```
739-
Logging into iLO 7
741+
**Logging into iLO 7**
742+
740743
Once the App account is created, you can perform an inband login with:
741744
```bash
742745
ilorest login

0 commit comments

Comments
 (0)