Skip to main content

Client Library for interfacing with various

Project description

devices in HP Proliant Servers.
Home-page: https://github.com/hpproliant/proliantutils
Author: Hewlett Packard
Author-email: proliantutils@gmail.com
License: Apache License, Version 2.0
Description: proliantutils
=============

**proliantutils** is a set of utility libraries for interfacing and managing
various components (like iLO, HPSSA) for HP Proliant Servers. This library
is used by iLO drivers in Ironic for managing Proliant Servers (though the
library can be used by anyone who wants to manage HP Proliant servers).

Please use launchpad_ to report bugs and ask questions.

.. _launchpad: https://bugs.launchpad.net/proliantutils

Installation
------------

Install the module from PyPI_. If you are using Ironic, install the module
on Ironic conductor node::

pip install proliantutils

.. _PyPI: https://pypi.python.org/pypi/proliantutils

Some GNU/Linux distributions provide *python-proliantutils* package.

Usage
-----

iLO
~~~

For interfacing with the iLO, use *IloClient* object::

>>> from proliantutils.ilo import client
>>> ilo_client = client.IloClient('10.10.1.57', 'Administrator', 'password')
>>> ilo_client.get_host_power_status()
'OFF'
>>>

For operations supported on the client object, please refer
*proliantutils.ilo.operations*.


Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proliantutils-2.1.4.tar.gz (95.4 kB view hashes)

Uploaded Source

Built Distribution

proliantutils-2.1.4-py2-none-any.whl (105.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page