Enable SVM-scoped NDMP on the cluster
Suggest changes
If the DMA supports the Cluster Aware Backup (CAB) extension, you can back up all the volumes hosted across different nodes in a cluster by enabling SVM-scoped NDMP, enabling NDMP service on the cluster (admin SVM), and configuring LIFs for data and control connection.
What you'll need
The CAB extension must be supported by the DMA.
About this task
Turning off node-scoped NDMP mode enables SVM-scoped NDMP mode on the cluster.
Steps
-
Enable SVM-scoped NDMP mode:
cluster1::> system services ndmp node-scope-mode off
SVM-scoped NDMP mode is enabled.
-
Enable NDMP service on the admin SVM:
cluster1::> vserver services ndmp on -vserver cluster1
The authentication type is set to
challenge
by default and plaintext authentication is disabled.For secure communication, you should keep plaintext authentication disabled.
-
Verify that NDMP service is enabled:
cluster1::> vserver services ndmp show
Vserver Enabled Authentication type ------------- --------- ------------------- cluster1 true challenge vs1 false challenge