Cannot Add Physical Machine of Unsupported Version

Product version: 11.0

Last modified: 22 July 2024

Problem

When attempting to add the physical machine the support of which has been stopped, it fails to be discovered, and the following error message is displayed:

Cannot add the machine

The machine has unsupported version. Please refer to the list of supported systems in documentation. You can proceed at your own risk with no warranty. Learn more.

Note

Please refer to Supported Platforms for the list of supported systems.

Solution

If your OS has an unsupported version, you can proceed at your own risk with no warranty by manually installing the needed packages in this OS.

To proceed to downloading and installing the package, click the Proceed button.

 

Example:

Before discovering the Centos 6.x machine, do the following:

1. GLIBC 2.17: https://gist.github.com/harv/f86690fcad94f655906ee9e37c85b174

wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm

wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm

wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm

wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm

sudo rpm -Uvh glibc-2.17-55.el6.x86_64.rpm glibc-common-2.17-55.el6.x86_64.rpm glibc-devel-2.17-55.el6.x86_64.rpm glibc-headers-2.17-55.el6.x86_64.rpm

2. Libstdc++.so.6.0.18: https://netbsd.pkgs.org/9/netbsd-amd64/suse_base-13.1nb17.tgz.html

  • Download > extract > copy /emul/linux/usr/lib64/libstdc++.so.6.0.18 to the "/usr/lib64/" folder

  • Point symbolic link "/usr/lib64/libstdc+.so.6" to usr/lib64/libstdc+.so.6.0.18 by the following command: ln -sf /usr/lib64/libstdc++.so.6.0.18 /usr/lib64/libstdc++.so.6