Skip to content

Commit a1f904b

Browse files
committed
This actually supports iLO 4 too
1 parent c7db7bc commit a1f904b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Accessing HP iLO interfaces from python
22
=======================================
33

44
This module will make it easy for you to access the Integrated Lights Out
5-
management interface of your HP hardware. It supports iLO, iLO 2 and iLO 3 and
6-
It uses the XML interface to access and change the iLO.
5+
management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
6+
3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
77

88
HP, Integrated Lights out and iLO are trademarks of HP, with whom the author of
99
this software is not affiliated in any way other than using some of their

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Accessing HP iLO interfaces from python
22
=======================================
33

44
This module will make it easy for you to access the Integrated Lights Out
5-
management interface of your HP hardware. It supports iLO, iLO 2 and iLO 3 and
6-
uses the XML interface to access and change the iLO.
5+
management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
6+
3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
77

88
The complete API is described in the :doc:`iLO class API reference </ilo>`. All
99
functions return structured data based on the XML returned by the iLO. See

firmware.conf

+6
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ version = 1.28
99
released = 2012-03-06
1010
url = http://ftp.hp.com/pub/softlib2/software1/sc-linux-fw-ilo/p1255562964/v73832/CP016462.scexe
1111
file = ilo3_128.bin
12+
13+
[ilo4]
14+
version = 1.05
15+
released = 2012-06-04
16+
url = http://ftp.hp.com/pub/softlib2/software1/sc-linux-fw-ilo/p1950562118/v74710/CP016765.scexe
17+
file = ilo4_105.bin

hpilo_fw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Downloader / extracter for latest iLO2 / iLO3 firmware
1+
# Downloader / extracter for latest iLO2 / iLO3 / iLO4 firmware
22

33
import tarfile
44
import os

0 commit comments

Comments
 (0)