ONTAP Discussions
ONTAP Discussions
Hi,
Does anyone know how to set the NDMP environment to DUMP_TO_NULL functionality in cDOT 8.3.x
Thanks,
-Ashwin
Solved! See The Solution
Procedure
Perform the following steps:
::> node run local
filer*> ndmpcopy -sa root:<root-password> -da root:<root-password> -st text -dt text -e "DUMP_TO_NULL=y" <source-address>:/<SVM>/<volume> <dest-address>:/<SVM>/<path>
(Note: root user password may differ on source and destination)
Hi,
This procedure is described in the following KB: How to test NDMP connectivity and performance in clustered Data ONTAP.
Link: https://kb.netapp.com/support/index?page=content&id=1013268&actp=LIST
Kind regards,
jeroen
Thanks, but I cannot access this document. Can you please post the content of this KB ? Looks like it is an Internal KB. I just need to know the switches.
Thanks,
-Ashwin
Procedure
Perform the following steps:
::> node run local
filer*> ndmpcopy -sa root:<root-password> -da root:<root-password> -st text -dt text -e "DUMP_TO_NULL=y" <source-address>:/<SVM>/<volume> <dest-address>:/<SVM>/<path>
(Note: root user password may differ on source and destination)
Thanks a lot for the command. I appreciate it.