|
|
This page contains useful command for the ipmitool. ipmitool is installed on computenode01. This node can access the IPMI interfaces of all nodes in the cluster. The following actions can be performed with ipmitool:
|
|
|
|
|
|
- get a serial console:
|
|
|
```
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol activate
|
|
|
``` |