2025-05-08 12:26:01 -06:00
|
|
|
# ipmitool
|
|
|
|
|
|
|
|
|
|
> Interface met de Intelligent Platform Management Interface (IPMI).
|
2026-02-18 06:55:01 -07:00
|
|
|
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?ipmitool>.
|
2025-05-08 12:26:01 -06:00
|
|
|
|
|
|
|
|
- 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`
|