vserver cifs domain preferred-dc remove
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Remove from a list of preferred domain controllers
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver cifs domain preferred-dc remove
command removes one or more domain controllers from the list used by the specified Vserver for interactions with the specified domain. If a list of preferred domain controllers is not provided, the entire list for the specified domain is removed. This command is not supported for workgroup CIFS servers.
Parameters
-vserver <vserver name>
- Vserver-
This parameter specifies the name of the Vserver from which you want to remove preferred domain controllers.
-domain <TextNoCase>
- Fully Qualified Domain Name-
This parameter specifies the fully-qualified name of the domain that the domain controllers belong to.
[-preferred-dc <InetAddress>,…]
- Preferred Domain Controllers-
This parameter specifies a comma-delimited list of IP addresses for domain controllers that belong to the domain specified in the
-domain
parameter.
Examples
The following example removes one domain controller (192.168.0.101) from the preferred list used by Vserver vs1 when connecting to the example.com domain:
cluster1::> vserver cifs domain preferred-dc remove -vserver vs1 -domain example.com -preferred-dc 192.168.0.101