Skip to main content

Learn about managing ONTAP SVM-scoped NDMP mode for FlexVol volumes

Contributors netapp-aherbin netapp-sumathi netapp-aaron-holt netapp-dbagwell netapp-thomi

You can manage NDMP on a per SVM basis by using the NDMP options and commands. You can modify the NDMP options by using the vserver services ndmp modify command. In the SVM-scoped NDMP mode, user authentication is integrated with the role-based access control mechanism.

You can add NDMP in the allowed or disallowed protocols list by using the vserver modify command. By default, NDMP is in the allowed protocols list. If NDMP is added to the disallowed protocols list, NDMP sessions cannot be established.

You can control the LIF type on which an NDMP data connection is established by using the -preferred-interface-role option. During an NDMP data connection establishment, NDMP chooses an IP address that belongs to the LIF type as specified by this option. If the IP addresses do not belong to any of these LIF types, then the NDMP data connection cannot be established. Learn more about vserver services ndmp modify in the ONTAP command reference.

Commands for managing ONTAP SVM-scoped NDMP mode

You can use the vserver services ndmp commands to manage NDMP on each storage virtual machine (SVM, formerly known as Vserver).

If you want to…​ Use this command…​

Enable NDMP service

vserver services ndmp on

Note

NDMP service must always be enabled on all nodes in a cluster. You can enable NDMP service on a node by using the system services ndmp on command. By default, NDMP service is always enabled on a node.

Disable NDMP service

vserver services ndmp off

Display NDMP configuration

vserver services ndmp show

Modify NDMP configuration

vserver services ndmp modify

Display default NDMP version

vserver services ndmp version

Display all NDMP sessions

vserver services ndmp status

Display detailed information about all NDMP sessions

vserver services ndmp probe

Terminate a specified NDMP session

vserver services ndmp kill

Terminate all NDMP sessions

vserver services ndmp kill-all

Generate the NDMP password

vserver services ndmp generate-password

Display NDMP extension status

vserver services ndmp extensions show

This command is available at the advanced privilege level.

Modify (enable or disable) NDMP extension status

vserver services ndmp extensions modify

This command is available at the advanced privilege level.

Start logging for the specified NDMP session

vserver services ndmp log start

This command is available at the advanced privilege level.

Stop logging for the specified NDMP session

vserver services ndmp log stop

This command is available at the advanced privilege level.

Learn more about vserver services ndmp in the ONTAP command reference.