11 lines
218 B
Markdown
11 lines
218 B
Markdown
|
|
Install tools:
|
||
|
|
|
||
|
|
dnf install -y ethtool.x86_64 net-tools.x86_64 ipmitool.x86_64
|
||
|
|
|
||
|
|
Using `ether-wake`:
|
||
|
|
|
||
|
|
ether-wake <mac_address>
|
||
|
|
|
||
|
|
Using `ipmitool`:
|
||
|
|
|
||
|
|
ipmitool -H <IP_address> -U <username> -P <password> chassis power on
|