Ian Miller

Results 7 comments of Ian Miller

According to [HPSC](https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_1276515a3f38490598199f4c3e#tab4) iLO-3 Firmware Version: 02.01.03 is the most recent version for this server. HPE Integrity Servers are not so common so may be few have tried this. [...

$ python hpilo_cli. x.x.x.x -d --save-response=r.txt --login="Administrator" --password=PASSWORD get_fw_version Connecting to x.x.x.x port 443 Sending XML request, 132 bytes Received 3446 bytes Connecting to x.x.x.x port 443 Sending XML request,...

here's the saved response file [r.txt](https://github.com/seveas/python-hpilo/files/4960061/r.txt)

I would be disappointed but not entirely surprised to discover this server iLo is too prehistoric for this software

$ python hpilo_cli. 10.59.255.37 -d --protocol raw --save-response=r.txt --login="Administrator" --password="PASSWORD" get_ fw_version Connecting to 10.59.255.37 port 443 Sending XML request, 202 bytes Received 146 bytes Traceback (most recent call last):...

and here's the saved response [r2.txt](https://github.com/seveas/python-hpilo/files/4960233/r2.txt)

I guess the key part of that response is at the end "The requested method is not recognized by this server." Any thoughts on how to find out what methods...