Is there a proper procedure How to migrate a Snapmirror SVM-DR source SVM to a new cluster?
details: both clusters are running on the same version 9.12.1.
both clusters are peered to each other. SVMs to be migrated has a CIFS share with non-default qtree created.
i tried to run the command on privilege advance mode:
vserver migrate start -vserver <vserver_name> -source-cluster <source_cluster_name> -check-only TRUE -aggr-list <destination_aggregate_name>
The error # 1:
There are no network ports on the destination cluster "<destination_cluster_name> where the reachability is confirmed for the following IP addresses: 192.168.20.x
The source SVM has 2 LIFs the operational one (192.168.10.x) having status admin UP and the 2nd LIF is 192.168.20.x which is status admin down. so i removed the 2nd LIF to erase my doubts then run the vserver migrate command again but another error appeared:
Error # 2: Cannot migrate Vserver "vserver_name" because a non-default qtree "qtree_name" exists on the volume "vserver_name_volume_name" Migrating Vservers containing non-default qtrees is not supported.
My question: do i have to delete my qtree for me to be able to migrate the SVM? how can i delete a qtree with files and folders on it? If i use -force in deleting qtree my data will be gone.
Please shed light on me how to migrate my SVM to the new cluster?
Skayep