Closed hassan-ayo closed 4 years ago
What iLO version are the systems running?
iLO4
I am using the script from Legacy_Rest folder
Looks like you are iterating over the line instead of the IPs in the file (So you are iterating over each character). You need to change how your for loop works. In addition make sure you strip off the trailing '\n' or you will get errors.
I changed the loop to with open (...) as f: It works fine Thank you for the help
add_ilo_user_account.py works fine with one iLO ip address But when I tried to read many iP from a file , it gives the error : redfish.rest.connections.RetriesExhaustedError .
Any idea ?