Introduction
- This guide provides the procedures for migrating home directories from File Servers to OneDrive for Business.
- We recommend this strategy when migrating a large number of home directories. When migrating a smaller number of home directories, follow the steps in the File Server Home Directories to OneDrive for Business Migration Guide.
- When migrating file shares from the file server, follow the migration guide specific to that scenario. Typically, file shares will be migrated to SharePoint Online Site libraries.
- The diagram below provides a high-level overview of the steps involved in migrating a large number of home directories. The key difference for this type of migration scenario is that this requires an Azure subscription, and the use of the BitTitan UploaderWiz utility to upload the home directories to Azure, before they can be migrated into the OneDrive for Business accounts using MigrationWiz. It also uses a combination of a PowerShell script and a CSV file, which automates the building of the MigrationWiz projects, with all of the Advanced Options preset. There is also no need to create endpoints in MSPComplete prior to running MigrationWiz, because the PowerShell script automates the creation of the endpoints on the first run, and includes checks for subsequent runs so that it can use the existing endpoints that were created from the first run.
Prepare Azure Environment
- Estimate Azure storage costs.
Note: This step is optional, but it is useful in order to provide the customer with up-front storage costs ahead of time. Read the Estimate Azure Storage costs for migrations article for more information. - Buy an Azure subscription (or use the free one-month trial, and be aware that this option is only viable if you are performing a very small migration). Read the How do I buy an Azure subscription? article for more information.
- Create an Azure storage account, and take note of the Storage Account Name and the Primary Access Key: in Azure, from the storage screen, click on Manage Access Keys at the bottom of the screen. These need to be entered into the authorizationsettings.csv file under the columns of the same name. We recommend that you create an Azure Storage Account in the same Microsoft data center as the Destination Office 365 tenant. Note: There is no need to create any Azure containers for this migration. Separate containers are created on a per-home directory basis. During migration, MigrationWiz will create two separate metadata files (with extensions: -directory.metadata and -files.metadata) which will be added to each container. These are used during migration by MigrationWiz, to build the folder structure in OneDrive for Business and to migrate the permissions. They should not be deleted until after the migration. Read the How do I Create an Azure Storage Account? article for more information.
Prepare machine(s) for PowerShell and UploaderWiz
Note: We recommend that you perform these steps from a domain-joined computer, when logged in with local admin rights.
- Install BitTitan PowerShell by downloading and installing BitTitan SDK.
Note: Prerequisites for installing BitTitan PowerShell are detailed in the How do I install the BitTitan SDK? article. - Create the C:\apps\uploaderwiz directory and then download and extract the UploaderWiz utility into that directory.
- Create the C:\scripts directory, download the mw_homedir_powershell_scripts.zip file, and extract its contents into that directory.
Note: The folder name must be a single word, with no spaces or special characters. The files that are extracted into that folder are: Log_Functions.ps1, ProjectImport.ps1, RunSubmission.ps1, and authorizationsettings.csv. - Map a network drive to the home directory root folder on the file server.
Prepare the Destination Office 365 Environment
- Set up the Office 365 tenant.
Note: The personal version of OneDrive that is included with Outlook.com/Hotmail.com is not supported. - Add users and assign SKUs. This is required if permissions are being migrated.
- Assign a SKU to the Office 365 global admin account being used for migration; often this will already have a SKU assigned. This is required for MigrationWiz to provision the OneDrive for Business accounts during migration.
Upload Files to Azure
Note: These steps are performed from the machine that was prepared with BitTitan PowerShell and UploaderWiz
- From Windows Explorer, go to the mapped network drive for the file server. Set the home directory migration batch to read-only access by user, and inform each user that a migration is occurring and that their home directory is now read-only. This will prevent users from adding any files to their home directory during the migration. Read the How do I restrict users to read-only access to their Home Directories? article for more information.
- If migrating home directories in batches, then from Windows Explorer, go to the mapped network drive for the file server. Under the home directory root folder, create a directory named staging_batch. Copy the batch of home directories that will be migrated, into this staging_batch directory. When running UploaderWiz, this is referred to as -rootpath. Note: Make sure that any previous batches are deleted from this staging directory prior to copying new directories into here; otherwise, they will also be included in the upload to Azure.
- From a command console, change to the directory that Uploaderwiz was extracted into (e.g., C:\apps\uploaderwiz), and run the following command.
UploaderWiz -accesskey "xxxxxxxx" -secretkey "xxxxxxxxxxxxxxxxxxxxxxx" -type azureblobs -rootpath "xxxxxxxx" -homedrive true
-
Notes:
- Replace the x's with your own information. Using BitTitan UploaderWiz for File Server Migrations
- If there are problems with the upload, for troubleshooting help, refer to the How do I troubleshoot UploaderWiz? article.
- If you are performing these steps from a domain-joined computer, a network drive needs to be mapped from the domain-joined computer to the file server, and the rootpath needs to match this drive letter, followed by the directory path, e.g., "x:\staging_batch" (if there are spaces in the path, you need to surround the path with quotes).
MSPComplete Steps
- Create the customer. Read the View, Add, and Edit Your Customers article for more information.
- Purchase Document Migration licenses. In MSPComplete, click Purchase > Document Migration > MigrationWiz-Document licenses. Read the How do I purchase licenses? for more information.
Migration Steps
Note: These steps are performed from the machine that was prepared for PowerShell and UploaderWiz
- Fill in all columns in the authorizationsettings.csv file for the user home directories that will be migrated in the migration batch.
- The recommended directory, specified in the Prepare Machine(s) for PowerShell and UploaderWiz section above, was C:\scripts.
- These are the BitTitan data centers that can be set: Canada, NorthEurope, NorthAmerica, WesternEurope, AsiaPacific, Australia, Japan, SouthAmerica.
- Once you have completed the first entry row, copy the entries for AccessKey, SecretKey, ODFBAdmin, ODFBPwd, BitTitanDatacenter and CustomerName into each subsequent row.
- Launch Windows PowerShell, and run the following command:
Set-ExecutionPolicy Unrestricted.
Note: This allows scripts that are not digitally signed to run in your PowerShell window. - Run the projectimport.ps1 script. This sets up the projects. Upon completion, it will run a verify credentials against every MigrationWiz project that was created by the script.
- Run the script, using the Windows PowerShell. Change to the directory that you extracted the scripts into, e.g., C:\scripts:> .\projectimport.ps1
- When prompted for credentials, enter your BitTitan credentials.
- All projects will be created with a name set to destinationemailaddress_ps. The '_ps' is used by the Full migration pass script (RunSubmission.ps1) so that it only starts migrations for those projects matching this name criteria.
- This script will set all the necessary Advanced Options. These include:
- Licensing/Maximum licenses = 5. This will allow up to 50GB to be migrated per user. If there are any users with more data than this, you will need to go into the individual project for the user, and manually set this project Advanced Option to a higher number. Read the How do I enable consumption of multiple licenses for a single item? article for more information.
- Add ShrinkFoldersMaxLength=200 under Support/Support options. Read the How do I auto shrink the folder path when migrating to OneDrive for Business or SharePoint Online? article for more information.
- Add RenameConflictingFiles=1 under Support/Support options. Read the What limitations of SharePoint Online or OneDrive for Business should I be aware of when migrating? article for more information. Refer to the section in this article with the heading "Multiple files with the same name limitation".
- InitializationTimeout=28800000 under Support/Support options. Read the Cannot retrieve folders from "folder" article for more information.
- Preferred BitTitan Data Center. This will reflect the entry from the AuthorizationSettings.csv file, under the BitTitanDataCenter column. Read the How do I specify the data center to use for my migration? article for more information.
- Run the RunSubmission.ps1 script (e.g., c:\scripts:> .\RunSubmission.ps1). This performs a Full migration pass.
- When prompted for credentials, enter your BitTitan credentials. You can set your BitTitan account credentials within this script (but these could then be seen by others who have access to the script). This will avoid being prompted to enter your BitTitan account credentials.
- Once the script completes, launch MigrationWiz and enter one of your projects. You can then monitor the progress of the migration.
Post-Migration Steps
- Remove access to the Source home directories.
- Provide training on OneDrive For Business.
- Delete directories from the staging directory; this is the directory that home directories were copied to prior to uploading them to Azure.
Note: Once all home directory batches have been completed, and all file shares and other data have been migrated, the Source file server can be decommissioned. - Delete all the Azure blob containers that were created during the upload to Azure.
Note: This will prevent incurring post-migration Azure costs for these containers. Be careful to only delete the containers created by UploaderWiz; these will be names that match the home directories, and have a create date from the date of the upload.
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.