IIS 가용성 상태는 WMSvc 서비스에 따라 달라집니다.

Microsoft.Windows.InternetInformationServices.6.2.ServerRole.HealthDependsOn.Microsoft.Windows.InternetInformationServices.6.2.WMService.Availability.DependancyMonitor (DependencyMonitor)

Knowledge Base article:

요약

이 모니터는 웹 관리 서비스(WMSvc)의 상태를 확인합니다. 이 모니터의 경고를 수신하면 서비스를 작동 상태로 전환하기 위한 조치가 필요합니다.

작동 상태:

웹 관리 서비스(WMSvc)는 "서비스 실행 중" 또는 "서비스가 실행되고 있지 않음" 작동 상태일 수 있습니다.

구성

이 모니터는 서비스 시작 유형이 "자동"으로 설정되지 않은 경우 서비스를 모니터링해야 하는지 여부를 제어하는 단일 구성 매개 변수를 사용합니다. 기본적으로 서비스 시작 유형이 "자동"인 경우에만 서비스가 모니터링됩니다. 이 매개 변수는 필요에 맞게 조정할 수 있습니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

웹 관리 서비스(WMSvc)가 실행되고 있지 않은 경우 다음 작업을 수행하여 문제를 진단하거나 서비스를 다시 시작할 수 있습니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ServerRole
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.WMService
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.HealthDependsOn.Microsoft.Windows.InternetInformationServices.6.2.WMService.Availability.DependancyMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ServerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.WMService" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>