Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...

Info

Starting with ESXi 6.5, it is not possible to select E1000 adapter when a new virtual machine is created using Windows Server 2012, 2016 and Windows 10 templates.

The following workarounds are avaible:

  • Import the virtual machine from an older version of ESXi
  • Do not select "Windows Server 2012", "Windiows Server 2016" or "Windows 10/64bit" during virtual machine creation but select "Windows Server 2008" or "Other/Other 64bit" for example.

...

  1. Login as the superuser ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries must be installed before continuing. If the emulator host has access to a package repository, either local or remote, use the following command:

    # yum install glibc.i686

    (info) Sometimes it is not possible to use an online repository for the installation of 32-bit glibc package. In this case the procedure described in the appendixes has to be used: glibc.i686 installation without Internet connection

    .

  2. Create a directory for the CHARON-AXP distribution, copy the TAR.GZ files there and change to this directory as shown in the following example:

    # mkdir /charon_dist
    # cp /tmp/charon-axp-4.10-20200.el74.tar.gz /charon_dist
    # cd /charon_dist


  3. If you use RHEL/CentOS 7.x or 6.x install and "libev" library :

    wget http://rpmfind.net/linux/centos/7.6.1810/extras/x86_64/Packages/libev-4.15-7.el7.x86_64.rpm
    rpm -ivh libev-4.15-7.el7.x86_64.rpm

    CentOS is not impacted, since it already contains this library.is reported as missed during CHARON installation check that the repository "extras" is included and enabled, if not, include and enable it, for example:

    yum-config-manager --enable rhel-7-server-extras-rpms


Warning
titleWARNING
  • If you plan to install CHARON-VAX on the same server, both products, CHARON-AXP and CHARON-VAX, will have to be the same build number.
  • If you upgrade from a previous version of CHARON-AXP, please stop all running CHARON virtual machines and uninstall CHARON products before proceeding with the installation steps described below.

...