{"id":1713,"date":"2013-06-25T10:34:42","date_gmt":"2013-06-25T10:34:42","guid":{"rendered":"https:\/\/poiseddevelopers.com\/reality-tech\/?p=1713"},"modified":"2024-04-26T12:50:48","modified_gmt":"2024-04-26T12:50:48","slug":"stopping-and-starting-sharepoint","status":"publish","type":"post","link":"https:\/\/poiseddevelopers.com\/reality-tech\/stopping-and-starting-sharepoint\/","title":{"rendered":"Stopping and Starting SharePoint"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_65 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/poiseddevelopers.com\/reality-tech\/stopping-and-starting-sharepoint\/#How_to_safely_stop_and_start_SharePoint_for_a_reboot\" title=\"How to safely stop and start SharePoint for a reboot\">How to safely stop and start SharePoint for a reboot<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/poiseddevelopers.com\/reality-tech\/stopping-and-starting-sharepoint\/#AppFabric\" title=\"AppFabric\">AppFabric<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"How_to_safely_stop_and_start_SharePoint_for_a_reboot\"><\/span>How to safely stop and start SharePoint for a reboot<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>I recommend in the SharePoint Server(s), Start, Run, services.msc:<br role=\"presentation\" data-uw-rm-sr=\"\" \/>Stop: SharePoint 2013 Timer<br role=\"presentation\" data-uw-rm-sr=\"\" \/>Stop: World Wide Web Publishing Service<br role=\"presentation\" data-uw-rm-sr=\"\" \/>A reboot is optional<\/p>\n<p>To restart, the order is reversed:<br role=\"presentation\" data-uw-rm-sr=\"\" \/>Start: World Wide Web Publishing Service<br role=\"presentation\" data-uw-rm-sr=\"\" \/>Start: SharePoint 2013 Timer<\/p>\n<p>Best done before taking SQL Server offline, or any other major maintenance.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"AppFabric\"><\/span>AppFabric<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>In SharePoint 2013 the AppFabric needs to be taken into account. This is a serious concern, as rebooting the AppFabric machine can leave the AppFabric cluster in a non-functional state.<\/p>\n<p>To check the AppFabric status, start with:<\/p>\n<pre lang=\"php\">\r\nGet-CacheHost\r\n<\/pre>\n<p>To avoid this, run a graceful AppFabric Shutdown:<\/p>\n<pre lang=\"php\">\r\nStop-CacheHost -HostName sp15-search-idx.sfb-testnet.local -CachePort 22233 -Graceful\r\n<\/pre>\n<p>We then wait, and once it is down we run:<\/p>\n<pre lang=\"php\">\r\nRemove-SPDistributedCacheServiceInstance\r\n<\/pre>\n<p>After reboot we run:<\/p>\n<pre lang=\"php\">\r\nAdd-SPDistributedCacheServiceInstance\r\n<\/pre>\n<p>To fix broken social feeds use:<\/p>\n<pre lang=\"php\">\r\nUpdate-SPRepopulateMicroblogLMTCache\r\nUpdate-SPRepopulateMicroblogFeedCache\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How to safely stop and start SharePoint for a reboot I recommend in the SharePoint Server(s), Start, Run, services.msc:Stop: SharePoint 2013 TimerStop: World Wide Web Publishing ServiceA reboot is optional To restart, the order is reversed:Start: World Wide Web Publishing ServiceStart: SharePoint 2013 Timer Best done before taking SQL Server offline, or any other major [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":1715,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-1713","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-architecture"],"acf":[],"_links":{"self":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/1713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/comments?post=1713"}],"version-history":[{"count":1,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/1713\/revisions"}],"predecessor-version":[{"id":1719,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/posts\/1713\/revisions\/1719"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media\/1715"}],"wp:attachment":[{"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/media?parent=1713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/categories?post=1713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poiseddevelopers.com\/reality-tech\/wp-json\/wp\/v2\/tags?post=1713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}