Hello,
I need to know the recommended steps that I should follow to migrate the data of the file services to achieve the minimum impact on the end users. Here're the details:
We have Domain based DFS on Windows 2008 R2. We use this DFS only for single name space, no replication groups are there (i.e: there's only single copy of the data). The data itself is stored on a shared storage and accessed through a 2 active/active node failover cluster. To be more clear, we have two file servers acting as active/active nodes in a cluster and has DFS configured on them.
Also, it's worth mentioning that all users are having offline copies of their files (using the DFS names).
Now, we need to move the data to a larger and faster storage. what will be the steps to follow from the DFS, Cluster and Windows prospective??
Knowing that we decided to use the Backup/Restore way (we disqualified both robocopy and FSMT).
My suggested steps are as follows:
- Export NTFS Permissions
http://social.technet.microsoft.com/wiki/contents/articles/408.how-to-back-up-and-restore-ntfs-and-share-permissions.aspx
- Export DFS Settings
Recovery process of a DFS Namespace in Windows 2003 and 2008 Server
dfsutil /root:\\domain.com\shared /export:shared.xml
dfsutil /root:\\domain.com\shared /import:shared.xml /set
- Export Cluster Settings
Understanding Backup and Recovery Basics for a Failover Cluster
http://technet.microsoft.com/en-us/library/cc771973.aspx
- Confirm full backup has been taken
- System state backup for both File servers and DC servers
- Take incremental backup
- Stop the DFS
- Bring the new partitions up on the servers
- Format the new partitions
- Restore Normal followed by incremental on new partitions
- Stop Windows cluster.
- Rename old drive letters
- Rename new drive letters with the old ones
- Start Windows Cluster
- Add the new drives to the cluster.
- Start DFS
Your support will be highly appreciated..