Commands for managing node-scoped NDMP mode
You can use the system services ndmp commands to manage NDMP at a node level. Some of these commands are deprecated and will be removed in a future major release.
You can use the following NDMP commands only at the advanced privilege level:
- system services ndmp service terminate
- system services ndmp service start
- system services ndmp service stop
- system services ndmp log start
- system services ndmp log stop
| If you want to... | Use this command... |
|---|---|
| Enable NDMP service | system services ndmp on* |
| Disable NDMP service | system services ndmp off* |
| Display NDMP configuration | system services ndmp show* |
| Modify NDMP configuration | system services ndmp modify* |
| Display the default NDMP version | system services ndmp version* |
| Display NDMP service configuration | system services ndmp service show |
| Modify NDMP service configuration | system services ndmp service modify |
| Display all NDMP sessions | system services ndmp status |
| Display detailed information about all NDMP sessions | system services ndmp probe |
| Terminate the specified NDMP session | system services ndmp kill |
| Terminate all NDMP sessions | system services ndmp kill-all |
| Change the NDMP password | system services ndmp password* |
| Enable node-scoped NDMP mode | system services ndmp node-scope-mode on* |
| Disable node-scoped NDMP mode | system services ndmp node-scope-mode off* |
| Display the node-scoped NDMP mode status | system services ndmp node-scope-mode status* |
| Forcefully terminate all NDMP sessions | system services ndmp service terminate |
| Start the NDMP service daemon | system services ndmp service start |
| Stop the NDMP service daemon | system services ndmp service stop |
| Start logging for the specified NDMP session | system services ndmp log start* |
| Stop logging for the specified NDMP session | system services ndmp log stop* |
* These commands are deprecated and will be removed in a future major release.
For more information about these commands, see the man pages for the system services ndmp commands.
Give documentation feedback