I'm using HM to monitor Domino Servers. When a test finds that the domino server is hung I want HM to reboot the box. Since the built in reboot utility performs a hard reboot, i'd like HM to run a batch file on the remote pc that will bring down the domino server before rebooting. I've tried using the "Execute External Program" Action w/o any luck - it will run a program on the monitoring machine, but not the remote machine.
Any and all help will be appreciated.
Run Batch File on Remote PC
I think you can try freeware utility from Sysinternals: http://www.sysinternals.com/ntw2k/freeware/psexec.shtml
Regards
Alex
Regards
Alex
You are connected as 'system account', which impersonates your account.
this means anyone with 'interactive logon privileges' can connect to your server using rcmd and only ntfs permissions will restrict the user (on file level).
By default this means everyone on W2K professional and administrators on servers.
This may have some unwanted side effects if you are not fully in control of the server. Most save way is to set the service on manual, so you have to start the service first (admin only) before you can use it.
this means anyone with 'interactive logon privileges' can connect to your server using rcmd and only ntfs permissions will restrict the user (on file level).
By default this means everyone on W2K professional and administrators on servers.
This may have some unwanted side effects if you are not fully in control of the server. Most save way is to set the service on manual, so you have to start the service first (admin only) before you can use it.