ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs domain discovered-servers discovery-mode modify

    Modify Server Discovery Mode

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

    Description

    The vserver cifs domain discovered-servers discovery-mode modify command modifies the configuration for the server discovery mode of one or more Data Vservers. This option controls the way domain controllers(DCs) are discovered.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which you want to modify the server discovery mode.

    [-mode {all|site|none}] - Server Discovery Mode

    Use this parameter to specify the server discovery mode for the Vserver. Following are the possible values for this parameter:

    • all - Discover all the DCs in the domain (default).

    • site - Discover the DCs local to the site.

    • none - Discover nothing. Depend only on preferred-dc configured.

    Examples

    The following example disables server discovery for a Vserver.

    cluster1::> vserver cifs domain discovered-servers discovery-mode modify -vserver vs1 -mode none
    Top of Page