... | @@ -72,6 +72,13 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis |
... | @@ -72,6 +72,13 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis |
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev
|
|
```
|
|
```
|
|
|
|
|
|
|
|
You can show and change the IPMI card lan interface configuration. DONT FUCK THIS UP. Note: Setting the IPMI IP will terminate the IPMI connection and confuse ipmitool, but the change will be made.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD lan print 1
|
|
|
|
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD lan set 1 ipaddr $NEW_IPMI_IP
|
|
|
|
```
|
|
|
|
|
|
You can also use the web interface to access sensor readings and change settings that are vendor specific and not (easily) accessible with the commandline tool.
|
|
You can also use the web interface to access sensor readings and change settings that are vendor specific and not (easily) accessible with the commandline tool.
|
|
|
|
|
|
# IPMI on computenode01 - computenode04
|
|
# IPMI on computenode01 - computenode04
|
... | | ... | |