Howdy all.
I'm looking at migrating from one set of netapp filers to another one, simple CIFS shares accessed from wintel PCs. There's no relationship between the environments (supported by different people and the filers are in different locations).
My crude migration plan would look like
1) Bulk copy all data from set of filers to another, either using netapp tools or even something like robocopy. setup shares exactly the same.
2) At point of migration, block access to source fileshare and do final delta copy
3) swing DNS alias to point at new box
All fairly standard I would think, and an approach I've done before though not with this tech. The only downside is that obviously the 'unit of migration' is the server reference by the whole DNS alias so in other words
\\server1 will either point at the new box or the old one
I am told that it could be done by *share level*, i.e. so
\\server1\shareA points to the old filer
\\server1\shareB points to the new filer
And the filer can somehow redirect any client request going the "wrong way". I'm not a netapp expert by any means but I'm extremely dubious about what I'm being told. I've requested clarification, but I figured in the meantime you good chaps might have a view?