I've managed to streamline a process to automate my zabbix install, but on some windows server the installation process goes all well, but the service won't start with the following error message
when running
by itself, I get the correct response ( the server's FQDN) but when trying to turn the service it wont work
Im using the exact same configuration on other servers and it just works, so im not sure what's so unique about seemingly unrelated servers (all windows server 2012-2019)
anyone had the same issue and can point me to a solution?
help is much appreciated..
Code:
cannot process configuration: cannot get system hostname using "system.run["powershell [System.Net.Dns]::GetHostByName($env:computerName).Hostname"]" item specified by "HostnameItem" configuration parameter: Cannot find path to cmd.exe command: exec: "cmd.exe": cannot run executable found relative to current directory
Code:
powershell [System.Net.Dns]::GetHostByName($env:computerName).Hostname
Im using the exact same configuration on other servers and it just works, so im not sure what's so unique about seemingly unrelated servers (all windows server 2012-2019)
anyone had the same issue and can point me to a solution?
help is much appreciated..
Comment