ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs cache name-to-sid delete

    Delete an entry

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

    Description

    The vserver cifs cache name-to-sid delete command removes the Windows user cache entries cached by the Windows name. If cache propagation is enabled, the corresponding sid-to-name cache entry will also be removed.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the name-to-sid cache entry needs to be deleted.

    -win-name <text> - Windows Name

    Use this parameter to specify the Windows name for which the cached entry needs to be deleted.

    Examples

    The following example shows how to delete the name-to-sid cache entry for Vserver vs0 with Windows name user1:

    cluster1::> vserver cifs cache name-to-sid delete -vserver vs0 -win-name user1
    Top of Page