6,150 pts.
 prioritizing services at startup?
I would like to configure our servers to ensure that network services start up before other automatic services if possible. I have been unable to locate any information regarding the prioritization of services at start up, would appreciate any thoughts/information on this....?

Software/Hardware used:
ASKED: August 18, 2008  6:47 PM
UPDATED: August 19, 2008  2:18 PM

Answer Wiki:
You can't give services a priority upon startup. About all you can do is set service dependencies. You can tell a service not to start until another service has already started. The downside to this is if the service that another service is dependant on is restarted then both services are restarted in order. I talk about how to do this over on <a href="http://www.tek-tips.com">tek-tips.com </a>in an FAQ called "<a href="http://www.tek-tips.com/faqs.cfm?fid=5509">Stopping other Services from starting until SQL Server is running</a>". The FAQ is based on the SQL Server service, but the technique will work for any service installed on the machine.
Last Wiki Answer Submitted:  August 19, 2008  2:18 pm  by  Schmidtw   11,205 pts.
All Answer Wiki Contributors:  Schmidtw   11,205 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _