Delen via


How to quiesce a SharePoint 2010 farm.

There is no longer an option in the SharePoint 2010 Central Administration page to "quiesce farm" as there was in SharePoint 2007.

Stsadm commands article

To quiesce SharePoint 2010, run this stsadm command:  stsadm -o quiescefarm -maxduration n

To unquiesce SharePoint 2010, run this stsadm command:  stsadm -o unquiescefarm

Comments

  • Anonymous
    January 01, 2003
    Thanks so much for commenting, Doug!

    Yes, these command will work on a SharePoint 2013 farm. I just tested these successfully on my test server.

    According to http://technet.microsoft.com/en-us/library/ff621084(v=office.15).aspx, there is no equivalent in PowerShell to the QuiesceFarm and QuiesceFarmStatus commands used in stsadm.exe.

    As an extra precaution, I would test these commands in your TEST environment to ensure they do what you expect them to.
  • Anonymous
    November 17, 2014
    Brooks, will these two commands quiesce a 2013 Farm also?

    To quiesce SharePoint 2010, run this stsadm command: stsadm -o quiescefarm -maxduration n

    To unquiesce SharePoint 2010, run this stsadm command: stsadm -o unquiescefarm

    thanks,

    Doug
  • Anonymous
    August 04, 2015
    Thank you!
  • Anonymous
    August 05, 2015
    I'm happy to help, BlueSky2010!