... | @@ -23,7 +23,7 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power off |
... | @@ -23,7 +23,7 @@ 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
|
|
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. It is also possible to enter the BIOS on boot.
|
|
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 setup on boot.
|
|
|
|
|
|
```bash
|
|
```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 pxe
|
... | | ... | |