|
| ||||||||||
| Tags: backupexec service, error message, registry key, server, windows server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Service stuck in "Stopping" state
getting close enough to stopping and then it dies with a 1053 error "Error 1053: The service did not respond to the start or control request in a timely fashion" I added the registry key to increase the timeout to 120 seconds based on this link: http://support.microsoft.com/kb/824344 It requires a reboot to take effect and I really cannot take down this server during the day. Is there a workaround to apply this setting or otherwise get this service into the "Started" state |
|
#2
| |||
| |||
| Re: Service stuck in "Stopping" state
With Process Explorer (http://www.microsoft.com/technet/sys...sExplorer.mspx) you can kill every process even when it's stuck in "stopping" state. This way you can kill and start the service/process without rebooting your server. |
|
#3
| |||
| |||
|
I've had ProcessExplorer for quite some time but was not aware of this facility. Nice tip coming from Holland! bestop bestart Cool utility, but when I right click beserver.exe and choose Kill Process I get "Error terminating process. Access is denied." Anything else? |
|
#4
| |||
| |||
| Re: Service stuck in "Stopping" state
That's strange... I only get that error on windows services needed for the computer to keep running... What you can try is: Go to the task manager / processes tab, and add the column (view/select columns) PID. Then run in dos prompt: taskkill /PID PID /F replace the second PID with the PID ID like: taskkill /PID 1511 /F |
|
#5
| |||
| |||
| Re: Service stuck in "Stopping" state
This problem can be solved by downloading a utility to help system administrators diagnose and repair problems with the WMI service. What WMIDiag.vbs does is that it is a VBScript script designed to help you ascertain the current state of the WMI service on a computer. The download package includes the utility itself, a ReadMe file that discusses how the tool works (and how to best use it), and sample spreadsheets that provide information about the default WMI configuration on various versions of the Microsoft Windows operating system. One can easily download it from the microsoft website. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Service stuck in "Stopping" state" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP LaserJet - "57 Service", "57.1 Service", "57.2 Service", "57.3 Service", "57.4 Service" Error | EricTheRed | Tips & Tweaks | 1 | 28-04-2011 07:57 PM |
| NTBackup "System State" & A Default "Exclude" Of NTDS\* | Schwa Asmism | Operating Systems | 2 | 22-08-2010 02:46 PM |
| "xxx" is not set up to establish a connection on port "world wide web service (HTTP)" with this computer. | NicholasGrin | Vista Help | 1 | 13-05-2010 03:46 AM |
| Server 2008 Event Log Service stuck in "Starting"; Module Installer stopped working; SP2 | Bruce Sanderson | Windows Server Help | 3 | 05-05-2009 12:32 PM |
| WebClient Service hangs in "Stopping" state | Raj | Windows Security | 2 | 03-05-2007 06:49 PM |