ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services access-check authentication get-dc-info

    Get Domain Controller Information

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

    Description

    The vserver services access-check authentication get-dc-info command obtains information about one of the Domain Controllers (DC) for the domain of which the CIFS server is a member. The information fetched is the Forest and Domain of which the DC is a member, the NetBIOS name of the Domain, the NetBIOS Hostname of the DC, the CIFS Server site, the CIFS Client site, GUID of the domain and flags. Flags describe the features and roles of the DC.

    Parameters

    [-node {<nodename>|local}] - Node Name

    The name of the node on which the command is executed.

    -vserver <vserver> - Vserver Name

    The name of the Vserver.

    Examples

    This example gets the information about a Domain Controller for CIFS server created on Vserver vs2.

    cluster1::vserver services access-check*> authentication get-dc-info -node vsim2-d1-01 -vserver vs2
    DC Information:
     ---------------
              Forest: cifs.lab.netapp.com
              Domain: cifs.lab.netapp.com
        NetBIOS Name: CIFSLAB
    NetBIOS Hostname: A7-6
         Server Site: cifs-dev-j4
         Client Site:
                GUID: 0366BE1F-FA08-4747-B5AC56097189C90E
               Flags: 0x00000178
                       DS_LDAP_FLAG
                       DS_DS_FLAG
                       DS_KDC_FLAG
                       DS_TIMESERV_FLAG
                       DS_WRITABLE_FLAG
                       DS_PING_FLAGS
    Top of Page