ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache unix-group group-by-gid delete

    Delete an entry

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

    Description

    The vserver services name-service cache unix-group group-by-gid delete command removes the group entries that are cached by the group identifier or GID. If group cache propagation is enabled, the corresponding group-by-name cache entry will also be removed.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the group entries that are cached by the group identifer or GID need to be deleted.

    -gr-gid <integer> - gr_gid field

    Use this parameter to specify the group identifier or GID for which the cached entries need to be deleted.

    Examples

    The following example deletes all the cached group entries for Vserver vs0 and the group identifier or GID 123:

    cluster1::> vserver services name-service cache unix-group group-by-gid delete -vserver vs0 -gr-gid 123
    Top of Page