ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache netgroups members delete

    Delete netgroup cache entry

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

    Description

    The vserver services name-service cache netgroups members delete command deletes the cached members of the netgroups.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the cached netgroup members entries need to be deleted.

    -netgroup <text> - Netgroup

    Use this parameter to specify the netgroup for which the cached netgroup members entries need to be deleted.

    Examples

    The following example deletes all the cached netgroup members entries for Vserver vs0 and netgroup 'abc':

    cluster1::> vserver services name-service cache netgroups members delete -vserver vs0 -netgroup abc
    Top of Page