ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs domain preferred-dc show

    Display 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 show command displays lists of preferred domain controllers by Vserver and domain.

    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 ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver

    This parameter specifies the name of the Vserver for which you want to display preferred domain controllers.

    [-domain <TextNoCase>] - Fully Qualified Domain Name

    This parameter specifies the fully-qualified name of the domain of the domain controllers to display.

    [-preferred-dc <InetAddress>,…​] - Preferred Domain Controllers

    This parameter specifies a comma-delimited list of IP addresses for domain controllers to display.

    Examples

    The following example displays all preferred domain controllers for all Vservers:

    cluster1::> vserver cifs domain preferred-dc show
    Vserver        Domain Name                   Preferred Domain Controllers
    -------------- ----------------------------- ----------------------------------
    vs1            example.com                   192.168.0.100, 192.168.0.101
    Top of Page