ONTAP 9.12.1 commands

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

    Display sid-to-name cache entries

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

    Description

    The vserver cifs cache sid-to-name show command displays the Windows user information cached by security identifier (SID).

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    Use this parameter to display detailed information about the Windows user entries cached by the security identifier (SID).

    [-vserver <vserver name>] - Vserver

    Use this parameter to specify the Vserver for which the Windows user entries that are cached by the security identifier (SID) need to be displayed.

    [-sid <text>] - SID

    Use this parameter to display information only about the cached Windows user entries that have the specified security identifier (SID).

    [-win-name <text>] - Windows Name

    Use this parameter to specify the Windows name for which the cached entries need to be displayed.

    [-sid-type <integer>] - SID type

    Use this parameter to display information only about the cached Windows user entries that have the specified security identifier (SID) type.

    [-sid-mode <integer>] - SID mode

    Use this parameter to display information only about the cached Windows user entries that have the specified security identifier (SID) mode.

    [-flags <integer>] - Flags

    Use this parameter to display information only about the Windows user entries cached by the security identifier (SID) that have the specified flags.

    [-domain-name <text>] - Domain Name

    Use this parameter to display information only about the Windows user entries cached by the security identifier (SID) that have the specified domain name.

    [-create-time <MM/DD/YYYY HH:MM:SS>] - Create Time

    Use this parameter to display information only about the Windows user entries that were cached at the specified time.

    [-source {none|files|dns|nis|ldap|netgrp_byname|dc}] - Source of the Entry

    Use this parameter to display information only about the Windows user entries cached by the security identifier (SID) that have the specified lookup source.

    Examples

    The following example shows how to display all of the Windows users which are cached by the security identifier (SID):

    cluster1::> vserver cifs cache sid-to-name show

    The following example shows how to display all of the Windows user entries cached by the security identifier (SID) for Vserver vs0:

    cluster1::> vserver cifs cache sid-to-name show -vserver vs0
    Top of Page