Steven Sombar
Steven Sombar
openbmctool: version 1.06, 1.07 or 1.08 when doing python3 openbmctool.py -H $BMC_IP -U ******** -P ******** health_check get failure "JSON object must be str, not 'dict'" as follows: Attempting login......
openbmctool.py version = 1.07 1. Is "blink "a valid option in chassis identify? bash-4.1$ python3 openbmctool.py -H $BMC -U root -P 0penBmc chassis identify -h usage: openbmctool.py chassis identify [-h]...
openbmctool: minor sel issues in openbmctool.py Version: 1.07 I noticed two minor issues 1. 'sel resolve all' always gives 'Unable to set the alert to resolved'. No alerts are resolved....
openbmctool version = 1.09 bash-4.1$ pwd ~/$HOME bash-4.1$ python3 openbmctool.py -H $BMC -U xxxx -P xxxxxxx collect_service_data Attempting login... Inventory collected and stored in /tmp/x.x.x.x--2018-09-24_10.07.06/inventory.txt Sensor readings collected and stored...
with openbmctool.py toolVersion = "1.06": bash-4.1$ python3 openbmctool.py -H $BMC -U root -P $PWD dump list Attempting login... { "data": [ "/xyz/openbmc_project/dump/internal/manager", "/xyz/openbmc_project/dump/entry/3" } python3 openbmctool.py -H $BMC -U root...
openbmctool toolVersion = "1.06" openbmctool.py fru list with single fru lists all frus. I believe this may be known issue.
I noticed this minor issue on toolVersion = "1.06" >openbmctool.py -H $BMC -U root -P $PWS dump create Attempting login... Dump successfully created If you list dumps, there aren't any...
Request to change the openbmctool.py shebang line from #!/usr/bin/python3 to #!/usr/bin/env python3 Some systems may not have python3 at /usr/bin but have it in $PATH.
openbmctool toolVersion = "1.06" openbmctool.py sensors list with single sensor lists all sensors. I believe this is a known issue.