ONTAP 9.12.1 commands

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

    Create per-user session limit

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

    Description

    This command allows creation of a per-user management session limit that does not yet exist.

    Parameters

    -interface {cli|ontapi|rest} - Interface

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

    -vserver <vserver> - Vserver

    The specified Vserver to which this limit applies. The "Cluster" Vserver is used to limit Vservers that do not have a configured limit.

    -user <text> - User

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

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

    The maximum number of concurrent sessions allowed for this interface, Vserver, and user.

    Examples

    The following example illustrates creating a per-user limit override for ONTAPI requests for the admin user in the admin Vserver.

    cluster1::*> security session limit user create -interface ontapi -vserver cluster1 -username admin -max-active-limit 16
    Top of Page