Stopping and Restarting WSS 3.0 and Microsoft Office SharePoint 2007 (MOSS)
Posted: January 7, 2009 Filed under: Hotfixes, MOSS, SharePoint, WSS 4 Comments »There isn’t much information out there on the subject (at least not much that I’ve been able to find, and/or consider reliable.) The following steps describe my preferred approach to stop Windows SharePoint Services 3.0 and Microsoft Office SharePoint 2007 (MOSS) in most typical farm environments. It is based on Microsoft’s recommended approach for moving SharePoint related databases.
- Shut Down the World Wide Web Publishing Service in the front-end servers to prevent any users from accessing content. You may want to consider Quiescing the farm.
- In the Services snap-in on the server(s) running Central Administration, stop the following services:
Microsoft Single Sign-On service (MOSS only)
Office Document Conversions Launcher serviceĀ (MOSS only)
Office Document Conversions Load Balancer service (MOSS only)
Office SharePoint Server Search service (MOSS only)
Windows SharePoint Services Administration service
Windows SharePoint Services Search service
Windows SharePoint Services Timer service
Windows SharePoint Services Tracing service
Windows SharePoint Services VSS Writer service
- On the server(s) running Central Administration, stop Internet Information Services by opening the command prompt and running iisreset /stop
If restarting the farm, restart the Server Running Central Administration first followed by any application servers and finally the web front end servers.
Please note that the approach may vary from farm to farm based on how its configured, for example: if the Central Administration server is also an application server or front end server, if there are any third party tools or services running on the server, or if the Shared Service Provider is being consumed by any other farms.
References:
Move all databases (Windows SharePoint Services 3.0)
Move all databases (Office SharePoint Server 2007)

If you do decide to quiesce the farm as you are taking it offline, note that the farm will remain in a Quiesced state even after being restarted. To return the farm’s status to <>Normal<>, go into <>Operations > Quiesce Farm<> in Central Administration (after the farm has been restarted) and select <>Reset Farm<>. This is particularly important with regard to InfoPath Forms displayed using InfoPath Forms Services – these forms will error out until the “un-quiescing” takes place.
what about the database server?
What happens when you un-quiesce? We've had it Quiesced for a few weeks now, so will it disrupt service if done during business hours or will we lose any data? Thanks.
Rafelo, I still finding this list useful. I created a (quick & dangerous) script of the same and published it on my blog. Thanks!