... | ... | @@ -7,7 +7,7 @@ IPMI_IP=10.0.1.105 # computenode05 |
|
|
PASSWORD="" # not shown here for security purposes
|
|
|
```
|
|
|
|
|
|
Get a serial console. This console is only useful during boot time and can access the boot configuration menu and the bios. Also you can see if the PXE boot process works.
|
|
|
Get a serial console. This console is only useful during boot time and can access the boot configuration menu and the bios. Also you can see if the PXE boot process works. Note: computenode01 - computenode04 use a different IPMI card that does not support the serial console.
|
|
|
|
|
|
```bash
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol activate
|
... | ... | |