イベント処理が原因で MID サーバーがエラーステータスになっているかどうかの確認Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } イベント処理が原因で MID サーバーがエラーステータスになっているかどうかを確認します。 初めて展開される MID サーバーであろうと、しばらくの間アクティブであった MID サーバーであろうと、インスタンスの MID サーバーレコードが MID サーバーが 停止と報告することがあります。この記事では、イベント処理をチェックして、MID サーバーが実際にダウンしていることを確認する方法について説明します。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 確認するには: 1) インスタンスで MID サーバーが停止と表示されていることを確認します。 2) 診断ページを確認して、イベントキューがスタックしているかどうかを確認します。 3) 以下のスクリーンショットのように多数のイベントが処理待ちになっている場合は、イベント処理が原因でハートビートプローブの処理が停止されている可能性があります。 4) [スケジュール済みジョブ] テーブルに移動します。 5) イベントプロセスジョブを確認し、 ステータスを確認します。エラー状態の場合は、[準備完了] に戻します。これにより、イベントプロセスジョブが引き続き機能できるようになります。 6) ECC キューを確認します。 7) それぞれの MID サーバーに対して HeartbeatProbes が処理されているかどうかを確認します。 詳細については、「MID サーバーのダウン: MID サーバーの復元方法に関するガイドMID サーバーのハートビートを参照してください。