RETIRED, further work has moved to Debian project infrastructure
Go to file
Anusha Ramineni 1251334e4d Fix update_persistent_boot for Gen9 servers
Change update_persistent_boot helper methods
to grep for strings that work on both Gen8 and
Gen9 servers.
2015-02-03 01:35:13 -08:00
doc Add documentation to ribcl module 2015-02-03 01:26:47 -08:00
proliantutils Fix update_persistent_boot for Gen9 servers 2015-02-03 01:35:13 -08:00
.gitignore Initial commit 2014-05-26 03:40:34 -07:00
AUTHORS Fix minor space issues in ribcl module 2015-02-03 01:31:09 -08:00
ChangeLog Fix minor space issues in ribcl module 2015-02-03 01:31:09 -08:00
LICENSE Initial commit 2014-05-26 03:40:34 -07:00
README.md Add support for pbr 2015-02-03 01:27:30 -08:00
README.rst Add support for pbr 2015-02-03 01:27:30 -08:00
setup.cfg Add support for pbr 2015-02-03 01:27:30 -08:00
setup.py Add support for pbr 2015-02-03 01:27:30 -08:00

============== 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()