mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
9 lines
186 B
Markdown
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
|
|
```
|