WWW 서비스가 전역 대역폭 제한을 사용하도록 설정하지 못했습니다.

Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.enable.global.bandwidth.throttling (Rule)

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) W3SVC(World Wide Web Publishing 서비스)는 성능 데이터를 수집하고 HTTP 압축을 수행하도록 구성할 수 있습니다. W3SVC가 HTTP 압축을 수행하도록 구성된 경우 NTFS 볼륨에 있는 유효한 압축 디렉터리를 지정해야 합니다.

해결 방법

패킷 스케줄러 기능 사용

대역폭 제한에서는 패킷 스케줄러를 사용하여 데이터 패킷을 보내는 시기를 관리합니다. IIS 관리자를 사용하여 사이트에서 대역폭 제한을 사용하도록 구성하면 패킷 스케줄러가 자동으로 설치되고 IIS는 자동으로 대역폭 제한을 최소값인 1024KBps로 설정합니다. 그러나 ADSI(Active Directory® 서비스 인터페이스) 또는 WMI와 같은 다른 방법을 사용하는 경우에는 패킷 스케줄러를 사용하도록 설정해야만 대역폭 제한이 제대로 작동합니다.

패킷 스케줄러 사용

패킷 스케줄러를 사용하도록 설정하려면:

QoS 패킷 스케줄러 설치

QoS 패킷 스케줄러를 설치하려면:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-IIS-W3SVC
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.WWW.service.failed.to.enable.global.bandwidth.throttling" 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-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(1071|1073)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.enable.global.bandwidth.throttling.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>