I have been unable to write a successful command line to install zabbix from the msi file when I try to specify the PSK config.
If I take out the PSK lines (the last 4) it works fine, no issues.
But if I add the PSK config lines, I get:
Here is my installation command.
I believe my cfg lines above are correct because when I manually install zabbix from the GUI, those are the cfg lines it generates.
I tried creating the install dir and psk file first, before this, thinking it maybe needed to find the file in place first. That didn't help.
Anyone else run into this? How did you solve it?
If I take out the PSK lines (the last 4) it works fine, no issues.
But if I add the PSK config lines, I get:
Code:
MSI (s) (78:8C) [07:09:14:091]: Product: Zabbix Agent 2 (64-bit) -- PSK value field is not set
Code:
msiexec /i zabbix_agent2.msi /l*v log.txt /qn^ SERVER=%ZABBIXSERVER%^ HOSTNAME=%FQDN%^ SERVERACTIVE=%ZABBIXSERVER%^ ENABLEPATH=1^ INSTALLFOLDER="%INSTALLFOLDER%"^ LOGTYPE=file^ LOGFILE="%INSTALLFOLDER%\zabbix.log"^ TLSPSKFILE="%INSTALLFOLDER%\psk.key"^ TLSConnect=psk^ TLSAccept=psk^ TLSPSKIdentity=ACME-PSK-ID
I tried creating the install dir and psk file first, before this, thinking it maybe needed to find the file in place first. That didn't help.
Anyone else run into this? How did you solve it?
Comment