データベースのあるディスクがいっぱいなため、AD はオブジェクトを更新できません

AD_cannot_update_object_because_the_disk_containing_the_database_is_full_5_Rule (Rule)

Knowledge Base article:

概要

Active Directory データベースのあるディスク ボリュームがいっぱいであるため、Active Directory® ディレクトリ サービスが、ソース ドメイン コントローラから受け取った変更を使ってローカル ドメイン コントローラ上でオブジェクトを更新できませんでした。

サンプル イベント:

Active Directory は、Active Directory データベースを含んでいるディスク ボリュームがいっぱいであるため、ローカル ドメイン コントローラ上で次のオブジェクトを次のソースドメイン コントローラから受け取った変更で更新できませんでした。

オブジェクト: %1

オブジェクト GUID: %2

ソース ドメイン コントローラ: %3

解決方法

必要のないファイルを削除するか、またはファイルを別のボリュームに移動してください。ボリュームが RAID (redundant array of independent disks) セットの場合は、ハード ディスクを追加して記憶域の容量を増やすことができる可能性があります。Active Directory® ディレクトリ サービスのデータベース ファイルとログが同じボリュームに保存されている場合は、それらを別々にするとディスクに空き容量を確保できます。Ntdsutil コマンド ライン ツールを使用してファイルまたはログを移動してください。

外部

詳細については、次を参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID1480
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
データベースのあるディスクがいっぱいなため、AD はオブジェクトを更新できません
{0}
Event LogDirectory Service
CommentMom2005ID='{E1EF172D-C0B4-4F07-AC2E-4CC548F79CE7}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="AD_cannot_update_object_because_the_disk_containing_the_database_is_full_5_Rule" Comment="Mom2005ID='{E1EF172D-C0B4-4F07-AC2E-4CC548F79CE7}';MOM2005GroupID=" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Directory Service</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Channel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Directory Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1480</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="AD_cannot_update_object_because_the_disk_containing_the_database_is_full_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>