fbc7d309067dcc092ba6fcc9c1c0994c1781b58d
update_persistent_boot fails to set the boot device to pxe on gen9. This patch addresses the issue. Change-Id: Id6545480015f518fecd1726841fec568a52e75c8 Closes-Bug: 1442481
============== Proliant Utils
Proliant Management Tools provides python libraries for interfacing and managing various devices(like iLO) present in HP Proliant Servers.
Currently, this module offers a library to interface to iLO4 using RIBCL.
#!/usr/bin/python
from proliantutils.ilo import ribcl
ilo_client = ribcl.IloClient('1.2.3.4', 'Administrator', 'password')
print ilo_client.get_host_power_status()
Description
Languages
Python
100%