Ad Widget

Collapse

Windows Zabbix Agent 2 6.2.4 fails to install on top of 6.2.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santiagobiali
    Junior Member
    • Apr 2022
    • 5

    #1

    Windows Zabbix Agent 2 6.2.4 fails to install on top of 6.2.3

    If I try to install Zabbix Agent 2 6.2.4 it removes 6.2.3, tries to install 6.2.4 but fails, then rolls back removing 6.2.4. The end result is no zabbix agent is installed in windows.

    The command I'm using to install/upgrade zabbix is:
    Code:
    Start-Process -FilePath 'msiexec' -NoNewWindow -Wait -ArgumentList "/i C:\temp\zabbix.msi /qn SERVER=192.168.1.198 SERVERACTIVE=192.168.1.198 HOSTMETADATA=Windows-Usuarios HostInterface=$env:COMPUTERNAME.localdomain.com /l* C:\temp\zabbix_install.log"
    Installation log (couldn't upload here, size limit: https://dpaste.com/BJJA39LLX.txt
Working...