mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 21:35:42 +02:00
16 lines
386 B
Markdown
16 lines
386 B
Markdown
# ipmitool
|
|
|
|
> Interface met de Intelligent Platform Management Interface (IPMI).
|
|
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?query=ipmitool>.
|
|
|
|
- Laad de IPMI kernelmodule voor lokale verbindingen:
|
|
|
|
`kldload ipmi.ko`
|
|
|
|
- Open de IPMI shell op de lokale hardware:
|
|
|
|
`ipmitool shell`
|
|
|
|
- Open IPMI shell op een remote host:
|
|
|
|
`ipmitool -H {{ip_adres}} -U {{gebruikersnaam}} shell`
|