ONTAP 9.12.1 commands

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

    Display NIS netgroup database configuration

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

    Description

    The vserver services name-service nis-domain netgroup-database config show command displays NIS netgroup.byhost database settings.

    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 this parameter is specified, the command displays information only about NIS netgroup.byhost databases belonging to the specified Vservers.

    [-state {enabled|disabled}] - State

    If this parameter is specified, the command displays information only about NIS netgroup.byhost databases with the specified state.

    [-build-interval <[<integer>h][<integer>m][<integer>s]>] - Build Interval

    If this parameter is specified, the command displays information only about NIS netgroup.byhost databases with the specified build time interval.

    Examples

    The following example displays the settings for Vserver vs0:

    cluster1::> vserver services name-service nis-domain netgroup-database config show -vserver vs0
            Vserver: vs0
     Build Interval: 30m
              State: disabled
    Top of Page