Configure Bulk Cutover in NetApp Data Migrator
Use Bulk Cutover in NetApp Data Migrator to perform the final sync between your source and destination systems. When baseline migrations are complete and incremental syncs are running, you can merge multiple paths into one cutover job.
Start a Cutover Job
Follow these steps to start a cutover job.
-
Log in to NetApp Data Migrator.
-
Select Storage Servers > File Servers.
-
Select the name of the file server for which you want to create a Cutover Job.
-
Select Bulk Cutover.
-
On the Select Path page, select the checkbox next to Source Path.
-
Select the checkbox next to the source path (confirming the cutover job).
-
Select Proceed.
-
Select the checkbox next to a job name to confirm that you are starting a Bulk Cutover job.
You can select a job when a Bulk Migrate job is running in parallel. -
Select Submit to start your Bulk Cutover job.
The Cutover job has been created confirmation message appears.
-
You can select the View Job Listing link next to this message to open the Job Config List page where your new job is listed.
Approve a Bulk Cutover job
Follow these steps to approve a cutover job.
-
On the Jobs page, select the Job Run List tab.
-
Select the action menu next to your Cutover job.
-
Select Review.
The Cutover Confirmation pop-up box appears.
-
Select the Download CoC Report link.
Review the report to verify if the cutover was successful and if all data has successfully migrated from source to destination.
-
Select the checkbox next to I have reviewed and verified the Chain of Custody (CoC) document and all other essential information.
-
If you are satisfied with the information in the Chain of Custody (CoC) report, select Confirm to approve the Bulk Cutover.
The status changes to Complete.
Resolve metadata update conflicts
Metadata update conflicts might arise during the cutover confirmation process for SMB migrations. To resolve the metadata update conflicts, run the metadata synchronization script for the impacted files.
-
Download the CoC report ZIP folder that was generated as part of the cutover process.
-
Extract the ZIP folder on the Windows worker machine that was involved in the cutover for the path pair.
The drive letters SandTare used to map the source and target volumes on the Windows worker. Do not use these drive letters for any other mounts when running this script. -
Copy the required
metadata_conflict_errors.csvfile. -
Open PowerShell as an administrator on the Windows worker machine.
-
Navigate to scripts directory:
cd C:\datamigrator\scripts -
Run the metadata stamping script using placeholders for all parameters:
.\stamp-metadata.ps1 ` -SourceHost "<SourceFileServer_FQDN_or_IP>" ` -SourceShare "<Source_ShareName_Only (e.g., data)>" ` -DestHost "<DestinationFileServer_FQDN_or_IP>" ` -DestShare "<Destination_ShareName_Only>" ` -SourceUsername "<DOMAIN User_With_Read_Access_To_Source>" ` -SourcePassword "<Password_For_Source_User>" ` -DestUsername "<DOMAIN User_With_Write_Access_To_Destination>" ` -DestPassword "<Password_For_Destination_User>" ` -InputFile "<Full_Path_To_File_List_CSV (e.g., C:\Migration\files.csv)>" ` -SidMapFile "<Full_Path_To_SID_Mapping_CSV (OldSID_to_NewSID)>" ` -Domain "<ActiveDirectory_Domain (e.g., company.com_or_COMPANY)>"The SID mapping and domain-related parameters (SidMapFile and Domain) are optional and can be included as needed.