É um R410 com o firmware mais recente da BMC.
Eu posso conectá-lo a partir de um MacBook.
$ ipmitool -v -I lanplus -H 192.168.1.23 -U root user list
Password:
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
2 root true true true ADMINISTRATOR
Mas não ativa o SOL.
$ ipmitool -I lanplus -H 192.168.1.23 -U root sol payload enable 1 2
$ ipmitool -I lanplus -H 192.168.1.23 -U root sol activate
Error activating SOL payload: Invalid data field in request
Aqui estão os resultados de sol info
.
$ ipmitool -I lanplus -H 192.168.1.23 -U root sol info
Password:
Info: SOL parameter 'Payload Channel (7)' not supported - defaulting to 0x0e
Set in progress : set-complete
Enabled : true
Force Encryption : true
Force Authentication : false
Privilege Level : ADMINISTRATOR
Character Accumulate Level (ms) : 50
Character Send Threshold : 255
Retry Count : 7
Retry Interval (ms) : 480
Volatile Bit Rate (kbps) : 115.2
Non-Volatile Bit Rate (kbps) : 115.2
Payload Channel : 14 (0x0e)
Payload Port : 623
Como fazer o SOL funcionar neste caso?