openbmc-tools icon indicating copy to clipboard operation
openbmc-tools copied to clipboard

Collection of useful tools to interact with openbmc

Results 17 openbmc-tools issues
Sort by recently updated
recently updated
newest added

openbmctool.py produces output that amounts to clutter when it is unwanted. Example: Attempting login... User root has been logged out Can you change it to NOT produce extra output. You...

When using python 2.7 with openbmctool and trying to get the tool version using the -V option, the command returns saying too few arguments. python openbmctool.py -V usage: openbmctool.py [-h]...

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.