python-hpilo
python-hpilo copied to clipboard
Accessing the HP iLO XML interface from python
Fixed the error that occurs in python > 3.7, which does not allow modifying objects being looped over anymore
Hello. I use Home Assistant with the python-hpilo functionality to monitor some old servers in a dashboard. From what I have read, the supported versions of TLS have had the...
Hello, I install the one time boot and then check if it is installed on ilo5 it breaks. >>> ilo.get_persistent_boot() [('Boot0013', 'CentOS Linux'), ('Boot0014', 'CentOS'), ('Boot0012', 'Embedded SATA Port 1...
Hello, i'm packaging hpilo/4.4.3 for Debian, and i wanted to run the tests, but i'm not sure exactly how. There is a document at https://github.com/seveas/python-hpilo/blob/main/tests/README which i tried to follow...
Hi, On some new Gen10 servers (ILO5) I found "new features" (for me) such as decommission or web-based intelligent provisioning (which is really great). But.. It doesn't work for my...
I've got an old server that I'm trying to connect. I know this cyphersuite isn't supported anymore; but to update it I need find a way to connect. I've tried...
Use case: I manage ILO's for multiple business partners, and we've had them set up proxies to make accessing parts of their internal network, including HP ILO's from from our...
Hi Team, we are using below python-hpilo module to capture version information of HP SPP component , but we are upgrading to latest HP SPP 2021.05 sucessfully post that we...
trying to download firmware I get `urllib.error.URLError: ` It also fails with wget and curl. With wget and curl I can disable cert checking but I cannot with python-hpilo.
Hi, Same problem as indicated in issue n°#210 for iLO2 , can you modifiy in hpilo.py : ``` patch - return self._element_children_to_dict(etree.fromstring(data)) + return self._element_children_to_dict(etree.fromstring(data.lstrip())) ``` Thx.