1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/docs/ipmi.md
2022-02-23 20:45:48 +00:00

9 lines
186 B
Markdown

# IPMI
One of our servers has IPMI access, to use it install ipmitool and active an
IPMI remote shell with:
```
impitool -C3 -I lanplus -H $ip -U $username -P $password sol active
```