ONTAP 9.12.1 commands

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

    Display 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 show command displays information on UNIX user limits that are configurable with vserver services name-service unix-user max-limit modify command. The output will show the following:

    • Limit: The configured limit on the total number of UNIX users configurable.

    • Current Count: Total number of current entries for UNIX users configuration.

    Examples

    The following example shows the limits and total number of current entries for UNIX user configuration:

    cluster1::> vserver services name-service unix-user max-limit show
      (vserver services name-service unix-user max-limit show)
    Limit          Current Count
    -------------- --------------
    400            3
    Top of Page