How Do I End a Task Whose Migration Progress Has Not Been Changed for a Long Time?
Symptom
During system migration, the migration progress of a node remains unchanged for a long time.
Possible Causes
Known issue: The task takes a long time, or cannot continue due to an agent environment problem. (This problem will be resolved in next versions.)
Troubleshooting Procedure
If you want to end the migration task, log in to the target agent node and search for the task process based on Table 1. Manually end the process corresponding to the migration task, for example, kill -3 {PID}, and verify that the task status is to be migrated on the WebUI.
Migration Task Type |
Search for the Process |
|---|---|
OS migration |
ps -ef | grep osmig | grep -v grep |
Database migration |
ps -ef | grep middlewaremig | grep -v grep |
Middleware migration |
ps -ef | grep middlewaremig | grep -v grep |
Application migration |
ps -ef | grep sys-mig | grep -v grep |