Unavailable Seconds

Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.UASPerf (Rule)

Knowledge Base article:

요약

Unavailable Seconds 성능 규칙이 보고용으로 데이터를 수집합니다.

원인

다음은 SNMP GET을 통해 쿼리되는 OID(개체 식별자) 정보입니다.

개체

OID

설명

dsx3IntervalUASs

.1.3.6.1.2.1.10.30.7.1.6

UAS(Unavailable Seconds)은 인터페이스를 사용할 수 없는 시간(초)을 통해 계산됩니다. DS3 인터페이스는 10개의 SES가 연속하여 발생하거나 오류를 발생시키는 상황(오류 상태 참조)인 경우 사용할 수 없는 것으로 간주됩니다. DS3 오류 수의 경우에는 DS3 인터페이스가 사용할 수 없는 것으로 간주되는 동안 모든 카운터가 증분됩니다. 그러나 인터페이스가 사용할 수 없는 것으로 간주되는 동안 UAS 수만 증분됩니다.

이 구성은 RFC 1407에 정의되어 있습니다.

해결

다음은 일부 기본적인 문제 해결 단계입니다.

다른 오류 수를 확인하여 Errored Seconds를 생성하는 원인을 파악합니다.

장치 케이블을 확인합니다.

장치에 대해 공급업체 관련 하드웨어 테스트를 수행하여 장치 하드웨어가 올바르게 구성되어 있는지 확인합니다.

회선 공급업체에 회선을 점검해 줄 것을 요청합니다.

모니터의 임계값을 높입니다. 그러면 환경 내의 응용 프로그램을 보다 효율적으로 "조정"할 수 있습니다. 중요한 이벤트가 기록되지 않을 수도 있으므로 임계값을 너무 높게 설정하지는 않도록 합니다.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.DS3E3
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.NetworkDevice.SnmpPerformanceProvider Default
WA1 WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WA2 WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3.UASPerf" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.DS3E3" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpPerformanceProvider">
<Interval>900</Interval>
<IsWriteAction>false</IsWriteAction>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.2.1.10.30.7.1.6.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>DS3/E3</ObjectName>
<CounterName>Unavailable Seconds</CounterName>
<InstanceName>$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifDesc$</InstanceName>
<Value>$data/SnmpVarBinds/SnmpVarBind[1]/Value$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA1" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WA2" TypeID="SystemCenter1!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>