Remove i686 packages from the source server before migrating to Anolis OS or Alibaba Cloud Linux.
Problem description
The "Anolis OS does not provide i686 packages, please remove them before migration" error occurs during OS migration.
Cause
Anolis OS, Alibaba Cloud Linux, and their derivatives do not support i686 packages. If i686 packages exist on the source server, the migration may fail.
Solution
-
Connect to the ECS instance to migrate. Connect to a Linux instance by using a password or key.
-
Run the following command to list installed i686 packages:
rpm -qa | grep i686 -
Run the following command to uninstall i686 packages:
WarningEvaluate the business impact before uninstalling i686 packages.
yum remove -y <package-name>Replace
<package-name>with the package name to uninstall. -
After you resolve the network issue, run the SMC client to retry the operation. For more information, see Run the SMC client.