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

Unavailable Seconds (UAS) は、インターフェイスが使用不可能な秒数をカウントして算出します。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>