I have a situation , where we have restart the server when certain condition occur.
Any help would be greatly appreciated.
Thanks
This can be done a variety of ways using the Advanced Alert Manager Trigger Actions. You can use Windows native "shutdown.exe", you can use a 3rd party reboot tool like PsShutdown.exe, or you can use vbscript within the Advanced Alert Manager to perform the same function
I can restart the remote system using "CMD" from primary poller. The command I am using to remote restart is : C:\Windows\System32\shutdown.exe /m \\SystemName /r /y /c /f
But if I put the same command in Trigger Action. It wont work. Am I missing anything ????
Thanks in advance
The following thread discusses this in greater depth.