We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipmitool self list
ipmitool
self
lspci -v -d 10de
lspci -d
xxxx:xxxx
lspci -n
-v Be verbose (-vv or -vvv for higher verbosity) -d [<vendor>]:[<device>][:<class>] Show only devices with specified ID's
The text was updated successfully, but these errors were encountered:
3.10.0-1160.88.1.el7.x86_64
CentOS 7.9
summary.txt:
check_summary: - dmesg scan passed - nvidia-smi error check passed - nvidia hw slowdown error check passed results: - command: cp /var/log/mcelog* gpud-diagnose-2025-01-03_10-20-37/raw-data/systemlog/ error: exit status 1 - command: cp /var/log/syslog* gpud-diagnose-2025-01-03_10-20-37/raw-data/systemlog/ error: exit status 1 - command: cp /var/log/kern* gpud-diagnose-2025-01-03_10-20-37/raw-data/systemlog/ error: exit status 1 - command: ipmitool self list error: exit status 1 - command: lspci -v -d 10de error: exit status 1 - command: systemctl status gdm error: exit status 4
Sorry, something went wrong.
No branches or pull requests
Quesion
ipmitool self list
I checkipmitool
in different version, but cannot found the sub-command likeself
.lspci -v -d 10de
I checklspci -d
, but it need the query param likexxxx:xxxx
(based onlspci -n
).The text was updated successfully, but these errors were encountered: