... | ... | @@ -3,7 +3,7 @@ This page contains useful command for the ipmitool. ipmitool is installed on com |
|
|
You need to know the following information to connect to an IPMI interface.
|
|
|
|
|
|
```bash
|
|
|
IPMI_IP=10.0.1.105 # computenode05
|
|
|
IPMI_IP=10.1.0.105 # computenode05
|
|
|
PASSWORD="" # not shown here for security purposes
|
|
|
```
|
|
|
|
... | ... | @@ -25,7 +25,7 @@ vmlinuz <other params ...> xencons=ttyS1 console=tty console=ttyS1,19200n8 lowre |
|
|
* Note: computenode01 - computenode04 and storagenode use a different IPMI card that does not support the serial console.
|
|
|
|
|
|
```bash
|
|
|
controlnode ?
|
|
|
controlnode ttyS1
|
|
|
networknode ttyS1
|
|
|
storagenode no ipmi access
|
|
|
sdncontrol ?
|
... | ... | |