Setting CLP Notimeout Mode (notimeout)
Function
The notimeout command is used to enable or disable the CLP notimeout function and set the session timeout duration.
The settings take effect only after you exit and log in to iBMC CLI again.
By default, the CLP notimeout function is disabled.
Format
ipmcset -d notimeout -v <enabled | disabled> [value]
Parameters
Parameter |
Description |
Value |
---|---|---|
enabled |
Enables the CLP notimeout function. |
- |
disabled |
Disables the CLP notimeout function. |
- |
value |
Specifies the session timeout duration (in minutes). |
Value range: 1 to 480 Default value: 15 Set this parameter only when the CLP notimeout function is disabled. |
Usage Guidelines
Only the system administrator or the user authorized for security management can run this command. This command is valid to all session windows.
Example
# Enable the CLP notimeout function.
iBMC:/->ipmcset -d notimeout -v enabled
Set notimeout state successfully.
# Disable the CLP notimeout function.
iBMC:/->ipmcset -d notimeout -v disabled
Set notimeout state successfully.
iBMC:/->ipmcset -d notimeout -v disabled 30
Set notimeout state successfully.