ONTAP 9.12.1 commands

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

    Display discovered trusted domain information

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

    Description

    The vserver cifs domain trusts show command displays information about the trusted domains for the CIFS home domain of one or more Vservers. The displayed trusted domain information is grouped by node and Vserver, and each group is preceded by the node and Vserver identification. This command is not supported for workgroup CIFS servers.

    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.

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

    If you use this parameter, the command displays information only about trusted domains of the home domains for the specified node.

    [-vserver <vserver name>] - Vserver

    If you use this parameter, the command displays information only about trusted domains of the home domain for the specified Vserver.

    [-home-domain <domain name>] - Home Domain Name

    If you use this parameter, the command displays information only about trusted domains of the home domain with the specified name.

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

    If you use this parameter, the command displays information only about trusted domains with the specified name.

    Examples

    The following example displays information about all the bidirectional trusted domains for node-01 and vserver_1.

    cluster1::> vserver cifs domain trusts show -node node-01 -vserver vserver_1
    Node: node-01
    Vserver: vserver_1
    
    Home Domain            Trusted Domain
    ---------------------  -----------------------------------
    EXAMPLE.COM            CIFS1.EXAMPLE.COM,
                           CIFS2.EXAMPLE.COM
    Top of Page