Unsolved
This post is more than 5 years old
15 Posts
0
3984
September 13th, 2011 03:00
Windows File Server Migration to VNX
I currently have two windows 2003 file server which I'd like to migrate/consolidate to a VNX 5300.
I believe this is possible, however I would like to know if I can keep the server names and IP addresses the same when creating the CIFS servers on the VNX.
Is it possible to sync the file servers with the VNX and then essentially cut over when ready.
Excuse my ignorance, I'm a VNX newbie !
Thanks
E
0 events found
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
2
September 13th, 2011 05:00
it's possible. Essentially you would create two CIFS servers on VNX. When i perform this kind of migrations i first create a CIFS server with _new in the name, join it to active directory and then begin copying data from the windows server using "emcopy" utility. This utility is similar to robocopy but much faster, it should be located on one of your VNX application CDs. On the final day of cutover, you disconnect users from the windows server, run final emcopy which should only copy the changes after last emcopy. When that's done you unjoin CIFS server from active directory, you unjoin physical server from active directory and shut it down. You create IP interface on VNX that is the IP address of physical server, you rename the CIFS server to match the name of the physical box and give it the new IP address as well. You also want to look at utility lgdup and sharedup that will allow you to migrate shares and share permissions as well as any local groups you have.
EMcNeill
15 Posts
0
September 13th, 2011 09:00
Thanks this is exactly what I was looking for.
christopher_ime
6 Operator
•
2K Posts
1
September 14th, 2011 00:00
I simply wanted to make a quick comment. Even though the utility is on the CD that comes shipped with the hardware; I'd recommend always looking for it on PowerLink via the following breadcrumb trail:
Home > Support > Product and Diagnostic Tools > Celerra Tools > Windows Migration Tools > EMCOPY
The latest is emcopy v4.12 which was released only a couple of weeks ago: August 26, 2011 so it is likely the copy on the CD is behind a revision (at least).
EMcNeill
15 Posts
0
September 14th, 2011 01:00
Good tip , thanks