SPサーバーがMicrosoft Moncement Patch Deploymentの後に期待どおりに動作しているかどうかを判断するためのヘルプチェックリストが必要です。

sharepoint.stackexchange https://sharepoint.stackexchange.com//questions/85755

  •  10-12-2019
  •  | 
  •  

質問

パッチが私のSP2007ファームに展開された後、私は自分の農場のサーバーが期待どおりに動作していることを確認するためにチェックリストを通過します。

SP 2007環境:

  • 2 wfe
  • 1 index server
  • 1 dB
  • 1ロードバランサ

    SP 2013環境

    • 2 wfe
    • 2アプリ
    • 2 db
    • 1ロードバランサ

      下記はチェックリストです。パッチ(マイクロソフト毎月のパッチ)がSP 2007ファーム全体に展開された後に行くチェックリストです。 SharePoint 2007
      wfe&index

      • これらのサービスが実行されているかどうかを確認してください:IISADMIN、W3SVC、SPTIMERV3、SP admin

        インデックス

        • このサービスが実行されているかどうかを確認してください.SPSearch

          wfe
          適切なアプリケーションプールが起動されていることを確認します(EX SharePoint-80、Central Adminなど)。 NLB上のサーバーは負荷分散サーバーとして機能しています。 (サーバーのステータスは収束する必要があります)

          私は私の2013年の環境に同じチェックリストを使うことができますか?他に何かをチェックする必要がありますか?

役に立ちましたか?

解決

Here is what we have in farm, after installation and config wizard completed.

1) Verify that Build number( should be new).
2) from manage server in Farm > make sure no server required update
3) From Central admin > upgrade migration > review database status and make sure all DB should "no Action required"
4) make sure, all app pools are running on all servers
5) timer services and Admin services running on all server
6) From Central Admin > manager services on server, all required services started on appropriate servers.
7)For search, run the crawl and make sure its completed without issue
8)for UPA, run the UPA Sync and make sure completed without issue.
9) browse all web Apps and make sure up and running.
10)Make sure all your customization working as expected, if there is any modification in web.config or 15 hive...make sure exist their,
10)last thing, you should have a end user testing, which you execute after every updates. End User testing mean, in a test site collections, create subsite, create workflow, execute a workflow, upload files, delete the files, etc and also test the functionality which introduces or test the fixes.

In SP2013, there is workflow manager, make sure your workflow working as expected and if you have OWA then test that as well.
Hopefully this help you.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top