system services ndmp show
Display NDMP service configuration
Availability: This command is available to cluster administrators at the admin privilege level.
Description
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. This command is not supported on Infinite Volumes.
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.
[-common-sessions <integer>] - NDMP Common Sessions (privilege: advanced)
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 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.