All Products
Search
Document Center

Server Migration Center:What do I do if the "Anolis OS does not provide i686 packages, please remove them before migration" error message appears?

Last Updated:Jul 14, 2023

Problem description

The "Anolis OS does not provide i686 packages, please remove them before migration" error message appears when I migrate an operating system.

Cause

i686 software packages are not supported in Anolis, Alibaba Cloud Linux, and their derivative versions. If i686 software packages exist in the operating system to be migrated, the migration may fail.

Solution

  1. Connect to the Elastic Compute Service (ECS) instance whose operating system you want to migrate. For more information, see Connect to a Linux instance by using a password or key.

  2. Run the following command to view the installed i686 software packages:

    rpm -qa | grep i686
  3. Run the following command to uninstall the i686 software packages:

    Warning

    We recommend that you uninstall i686 software packages after you evaluate the impact on your business.

    yum remove -y <package-name>

    Replace <package-name> with the name of the package that you want to uninstall.

  4. Retry the operating system migration job. For more information, see Migrate an operating system.