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

**Summary** When using iLO version 5, only hw_eth0 and hw_eth_ilo show details, missing all other hw_ethx interfaces. When running this with iLO version 4, I get all of the network...

Currently the privileges in mod_dir_config need to be comma separated to be accepted. This will not work for single privileges like "1" or "6". This commit fixes this.

The cli accepts `all` as a wildcard argument, for example: `hpilo_cli download_rib_firmware all all` (which will download every firmware version listed in firmware.conf). This behaviour doesn't work in the current...

When domain name is set hpilo_ca was in loop because it can't update the domain. Adding a condition to check that, if enabled hpilo_ca will fix the hostname only and...

Hi, I tried - hpilo_cli 10.xxxx import_certificate certificate="$(cat /root/path)" ( this is same cert worked fine on Dell idrac .. so cert seems ok ) Traceback (most recent call last):...

` 'zone': 'System'}, 'Fan 8': {'label': 'Fan 8', 'speed': ('-3000', 'Percentage'), 'status': 'OK', 'zone': 'System'},` like above these

I'm seeing this error message when trying to talk to a iLo3 on a rx2800 i2 $ python hpilo_cli. 10.59.255.37 -d --login="Administrator" --password="PASSWORD" get_embedded_health Connecting to 10.59.255.37 port 443 Sending...

Hi, I was wondering if there's a method to upload certificates for directory authentication (AD)?

Hello, I am attempting to use hpilo_cli to locally update the firmware for an ilo5, using ilo firmware version 1.30 (as a locally installed RPM), and hpilo_cli 4.2.1. I see...