mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 03:35:24 +02:00
ipmitool: add Dutch translation (#16358)
This commit is contained in:
parent
b0b9e06444
commit
1c5d6de84a
1 changed files with 16 additions and 0 deletions
16
pages.nl/freebsd/ipmitool.md
Normal file
16
pages.nl/freebsd/ipmitool.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue