Gigabyte console log information will no longer be collected. If attempting to initiate a console session through Cray console services, there will be an error reported. This error will occur every time the node is rebooted unless this workaround is applied.
Console log information is no longer being collected for Gigabyte nodes or ConMan is reporting an error.
Deactivate the current console connection.
Enter root
user password for the BMC of the affected node.
read -s
is used to prevent the password from being displayed on the screen or preserved in the shell history.
ncn# USERNAME=root
ncn# read -r -s -p "BMC ${USERNAME} password: " IPMI_PASSWORD
Export the variable.
ncn# export IPMI_PASSWORD
Deactivate the SOL session for the node.
In the following command, replace
XNAME
with the component name (xname) of the BMC of the affected node.
ncn# ipmitool -I lanplus -H XNAME -U "${USERNAME}" -E sol deactivate
Manually open a console connection to the node using the Cray console services.
This is necessary to force the ConMan reconnection after closing the SOL session. See Log in to a Node Using ConMan.