I try to connect to a HP Blade Server (HP BladeSystem c3000 Enclosure ) using Python's HP-ILO module.
obj=hpilo.Ilo('172.8.2.29', login='Administrator', password='<redacted>', timeout=60, port=443, protocol=None, delayed=False)
Created a HP-ILO object using python library and try to get the asset tag details, i got the below error.
hpilo.IloError: Remote returned bogus data, maybe it's not an iLO
Python API : https://pythonhosted.org/python-hpilo/ilo.html
I can connect the server via browser and ssh client too, but i couldn't connect the server via RIBCL scripts or using python.