This topic describes the operations that you can perform after you create a migration task.
View the status of a migration task
After you create a migration task, the migration task can be in one of the following states:
Created: The migration task is created. You can manually start the migration task or wait until the system starts the migration task at the specified start time.
Started: The migration task is created and started. The task is waiting for scheduling.
Preparing: Data is being preprocessed.
Migrating: Data is being migrated. Wait until the migration task is complete.
Deleting: The migration task is being deleted. After the migration task is deleted, the task is removed from the task list.
Paused: The migration task is paused.
Closing: The migration task is being closed. After the migration task is closed, the task enters the Stopped state.
Stopped: The migration task is complete.
View a migration report
Log on to the Data Online Migration console.
In the left-side navigation pane, choose
.On the Migration Tasks page, find the migration task that you want to manage and click Manage in the Actions column.
If you set the Migration Report parameter to Do not push when you create the migration task, click Generate Migration Report in the History section of the task details page. After a migration report is generated, click Download Migration Report to download the migration report files to your computer.
If you set the Migration Report parameter to Push when you create the migration task, click Download Migration Report in the History section of the task details page after a migration report is generated.
Before a migration task is complete, the generated migration report may be incomplete. To obtain a complete migration report, download the migration report files after your migration task is complete.
A migration report is for reference only. The actual information about a migration task prevails.
After a migration report is generated, the migration report files are stored in the specified local file system folder. The prefixes of the directories in which the migration report files are stored are in the following formats:
localFS:/<prefix>/aliyun_import_report/<uid>/<jobid>/<runtimeid>/total_list/
localFS:/<prefix>/aliyun_import_report/<uid>/<jobid>/<runtimeid>/failed_list/
localFS:/<prefix>/aliyun_import_report/<uid>/<jobid>/<runtimeid>/skipped_list/
Field | Description |
prefix | The prefix that is specified for the destination data address. |
uid | The ID of your Alibaba Cloud account. |
jobid | The ID of the migration task. You can view the migration task ID in the Details section of the task details page. |
runtimeid | The execution record ID of the migration task. You can view the execution record ID in the History section of the task details page. |
View detailed file lists in the local file system folder in which the migration report is stored.
A migration report comprises the following three types of list files: those listing all files scheduled for migration, those listing the files that failed to be migrated, and those listing the files skipped during migration.
Naming rules for report files
A file named uid@jobid@runtimeid_total_list_n lists all files to be migrated. One or more files of this type may exist. The value of n is an integer greater than or equal to 0.
A file named uid@jobid@runtimeid_failed_list_n lists the files that fail to be migrated. One or more files of this type may exist. The value of n is an integer greater than or equal to 0.
A file named uid@jobid@runtimeid_skipped_list_n lists the files that are skipped during migration. One or more files of this type may exist. The value of n is an integer greater than or equal to 0.
The following table describes the key fields in migration report files.
Field | Description |
srcObjectName | The name of the source file. |
destObjectName | The name of the destination file. |
srcObjectSize | The size of the source file. |
destObjectSize | The size of the destination file. |
srcContentMd5 | The MD5 value of the source file. |
destContentMd5 | The MD5 value of the destination file. |
srcCrc64 | The CRC-64 value of the source file. |
destCrc64 | The CRC-64 value of the destination file. |
srcLastModified | The time when the source file was last modified. |
destLastModified | The time when the destination file was last modified. |
srcVersionId | The version ID of the source file. This parameter is available only if you migrate data of multiple versions. |
destVersionId | The version ID of the destination file. This parameter is available only if you migrate data of multiple versions. |
startTime | The time when the migration started. |
endTime | The time when the migration finished. |
isAbnormal | Indicates whether an exception occurred during migration. A value of false indicates that no exception occurred. A value of true indicates that an exception occurred. |
detailMsg | The cause of the exception. |
View migration logs
You can view the logs of finished migration tasks in the Simple Log Service console. You can use filter conditions such as the task name, task ID, Alibaba Cloud account ID, or file name to search for the logs of a migration task.
The logs of a migration task are pushed to Simple Log Service only if you set the Migration Logs parameter to Push or Push only file error logs when you create the migration task. If you set the Migration Logs parameter to Do not push when you create a migration task, the logs of the migration task are not pushed to Simple Log Service.
Before a migration task is complete, the migration logs may be incomplete. You can obtain complete migration logs after your migration task is complete.
The migration logs are for reference only. The actual information about a migration task prevails.
Data Online Migration creates projects in Simple Log Service to store migration logs. The name of a project is in the aliyun-oss-import-log-Alibaba Cloud account ID-ID of the region selected in the Data Online Migration console format. Example: aliyun-oss-import-log-137918634953****-cn-hangzhou. You can view the logs of migration tasks in the corresponding project. The following two types of logs are stored:
drs_import_success_log: the logs about files that are migrated.
drs_import_fail_log: the logs about files that failed to be migrated.
The following table describes the key fields in migration logs.
Field | Description |
JobName | The name of the migration task. |
JobId | The ID of the migration task. |
Region | The region that is selected in the Data Online Migration console. |
Status | The state of the file. Valid values:
|
UserId | The ID of your Alibaba Cloud account. |
ExecuteId | The ID of the execution record. |
StartTime | The time when the migration started. |
EndTime | The time when the migration finished. |
ListTime | The time when the file was scanned. |
Time | The current time. |
SrcObjectName | The name of the source file. The fields whose names start with Src are the fields about the source file. Note The file name is URL-encoded. Example: docs%2Fmy.docir%2Fexample.log. |
SrcObjectSize | The size of the source file. |
DestObjectName | The name of the destination file. The fields whose names start with Dest are the fields about the destination file. Note The file name is URL-encoded. Example: docs%2Fmy.docir%2Fexample.log. |
DestObjectSize | The size of the destination file. |
Modify the throttling settings
During migration, you can modify the throttling settings of a migration task based on your business requirements. The modified throttling settings take effect after a period of time.
Log on to the Data Online Migration console.
In the top navigation bar, select the region in which your migration task is created.
In the left-side navigation pane, choose Data Online Migration > Migration Tasks.
On the Migration Tasks page, find the migration task for which you want to modify the throttling settings and click Manage in the Actions column to go to the task details page.
In the Configurations section, click Reset next to Maximum Migration Bandwidth.
In the dialog box that appears, modify the maximum migration bandwidth.
Default: Use the default upper limit for the migration bandwidth. The actual migration bandwidth is based on the file size and the number of files.
Specify an upper limit: Specify a custom upper limit for the migration bandwidth as prompted.
Click OK.
Modify the maximum number of files to be migrated per second
During data migration, you can modify the maximum number of files to be migrated per second based on your business requirements. The modified settings take effect after a period of time.
Log on to the Data Online Migration console.
In the top navigation bar, select the region in which your migration task is created.
In the left-side navigation pane, choose Data Online Migration > Migration Tasks.
On the Migration Tasks page, find the migration task for which you want to modify the maximum number of files to be migrated per second, and click Manage in the Actions column to go to the task details page.
In the Configurations section, click Reset next to Maximum Files That Can Be Migrated Per Second.
In the dialog box that appears, modify the maximum number of files to be migrated per second.
Default: Use the default number of files that can be migrated per second. The actual speed is based on the file size and the number of files.
Specify an upper limit: Specify a custom upper limit as prompted for the number of files that can be migrated per second.
Click OK.
Rerun a failed migration task
If some files in a migration task fail to be migrated, you can migrate the failed files again.
Log on to the Data Online Migration console.
In the top navigation bar, select the region in which your migration task is created.
In the left-side navigation pane, choose Data Online Migration > Migration Tasks.
On the Migration Tasks page, find the migration task for which you want to migrate the failed files and click Manage in the Actions column to go to the task details page.
In the History section, click Retry in the Actions column of the migration task to rerun the migration task.
Modify the name of the subtask and click Next.
After you confirm the parameters such as Migration Bandwidth, Files Migrated Per Second, and Overwrite Mode, click Next.
Click OK. The subtask is started and the failed files are migrated again.