Hi Everyone and thanks in advance for all insights and suggestions.
Getting ready to migrate existing physical 2012 file servers to a virtual 2019 file server.
Each file server hosts its own DFS namespace, which could be moved to DC as host and several hundred GB worth of folders/files.
The last time I did this I moved the DFS namespace, made both old and new server DFS namespace host, used Robocopy to copy everything over and then removed old server from DFS namespace. Done. Had to use Robocopy since I had issues getting it to replicate overall items to the new server.
This time I was going to use the storage migration service from MS and was wondering if it can also take care of the DFS namespace step and/or if not can I just move the namespace and then use the storage migration service to copy the folders etc. as I know it maintains permissions and shares when doing it.
Thoughts?
ASKER
Computer data storage, often called storage or memory, is a technology consisting of computer components and recording media used to retain digital data. In addition to local storage devices like CD and DVD readers, hard drives and flash drives, solid state drives can hold enormous amounts of data in a very small device. Cloud services and other new forms of remote storage also add to the capacity of devices and their ability to access more data without building additional data storage into a device.
TRUSTED BY
DFS replication will not (by default) replicate any .tmp .bak files or files marked as temporary. This means files that have a temporary attribute 0x100 you can use a powershell script to run through the file to identify if files are marked temporary and if strip/remove this attribute.
https://community.spiceworks.com/scripts/show/1102-remove-temp-file-attribute
Deals with going through the directory structure of every file to see if it has the 0x100 attribute set, if it is set, it strips it out.
Make sure to exclude the DfsrPrivate ...
DFS name space migration? When you add a DC, the DFS namespeace is within the AD. The switch in targets .......is all that you have to address, but adding the new one, and prioritizing, or better deprioritizing the one you wish to retire from the referral portion.
Then as users/clients start connecting to the new DFS name space server, you can remove the old server as a target (disable)