WAS が突然終了し、システムはそれを再起動するように構成されていませんでした

Microsoft.Windows.InternetInformationServices.6.2.WAS.terminated.unexpectedly.and.the.system.was.not.configured.to.restart.it (Rule)

Knowledge Base article:

概要

インターネット インフォメーション サービス (IIS) Windows プロセス アクティブ化サービス (WAS) は、HTTP 要求を処理する World Wide Web 発行サービス (W3SVC) をサポートしているため、ほとんどの Web サイトで必要になります。WAS プロセス マネージャーはアプリケーション プールを既存のワーカー プロセスにマップし、必要に応じて新しいアプリケーション プールをホストするために W3SVC の新しいインスタンスを作成します。 WAS が利用できない場合、ほとんどの Web サイトは開始されません。

解決方法

WAS を手動で再起動するか、自動的に再起動するように WAS を構成する

考えられる解決策は次のとおりです:

WAS を手動で再起動する

WAS を手動で再起動するには:

注:World Wide Web 発行サービス (W3SVC) は WAS に依存しているため、WAS を開始した後で W3SVC を開始する必要がある場合があります。

自動的に再起動するように WAS を構成する

自動的に再起動するように WAS を構成するには:

[回復] タブには、WAS が失敗したときに指定できるその他の操作も表示されます。たとえば、次のような操作が表示されます。

これらのオプションの詳細については、[回復] タブの [回復操作のセットアップの詳細] をクリックしてください。

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event_ID5030
Event SourceMicrosoft-Windows-WAS
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.WAS.terminated.unexpectedly.and.the.system.was.not.configured.to.restart.it" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-WAS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5030</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WAS.terminated.unexpectedly.and.the.system.was.not.configured.to.restart.it.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>