ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache unix-user user-by-name 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-user user-by-name delete command removes the user entries that are cached by the user name. If user cache propagation is enabled, the corresponding user-by-id cache will also be removed.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the user entries that are cached by user name need to be deleted.

    -pw-name <text> - pw_name field

    Use this parameter to specify the user name for which the cached entries need to be deleted.

    Examples

    The following example deletes all the cached user entries for Vserver vs0 and user name abc:

    cluster1::> vserver services name-service cache unix-user user-by-name delete -vserver vs0 -pw-name abc
    Top of Page