Click to See Complete Forum and Search --> : O/S system to checks for service status... (urgent )


vnk
06-29-2002, 06:46 AM
Hello,
I need an O/S System that checks for the status of SQL Server Services running, and starts automatically when the services are stopped. Like, I want to schedule them. Need checking all the time and if due to any reason it found service not running. It should start them. Can any O/S system do this work? I need this on WIN NT/2000.



regards,
vnk.

Jonas
07-01-2002, 01:09 PM
check out www.woodstone.nu/salive/ this could solve your problem.

Regards,

Jonas


------------
vnk at 6/29/2002 7:46:22 AM


Hello,
I need an O/S System that checks for the status of SQL Server Services running, and starts automatically when the services are stopped. Like, I want to schedule them. Need checking all the time and if due to any reason it found service not running. It should start them. Can any O/S system do this work? I need this on WIN NT/2000.



regards,
vnk.

vnk
07-02-2002, 08:26 AM
Thankx Jonas.

But the problem is we cann't use third party softwares on client mech.
Actually, some third party software was stopping my SQL Server & IIS
services. So I'm planning to design some O/S system that start my services
automatically when they were stopped. Ur suggestion r appreciated.
regards,
vnk.
------------
Jonas at 7/1/2002 2:09:26 PM

check out www.woodstone.nu/salive/ this could solve your problem.

Regards,

Jonas


------------
vnk at 6/29/2002 7:46:22 AM


Hello,
I need an O/S System that checks for the status of SQL Server Services running, and starts automatically when the services are stopped. Like, I want to schedule them. Need checking all the time and if due to any reason it found service not running. It should start them. Can any O/S system do this work? I need this on WIN NT/2000.



regards,
vnk.

shorty01
07-09-2002, 07:33 AM
I am not realy sure if got your problem. But if you want to monitor the SQL Server service in Windows 2000 you could use a buil in functionality. In Windows 2000 there ís an Recovery tab in every servie propertie. There you could define if your service will restart after a failure or maybe you want to run a script which starts your service. If you want to do the same thing in Windows NT you must use a script and run this under "Run as Service". Maybe this could poll your service and restart it.
Regards
shorty01


------------
vnk at 6/29/2002 7:46:22 AM


Hello,
I need an O/S System that checks for the status of SQL Server Services running, and starts automatically when the services are stopped. Like, I want to schedule them. Need checking all the time and if due to any reason it found service not running. It should start them. Can any O/S system do this work? I need this on WIN NT/2000.



regards,
vnk.