Skip to main content
A newer release of this product is available.

system timeout modify

Contributors
Suggest changes

Set the CLI inactivity timeout value

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The system timeout modify command sets the timeout value for CLI sessions. If there is no CLI activity during the length of the timeout interval, the logged in user is logged out. The default value is 30 minutes. To prevent CLI sessions from timing out, specify a value of 0 (zero).

Parameters

[-timeout <integer>] - Timeout (in minutes)

Use this parameter to specify the timeout value, in minutes.

Examples

The following example shows how to modify the timeout value for CLI sessions to be 10 minutes:

cluster1::> system timeout modify -timeout 10

The following example shows how to prevent CLI sessions from timing out:

cluster1::> system timeout modify -timeout 0