snippetbashTip
ipmitool — Interface with the Intelligent Platform Management Interface (IPMI). More information: <https://man.
Viewed 0 times
thecommandipmitoolintelligentinterfacecliwithplatform
linux
Problem
How to use the
ipmitool command: Interface with the Intelligent Platform Management Interface (IPMI). More information: <https://man.freebsd.org/cgi/man.cgi?ipmitool>.Solution
ipmitool — Interface with the Intelligent Platform Management Interface (IPMI). More information: <https://man.freebsd.org/cgi/man.cgi?ipmitool>.Load the IPMI kernel module for local connections:
kldload ipmi.koOpen IPMI shell on the local hardware:
ipmitool shellOpen IPMI shell on a remote host:
ipmitool -H {{ip_address}} -U {{user_name}} shellCode Snippets
Load the IPMI kernel module for local connections
kldload ipmi.koOpen IPMI shell on the local hardware
ipmitool shellOpen IPMI shell on a remote host
ipmitool -H {{ip_address}} -U {{user_name}} shellContext
tldr-pages: freebsd/ipmitool
Revisions (0)
No revisions yet.