You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] {on,off,status}
positional arguments:
{on,off,status} The control option for the led: on, off, blink, status <------ is blink valid?
Is "info" a valid option for bmc?
bash-4.1$ python3 openbmctool.py -H $BMC -U xxxx -P xxx bmc -h
usage: openbmctool.py bmc [-h] {reset} ...
positional arguments:
info Displays information about the BMC hardware, including device
revision, firmware revision, IPMI version supported,
manufacturer ID, and information on additional device support.
The text was updated successfully, but these errors were encountered:
ssombar
changed the title
openbmctool: chassis identify help text blink option
openbmctool: help text
Sep 28, 2018
Particularly, if you are pasting command line output, the triple-backtick markdown will make the output easy for everyone to identify and ensures GitHub will render the output correctly. Here's an example:
bash-4.1$ python3 openbmctool.py -H $BMC -U root -P 0penBmc chassis identify -h
usage: openbmctool.py chassis identify [-h] {on,off,status}
positional arguments:
{on,off,status} The control option for the led: on, off, blink, status
@ssombar bmc info is a function that needs to be implemented. Will need to pull firmware levels and hardware info from the inventory.
for the chassis identify blink, I think this needs to be removed. Early discussion and design allowed for blink versus solid on. It is my understanding that only blink is supported now for the identify LED.
openbmctool.py version = 1.07
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] {on,off,status}
positional arguments:
{on,off,status} The control option for the led: on, off, blink, status <------ is blink valid?
Is "info" a valid option for bmc?
bash-4.1$ python3 openbmctool.py -H $BMC -U xxxx -P xxx bmc -h
usage: openbmctool.py bmc [-h] {reset} ...
positional arguments:
info Displays information about the BMC hardware, including device
revision, firmware revision, IPMI version supported,
manufacturer ID, and information on additional device support.
The text was updated successfully, but these errors were encountered: