Hi,
Just want to report a minor issue that while installing the zabbix agent (via msexec.exe), it will fail when the Firewall service (MpsSvc) is Stopped.
The MSI log contains the following:
ExecFirewallExceptions: Error 0x800706d9: failed to add/update port exception for name 'Zabbix Agent listen port' on port 10050, protocol 6
The workaround is to start the Firewall service service (Start-Service MpsSvc), let Zabbix agent install and add a rule, then stop the firewall service (Stop-Service MpsSvc -Force).
Tested with Agent v6.2.3, on Windows Server 2012 R2. I imagine it impacts higher OS' too.
Just want to report a minor issue that while installing the zabbix agent (via msexec.exe), it will fail when the Firewall service (MpsSvc) is Stopped.
The MSI log contains the following:
ExecFirewallExceptions: Error 0x800706d9: failed to add/update port exception for name 'Zabbix Agent listen port' on port 10050, protocol 6
The workaround is to start the Firewall service service (Start-Service MpsSvc), let Zabbix agent install and add a rule, then stop the firewall service (Stop-Service MpsSvc -Force).
Tested with Agent v6.2.3, on Windows Server 2012 R2. I imagine it impacts higher OS' too.
Comment