ec4c3f432339692ffc25ae904e568649becc76bd
This commit addresses some of the bug fixes which includes - 1. Changing boot_mode to lower, as accepted by set_pending_boot_mode 2. Increasing the timeout and number of retries to check for status of iLO 3. Fallback to RIBCL for reset_ilo for 'gen9' servers. Change-Id: Iacd122ffecaecbda671bcf21fad660f5c9592a61
============== 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%