... | ... | @@ -23,11 +23,12 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power off |
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power on
|
|
|
```
|
|
|
|
|
|
You can change the boot device if you want to switch from PXE boot to disk and vice versa.
|
|
|
You can change the boot device if you want to switch from PXE boot to disk and vice versa. It is also possible to enter the BIOS on boot.
|
|
|
|
|
|
```bash
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev pxe
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev disk
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev bios
|
|
|
```
|
|
|
|
|
|
You can list additional IPMI commands and possible parameters if you provide insufficient parameters for the tool.
|
... | ... | |