I can't seem to upgrade my 1.1b2 agents to a higher version for some reason, possibly my own mistake. We are running W2K on several servers and I wish to update them to be able to use the new item syntax.
I've used
to get rid of the old service, and double checked in the Services screen to ensure it was really gone.
I then installed the new client with
Yet, it remains in the state 'starting' and is unreachable.
Starting it from the Services screen doesn't work either. I get "Error 1053: the service did not respond to the start or control request in a timely fashion".
Startup command in Services is "C:\Zabbix\ZabbixW32.exe" --config "C:\Zabbix\zabbix_agentd.conf"
What am I doing wrong?
I've used
Code:
ZabbixW32.exe stop ZabbixW32.exe remove
I then installed the new client with
Code:
ZabbixW32.exe --config c:\zabbix\zabbix_agentd.conf install ZabbixW32.exe start
Starting it from the Services screen doesn't work either. I get "Error 1053: the service did not respond to the start or control request in a timely fashion".
Startup command in Services is "C:\Zabbix\ZabbixW32.exe" --config "C:\Zabbix\zabbix_agentd.conf"
What am I doing wrong?
Comment