Unsolved
This post is more than 5 years old
16 Posts
0
1028
June 5th, 2017 13:00
Rebalance the workload on all Datamovers with in a VNX
Hi ,
I need to spread the workload across all the available Data mover's on the VNX. I would like to replicate few VDM's along with their File systems to another DM on the Same VNX.
My Question is, the Filesystems are on the same VNX and Same Pool , how the actaul data copy takes place.
I have done migrations between the VNX's using V2 replicator. But not on the Same VNX.
Please let me know.
No Events found!



Rainer_EMC
4 Operator
•
8.6K Posts
0
June 6th, 2017 03:00
Hi,
there is no need to replicate - you can just umount the file systems and VDM on the "old" data mover and mount them on the "new" data mover.
Rainer
vasutativaka09
16 Posts
0
June 6th, 2017 09:00
Thanks Rainer!!
How do you Umount a VDM on a PDM ?
why do we have to umount the FS from the VDM ? they will be on the same VDM even after the migration.
maniemc
169 Posts
0
June 7th, 2017 04:00
refer the manuals for Virtual Data Movers or "man nas_server" or even just "nas_server -help" for quick syntax help
Example syntax:
To unload vdm from DM server_2 to mount on server_3:
1) Unmount all the file systems from the VDM (Checkpoints first if exist and If in replication, the session must be stopped as well) via server_umount vdm -p FS_Name
2) Unload the VDM from server_2 via nas_server -vdm VDM_Name -setstate permunloaded
3) Load the VDM on server_3 via nas_server -vdm VDM_Name -setstate loaded -mover server_3
4) Remount the FS/Ckpts via server_mount vdm / (restart replication if stopped)
Another consideration is to recreate the interface (with same interface name, IP can be anything) on server_3 prior to this.
Rainer_EMC
4 Operator
•
8.6K Posts
0
June 7th, 2017 05:00
if you are doing this I would strongly recommend to read at least the concepts section of the manuals mentioned to get to know the system architecture
If you are unsure I would suggest to try on a test VDM or to engage professional service for help