ONTAP 9.12.1 commands

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

    Change Configuration Limits for UNIX-Group

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

    Description

    The vserver services name-service unix-group max-limit modify command enables you to modify maximum UNIX groups and group-members 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-group. 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 groups and members that can be configured on the cluster.

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