Error: DuplexDataManager Service - Any automatic fail-safe configuration stopped. Found a newer (most recent) DuplexWrite data group xxx. [DDM_5179]

Fujitsu.Servers.PRIMERGY.Rules.DDM_5179 (Rule)

In an x10sureIS environment a DuplexWrite group was found which holds the newer data lun which is most recent. If the current used DuplexWrite data group should further be used, please delete the newer DuplexWrite group using the DuplexDataManager MMC snap-in. If the newer (most recent) DuplexWrite data group should be used, please stop all I/O to the older one, delete this group, adapt the drive letters and start I/O. (Additional a message box is displayed on all active terminals.)

Knowledge Base article:

Summary

DDM_5179: Error: DuplexDataManager Service - Any automatic fail-safe configuration stopped. Found a newer (most recent) DuplexWrite data group %1.

Causes

This event is caused by the following problem:

Resolutions

To view the details of the problem:

Element properties:

TargetFujitsu.Servers.PRIMERGY.Server
CategoryEventCollection
EnabledTrue
Event_ID5179
Event Sourceddm
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
DDM_5179: Error: DuplexDataManager Service - Any automatic fail-safe configuration stopped. Found a newer (most recent) DuplexWrite data group xxx.
In an x10sureIS environment a DuplexWrite group was found which holds the newer data lun which is most recent. If the current used DuplexWrite data group should further be used, please delete the newer DuplexWrite group using the DuplexDataManager MMC snap-in. If the newer (most recent) DuplexWrite data group should be used, please stop all I/O to the older one, delete this group, adapt the drive letters and start I/O. (Additional a message box is displayed on all active terminals.)
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.Rules.DDM_5179" Enabled="true" Target="Fujitsu.Servers.PRIMERGY.Server" 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>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5179</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">ddm</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Rules.DDM_5179.AlertMessage"]$</AlertMessageId>
<AlertParameters/>
<Suppression/>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>