ONTAP 9.12.1 commands

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

    (DEPRECATED)-Display NDMP service configuration

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

    Description

    This node-scoped NDMP command is deprecated. Node-scoped NDMP functionality may be removed in a future release of Data ONTAP. Use the Vserver-aware "vserver services ndmp show " command.

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

    • Node name

    • Whether NDMP is enabled on the node

    • Whether sending the NDMP password in clear text is enabled on the node

    • NDMP user ID

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

    Parameters

    { [-fields <fieldname>,…​]

    If this parameter is specified, the command displays only the fields that you specify.

    | [-instance ] }

    If this parameter is specified, the command displays detailed information about all entries.

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

    Selects information about the specified node.

    [-enable {true|false}] - NDMP Service Enabled

    Selects information about the nodes where NDMP is enabled/disabled.

    [-clear-text {true|false}] - Allow Clear Text Password

    Selects information about the nodes whose clear-text setting matches the specified value.

    [-user-id <text>] - NDMP User ID

    Selects information about the nodes that have the specified NDMP user ID.

    Examples

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

    cluster1::> system services ndmp show
    Node        Enabled   Clear Text  User ID
    ----------- --------- ----------- -------
    node0       true      true        ndmp
    node1       true      true        ndmp
    node2       true      true        ndmp
    node3       true      true        ndmp
    4 entries were displayed.
    Top of Page