它是具有最新 BMC 固件的 R410。
我可以从 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
但它无法激活 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
以下为 的结果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
在这种情况下,如何让 SOL 发挥作用?