ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security session limit application modify

    Modify per-application session limit

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

    Description

    This command allows modification of a per-application management session limit.

    Parameters

    -interface {cli|ontapi|rest} - Interface

    The interface (CLI, ONTAPI, or REST) to which the limit applies.

    -application <text> - Application

    The specified application to which this limit applies. The limit with the application name -default- is the limit used for any application without a specific configured limit.

    [-max-active-limit <integer>] - Max-Active Limit

    The maximum number of concurrent sessions allowed for this interface and application.

    Examples

    The following example illustrates modifying management session limits for some custom applications.

    cluster1::*> security session limit application modify -interface ontapi -application custom* -max-active-limit 4
    2 entries were modified.
    Top of Page