Manage LiveData Migrator
These instructions explain how to perform operations to manage your instance of LiveData Migrator.
Remove a migrator
- Azure Portal
- Azure CLI
- In the Azure Portal, navigate to the LiveData Migrator resource page.
- From the uppermost menu at the top, select Delete.
When you remove a LiveData Migrator resource through the CLI or Azure Portal, all of its corresponding services stop automatically. Before you remove the services, check they've stopped successfully:
sudo systemctl is-active livedata-migrator.service
sudo systemctl is-active hivemigrator.service
If they're not running, proceed with the removal process. If they are, stop the services before you remove them.
Next, run the following command to remove the LiveData Migrator and Hive Migrator services completely.
az livedata migrator delete -g <resource_group> --migrator-name <migrator_name>
Stop the LiveData Migrator and Hive Migrator services
Stop the LiveData Migrator service before removing the Migrator, or if it is required to fix an issue with LiveData Migrator.
sudo systemctl stop livedata-migrator.service hivemigrator.service
Stop the LiveData Migrator service
Stop the LiveData Migrator service using the following command:
sudo systemctl stop livedata-migrator.service
Stop the Hive Migrator service
Stop the Hive Migrator service using the following command:
sudo systemctl stop hivemigrator.service
Restart the LiveData Migrator and Hive Migrator services
sudo systemctl restart livedata-migrator.service hivemigrator.service
Restart the LiveData Migrator service
Restart the LiveData Migrator service using the following command:
sudo systemctl restart livedata-migrator.service
Restart the Hive Migrator service
Restart the Hive Migrator service using the following command:
sudo systemctl restart livedata-migrator.service
Remove a target
- Azure Portal
- Azure CLI
- In the Azure Portal, navigate to the LiveData Migrator resource page.
- From the LiveData Migrator menu on the left, select Targets.
- Select the target, then select Delete.
Run the following command to remove an ADSL Gen2 storage. Add a different storage to change your target.
az livedata migrator target delete -g <resource_group> --migrator-name <migrator_name> --migrator-target-name <target_name>
Troubleshooting
If you are having problems using LiveData Migrator, you can find solutions in the troubleshooting guide.