Jump to content

mahiralkhoir

Members
  • Posts

    27
  • Joined

  • Days Won

    1

Everything posted by mahiralkhoir

  1. Because remote installation always failed for unknown reason. So I've decide deployment using *.bat ( Agent Live Installer ). Unfortunately, it's deploy agent only. I know, if agent installed successfully, you can push install endpoint from ERA and its easy. But, when push installation failed, error information its very simple. Look at that picture ? How can i see error log or any information ? Maybe some one can helping me, for get more information if push installation endpoint failed ? ESET describe many ways for installation, but our client doesn't have active directory for deployment via GPO or SCCM. So, i am decide make some script for manual deployment, i think its much easier than using AgentLiveInstaller.bat generated from ERA Server. This script contains 2 file agentcfg.ini and executable file. [Config] EndpointURL_32bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt32_enu.msi" EndpointURL_64bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt64_enu.msi" AgentURL_32bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x86.msi" AgentURL_64bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x64.msi" HostnameServer="192.168.186.1" ERAPort="2222" AgentCert="Your BaseCode64 Agent Certificate" CACert="Your BaseCode64 Authority Certificate" Edit and change according to your server configuration. Maybe this trick can helping sysadmin for deployment ESET more easier. Notes : you must compile using autoit for get executable file sourcecode.zip
  2. ERA6 Setup script automatically detected file libmyodbc5.so, this file cannot be found if you install default mysql odbc connector from yum. Please remove existing mysql odbc connector, then download and install MySQL ODBC Connector driver from this link https://dev.mysql.com/downloads/connector/odbc/
×
×
  • Create New...