ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service nis-domain show-bound

    Display binding status of a NIS domain configuration

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

    Description

    The vserver services name-service nis-domain show-bound command displays binding information about NIS domain configurations.

    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

    If you use this parameter, the command displays binding information only about the NIS domain configurations of the specified Vservers. Use this parameter with the -domain parameter to display binding information only about a particular NIS domain configuration on the specified Vserver. A data Vserver or admin Vserver can be specified.

    [-domain <nis domain>] - NIS Domain

    If you use this parameter, the command displays binding information only about the NIS domain configurations that match the specified NIS domain name. Use this parameter with the -vserver parameter to display binding information only about a particular Vserver on the specified NIS domain name.

    [-bound-servers <IP Address>,…​] - Bound NIS Servers

    If you use this parameter, the command displays NIS binding information only about the specified NIS servers.

    Examples

    The following example displays binding information about all NIS domain configurations:

    cluster1::> vserver services name-service nis-domain show-bound
                                      Bound
    Vserver       Domain              NIS Server
    ------------- ------------------- -----------------
    vs1           testnisdomain1      192.0.2.180,
                                      10.0.2.15
    vs2           testnisdomain2      10.0.2.17
    2 entries were displayed.
    Top of Page