The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Enable SVM-scoped NDMP on the cluster
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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.
Before you begin
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
CliSVM-scoped NDMP mode is enabled.
-
Enable NDMP service on the admin SVM:
cluster1::> vserver services ndmp on -vserver cluster1
CliThe 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
CliVserver Enabled Authentication type ------------- --------- ------------------- cluster1 true challenge vs1 false challenge