WAS가 예기치 않게 종료되었으며 WAS를 다시 시작하도록 구성되어 있지 않습니다.

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

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) WAS(Windows Process Activation Service)는 HTTP 요청을 처리하는 W3SVC(World Wide Web Publishing 서비스)를 지원하므로 대부분의 웹 사이트에서 필요합니다. WAS 프로세스 관리자는 응용 프로그램 풀을 기존 작업자 프로세스에 매핑하고, 필요에 따라 새 응용 프로그램 풀을 호스트하는 새로운 W3SVC 인스턴스를 생성합니다. WAS를 사용할 수 없으면 대부분의 웹 사이트가 시작되지 않습니다.

해결 방법

WAS를 수동으로 다시 시작하거나 자동으로 다시 시작되도록 구성

가능한 해결 방법은 다음과 같습니다.

수동으로 WAS 다시 시작

WAS를 수동으로 다시 시작하려면:

참고: W3SVC(World Wide Web Publishing 서비스)는 WAS에 종속되어 있으므로 WAS를 시작한 후 W3SVC를 시작해야 할 수 있습니다.

WAS가 자동으로 다시 시작되도록 구성

WAS가 자동으로 다시 시작되도록 구성하려면:

복구 탭에는 WAS가 실패할 때 지정할 수 있는 다른 작업도 있습니다. 여기에는 다음이 포함됩니다.

이러한 옵션에 대한 자세한 내용을 보려면 복구 탭에서 복구 작업 설정 도움말을 클릭하십시오.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.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.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.WAS.terminated.unexpectedly.and.the.system.was.not.configured.to.restart.it" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.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.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WAS.terminated.unexpectedly.and.the.system.was.not.configured.to.restart.it.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>