Knowledge Base Virtual Server Current: Autoscale Agent Fails When Enabling Autoscaling on VS with 64x OS Autoscale Agent Fails When Enabling Autoscaling on VS with 64x OS IssueAfter enabling autoscaling on virtual servers with 64x OS, the autoscale agent does not start automatically and the transaction fails. EnvironmentOnApp version - 4.2-6.0Virtual servers with 64x OSsZabbix deployed in Control PanelResolutionTo resolve the issue, you need to install the latest version of the Zabbix agent from the sources:Download and install the prerequisites: # yum install gcc # yum install glibc-static # yum install pcre-static CODE Go to the Zabbix download page to download the latest stable version archive.Once downloaded, extract the sources: tar xzvf zabbix-4.0.6.tar.gz cd zabbix-4.0.6 CODE Enter the correct Zabbix version in the command. It must match the name of the downloaded archive. To configure the sources, run: ./configure --disable-server --disable-proxy --enable-agent --prefix=/onapp/autoscale/ --enable-ipv6 --enable-static CODE Compile the Zabbix agent with the following command: make CODE Use prepared binaries to update the Zabbix agent:• Inside virtual servers cp src/zabbix_agent/zabbix_agentd /onapp/autoscale/ CODE • In Control Panel cp src/zabbix_agent/zabbix_agentd /onapp/interface/lib/zabbix_agent/binaries/linux/x64/ CODE CauseOutdated Zabbix version that is not compatible with the VSs running 64x OSs. ×