system services ndmp show
(DEPRECATED)-Display NDMP service configuration
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Note
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.
- 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
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.
Give documentation feedback