#Using NetApp XCP for migration data
1 messages · Page 1 of 1 (latest)
I didn't know how to use the NetApp XCP to migrate polices and qtrees, whether or not I use this to do. Or I have to create polices in the storage system manually.
@lucid fulcrum - Using a shell script on an intermediary Linux system to read and parse the export policies and policy rules from one SVM and recreate them on another SVM is a decent way of accomplishing this task.
Answer is in your second comment
you need to create those export policies as in your source volumes manually on the destination volumes
few additional questions before a thorough answer
what version is your old netapp systems running on?
is it C mode or 7mode
Something to consider that the cut over is seemless
is to have the new destination volume and mounts points the same as the source
what version is your old netapp systems running on?
-> The system is runing on 7-Mode (HA-Pair)
What about the qtrees? I found something on the KB NetApp mentioned that SVM Migration (using SnapMirror) doesn't support Qtrees.
anyone suggest me a solution to do that.
Hi @lucid fulcrum - if you are able to use the 7mode Transition Tool, it will transfer across export policies. However as you've noted, it doesn't quite support qtrees. https://docs.netapp.com/us-en/ontap-7mode-transition/copy-free/concept_how_nfs_exports_are_transitioned.html
before investing too much time, have a review of the release notes for 7MTT at https://library.netapp.com/ecm/ecm_download_file/ECMLP2883526
just curious as to why you are concerned about qtree's
XCP is designed to copy data - not metadata. It's ideal to transfer data from a competitor to a NetApp filer. As Todd mentioned, script the policy and qtree replication. Create the policies and qtrees first, and then use XCP to do the actual data copies.
nope, I just considered when we are planing to migrate the data and policies (includes Qtrees), I know XCP to use migrate data and its attributes but Qtree is not. And I am looking to the proper tool to do it!