Setting SOL Session Timeout Period (sol -d timeout)
Function
The sol -d timeout command is used to set the timeout period for SOL sessions. If no operation is performed within the specified timeout period, the SOL session will be automatically disconnected and the iBMC CLI is displayed.
Format
ipmcset -t sol -d timeout -v <value>
Parameters
Parameter |
Description |
Value |
---|---|---|
value |
Maximum idle time (in minutes) after the last operation on the SOL session. If no operation is performed within the specified time, the SOL session will be automatically disconnected. |
Value range: 0 to 480 The value 0 indicates unlimited time. Default value: 15 |
Usage Guidelines
None
Example
# Set the SOL session timeout period to 20 minutes.
iBMC:/->ipmcset -t sol -d timeout -v 20 Set SOL timeout period successfully.