ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service unix-user max-limit modify

    Change Configuration Limits for UNIX-User

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

    Description

    The vserver services name-service unix-user max-limit modify command enables you to modify maximum UNIX users that can be configured on the system. This allows you to set certain limits to prevent performance issues due to service configurations using excessive resources.

    Parameters

    [-limit <integer>] - System Limit

    This parameter specifies the maximum limit that you want to set for unix-user. The default setting for the limit is 32768. The supported range of values for this parameter is 0 to 65536.

    Examples

    The following example modifies the system-wide limit of the total number of UNIX users that can be configured on the cluster.

    vserver services name-service unix-user max-limit modify -limit 33792
    Top of Page