The Virtual Disk Service (VDS) is active. The Storage Manager for SANs may produce VDS error entries in the system event log. [DDM_5158]

Fujitsu.Servers.PRIMERGY.Windows.Rules.DDM_5158 (Rule)

DDM SERVICE VDS ACTIVE

Knowledge Base article:

Summary

[DDM_5158] The Virtual Disk Service (VDS) is active. The Storage Manager for SANs may produce VDS error entries in the system event log.

Causes

This event is caused by the following problem:

Resolutions

To view the details of the problem:

Element properties:

TargetFujitsu.Servers.PRIMERGY.Windows.Server
CategoryEventCollection
EnabledFalse
Event_ID5158
Event Sourceddm
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
[DDM_5158] The Virtual Disk Service (VDS) is active. The Storage Manager for SANs may produce VDS error entries in the system event log.
DDM SERVICE VDS ACTIVE
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.Windows.Rules.DDM_5158" Enabled="false" Target="FTSWIN!Fujitsu.Servers.PRIMERGY.Windows.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="FTSLIB!Fujitsu.ServerView.Server"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5158</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>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Windows.Rules.DDM_5158.AlertMessage"]$</AlertMessageId>
<AlertParameters/>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventLevel$</SuppressionValue>
<SuppressionValue>$Data/EventNumber$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>