openbmc/phosphor-host-ipmid

Unable to set IPMI SOL parameter

rahulmah opened this issue · 0 comments

Unable to set IPMI SOL parameter with recent master build (2.10.0-dev-836-g06dc92d6f)

bash-4.2$ ipmitool -I lanplus -C 17 -N 3 -p 623 -U root -P <BMC_PASSWORD> -H <BMC_IP> sol set retry-interval '71'
Info: SOL parameter 'Nonvolatile Bitrate (5)' not supported
Info: SOL parameter 'Volatile Bitrate (6)' not supported
Error setting SOL parameter 'set-in-progress' to 'set-in-progress': Invalid command
Error: set of parameter "retry-interval" failed

bash-4.2$ ipmitool -I lanplus -C 17 -N 3 -p 623 -U root -P <BMC_PASSWORD> -H <BMC_IP> sol set retry-count '5'
Info: SOL parameter 'Nonvolatile Bitrate (5)' not supported
Info: SOL parameter 'Volatile Bitrate (6)' not supported
Error setting SOL parameter 'set-in-progress' to 'set-in-progress': Invalid command
Error: set of parameter "retry-count" failed

bash-4.2$ ipmitool -I lanplus -C 17 -N 3 -p 623 -U root -P <BMC_PASSWORD> -H <BMC_IP> sol info
Info: SOL parameter 'Nonvolatile Bitrate (5)' not supported
Info: SOL parameter 'Volatile Bitrate (6)' not supported
Set in progress                 : set-complete
Enabled                         : true
Force Encryption                : true
Force Authentication            : true
Privilege Level                 : USER
Character Accumulate Level (ms) : 100
Character Send Threshold        : 1
Retry Count                     : 7
Retry Interval (ms)             : 100
Volatile Bit Rate (kbps)        : IPMI-Over-Serial-Setting
Non-Volatile Bit Rate (kbps)    : IPMI-Over-Serial-Setting
Payload Channel                 : 1 (0x01)
Payload Port                    : 623
bash-4.2$

BMC Fw :

# cat /etc/os-release
ID=openbmc-witherspoon
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="2.10.0-dev"
VERSION_ID=2.10.0-dev-836-g06dc92d6f
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 2.10.0-dev"
BUILD_ID="2.10.0-dev"
OPENBMC_TARGET_MACHINE="witherspoon"