ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services access-check server-discovery test

    Verify server discovery

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

    Description

    The command vserver services access-check server-discovery test completes the entire discovery including domain controller (DC), LDAP, and NIS servers for the default domain for a given Vserver on a given node. The Vserver must have CIFS configured for it to run successfully. If the discovery is successful, the command returns a success message. The discovered server information can be seen using the command vserver cifs domain discovered-servers .

    Parameters

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

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

    -vserver <vserver> - Vserver

    The name of the Vserver on which you want to test all of the discovered server information.

    Examples

    This example tests all of the discovered server information on Vserver "vs1" on node "node2."

    cluster1::vserver services access-check*> server-discovery test -vserver vs1 -node node2
    Discovery Global succeeded for Vserver: vs1
    Top of Page