ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs domain name-mapping-search show

    Display the list of trusted domains for name-mapping searches

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

    Description

    The vserver cifs domain name-mapping-search show command displays information about trusted domains of the home domain by Vserver.

    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 information about the trusted domains.

    [-trusted-domains <domain name>,…​] - Trusted domains

    This parameter specifies a comma-delimited list of fully qualified domain names of trusted domains for which you want to display information.

    Examples

    The following example displays information about all preferred trusted domains:

    cluster1::> vserver cifs domain name-mapping-search show
    Vserver         Trusted Domains
    --------------  ----------------------------------
    vserver_1       CIFS1.EXAMPLE.COM
    Top of Page