Client Library for interfacing with various devices in HP Proliant Servers.
Project description
proliantutils is a set of utility libraries for interfacing and managing various components (like iLO, HPSSA) for HPE 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 HPE Proliant servers).
Please use launchpad to report bugs and ask questions.
Installation
Install the module from PyPI. If you are using Ironic, install the module on Ironic conductor node:
pip install 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proliantutils-2.16.3.tar.gz.
File metadata
- Download URL: proliantutils-2.16.3.tar.gz
- Upload date:
- Size: 357.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77c6a0714d7ce97bdf60d76d505785127904a950409fdc88d50499bc2cf70454
|
|
| MD5 |
5c9f7b261d554b9434f7b104e88f4ac7
|
|
| BLAKE2b-256 |
3e7a741f17bbe48cdb067d5372eb55ac59183c4e1b2b3d025b80dafc76fe09c2
|
File details
Details for the file proliantutils-2.16.3-py3-none-any.whl.
File metadata
- Download URL: proliantutils-2.16.3-py3-none-any.whl
- Upload date:
- Size: 456.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f26a9745127dec9876dbfd4031ae5c43045577e0cb60e63058f5859536106354
|
|
| MD5 |
8d51af1462bcb6101fc77341169a1f4b
|
|
| BLAKE2b-256 |
fe05c71315bb8f73840a29428e049dc8d9b2634ad78f4fa43e2e997fdb984442
|