RETIRED, further work has moved to Debian project infrastructure
1251334e4d
Change update_persistent_boot helper methods to grep for strings that work on both Gen8 and Gen9 servers. |
||
---|---|---|
doc | ||
proliantutils | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
LICENSE | ||
README.md | ||
README.rst | ||
setup.cfg | ||
setup.py |
============== 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()