ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system timeout modify

    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
    Top of Page