ONTAP 9.12.1 commands

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

    Delete an entry

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

    Description

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

    Parameters

    -vserver <vserver name> - Vserver

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

    -sid <text> - SID

    Use this parameter to specify the security identifier (SID) for which the cached entry needs to be deleted.

    Examples

    The following example shows how to delete the sid-to-name cache entry for Vserver vs0 with SID S-1-5-21-1380078113-1824080971-954447143-1152:

    cluster1::> vserver cifs cache sid-to-name delete -vserver vs0 -sid S-1-5-21-1380078113-1824080971-954447143-1152
    Top of Page