Skip to content

seveas/python-hpilo

Repository files navigation

Accessing HP iLO interfaces from python
=======================================

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

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

Installing
----------

The software is easy to install from github:

$ git clone git://github.com/seveas/python-hpilo
$ cd python-hpilo
$ python setup.py install

The minimum python version supported is 2.4. Python 3 is also supported.

Binary packages for various distribution are available too. See the
documentation linked below for install instructions for Fedora, RHEL/CentOS,
Debian and Ubuntu.

Usage
-----
See docs/*.rst or the documentation on http://packages.python.org/python-hpilo/
for API documentation and examples.

Author and license
------------------
This software is (c) 2011-2013 Dennis Kaarsemaker <dennis@kaarsemaker.net>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.