ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system services ndmp service show

    Display NDMP service configuration

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

    Description

    The system services ndmp service show command displays the following information about the NDMP service configuration across all the nodes in the cluster:

    • Node name

    • NDMP Common Sessions

    A combination of parameters can be optionally supplied to filter the results based on specific criteria.

    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

    Selects information about the specified node.

    [-common-sessions <integer>] - NDMP Common Sessions

    Selects information about the nodes that have the specified number of NDMP common sessions.

    Examples

    The following example displays information about the NDMP configuration of all nodes in the cluster:

    cluster1::> system services ndmp service show
    Node        Common Sessions
    ----------- ---------------
    node0                    16
    node1                    16
    node2                    16
    node3                    16
    4 entries were displayed.
    Top of Page