python-hpilo icon indicating copy to clipboard operation
python-hpilo copied to clipboard

Accessing the HP iLO XML interface from python

Results 48 python-hpilo issues
Sort by recently updated
recently updated
newest added

Since I can't sync passwords in local mode as noted in #100 I'm trying to setup http mode. But I can't figure out the format to pass in a username...

Even if I know it is not Very Useful, it just make the code nicer to read.

such as "WorkloadProfile" adjustment setting is missing, how could I do that with this library?

Ilo5 - v2.97 - v2.98 - v2.99 - v3.00 - v3.01 ilo6 - v1.55 - v1.56

Hi, Could you please share information about the releases that are compatible with iLO6 or any upcoming releases that will support.

Add revision: * 2.97 * 2.98 * 2.99

This fixes errors: ``` File ...hpilo_fw.py, line 32, in config parser.readfp(io.StringIO(conf)) ^^^^^^^^^^^^^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? ``` because ConfigParser's `readfp()` is deprecated.

Hello, IRS Direct Connect and Insight Online have been retired on November the 30th, 2022 by HP and are no longer accessible. My Employer got notified by email and I...

It's my first time contributing, please be gentle!

Are there plans to replace hpilo's usage of hponcfg with ilorest as recommended by HPE? (There are some intermittent issues with hponcfg, and when we contacted HPE about them, they...