NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

How to make vserver migrate complete?

AllenChang
2,000 Views

I user vserver migrate commplete with -auto-source-cleanup false parameter

AllenChang_0-1698301146183.png

but when it complete,the migrate status is stop in  ready-for-source-cleanup status

AllenChang_1-1698301214955.png

How to make it become migrate-complete ?

 

1 ACCEPTED SOLUTION

AlexDawson
1,752 Views
  1. Verify they status is ready for source cleanup:

    dest_cluster> vserver migrate show

  2. Clean up the source:

    dest_cluster> vserver migrate source-cleanup -vserver <vserver_name>

 

https://docs.netapp.com/us-en/ontap/svm-migrate/manual-source-removal-task.html

 

Hope this helps!

View solution in original post

1 REPLY 1

AlexDawson
1,753 Views
  1. Verify they status is ready for source cleanup:

    dest_cluster> vserver migrate show

  2. Clean up the source:

    dest_cluster> vserver migrate source-cleanup -vserver <vserver_name>

 

https://docs.netapp.com/us-en/ontap/svm-migrate/manual-source-removal-task.html

 

Hope this helps!

Public