Windows プロセス アクティブ化サービスの可用性

Microsoft.Windows.InternetInformationServices.10.0.WAS.NTService.CheckServiceState.Monitor (UnitMonitor)

Windows プロセス アクティブ化サービス (WAS) は、HTTP およびその他のプロトコルのアプリケーション プール構成と、HTTP およびその他のプロトコルのワーカー プロセスの作成と有効期限を管理します。World Wide Web 発行サービス (W3SVC) およびその他のサービスは、WAS に依存しています。

Knowledge Base article:

概要

このモニターは、Windows プロセス アクティブ化サービス (WAS) の状態をチェックします。このモニターからアラートを受け取った場合は、サービスを動作状態に戻すために操作が必要になります。

Windows プロセス アクティブ化サービス (WAS) は、HTTP およびその他のプロトコルのアプリケーション プール構成と、HTTP およびその他のプロトコルのワーカー プロセスの作成と有効期限を管理します。World Wide Web 発行サービス (W3SVC) およびその他のサービスは、WAS に依存しています。

動作状態:

Windows プロセス アクティブ化サービス (WAS) の動作状態は "サービスは実行されています" または "サービスは実行されていません" のいずれかです。

構成

このモニターは、サービスのスタートアップの種類が [自動] に設定されていない場合にそのサービスを監視するかどうかを制御する構成パラメーターを 1 つ取ります。既定では、サービスは、サービスのスタートアップの種類を [手動] に設定している場合でも監視されます。これは、既定の IIS 10 インストールでは、WAS サービスのスタートアップの種類が [手動] に設定されているためです。

原因

サービスは次のようなさまざまな原因で停止することがあります:

解決方法

Windows プロセス アクティブ化サービス (WAS) が実行されていない場合は、次の操作を実行して問題を診断するか、サービスを再開できます:

Start Windows プロセス アクティブ化サービス (WAS) サービスを開始する

Web サーバー (W3SVC) サービスの開始

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows プロセス アクティブ化サービスは利用できません
{0} の Windows プロセス アクティブ化サービスは利用できません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.10.0.WAS.NTService.CheckServiceState.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.10.0.WAS.NTService.CheckServiceState.Monitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>WAS</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>