ipmitool でInfo: SOL payload disabledと言われてログインできなかったのを直す

# ipmitool -v -I lanplus sol activate -H 192.168.0.1 -U user
Running Get PICMG Properties my_addr 0x20, transit 0, target 0x20
Error Response 0xc1 from Get PICMG Properities
No PICMG Extenstion discovered
Info: SOL payload disabled
# ipmitool -v -I lanplus sol info -H 192.168.0.1 -U user
(抜粋)
Enabled                         : false

あれ、なんで?
default有効だと思うけど、まちがって無効にしたかな。

なおす。

# ipmitool -v -I lanplus sol set enabled true 2 -H 192.168.0.1 -U user