The alert is generated when getting a PET from server health monitor(iBMC).
The alert is generated when getting a PET from server health monitor(iBMC).
The causes include that the speed of some fan is not normal etc.
Check all fans are worked normally.
Launch Smart Console to check the sensor readings.
Check sensor and event information in the IPMI specification.
Target | Acer.Server.OOB.Cooling |
Category | Alert |
Enabled | True |
Alert Generate | True |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DataSource | DataSource | Microsoft.SystemCenter.SdkEventProvider | Default |
ConditonDetection | ConditionDetection | System.ExpressionFilter | Default |
GenerateAlert | WriteAction | System.Health.GenerateAlert | Default |
<Rule ID="Acer.Server.OOB.CoolingRule" Enabled="true" Target="Acer.Server.OOB.Cooling" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SC!Microsoft.SystemCenter.SdkEventProvider"/>
</DataSources>
<ConditionDetection ID="ConditonDetection" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Acer.Server.OOB</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventData/Data/BMCIP</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Acer.Server.OOB.Cooling"]/BMCIP$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventData/Data/AlertObjectType</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Cooling</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventData/Data/AlertSeverity</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">-1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>$Data/EventData/Data/AlertSeverity$</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageID2ce3e59fb8a64b618cd20f9e6345a8e0"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventData/Data/AlertName$</AlertParameter1>
<AlertParameter2>$Data/EventData/Data/AlertDescription$</AlertParameter2>
</AlertParameters>
<Custom1>$Data/EventData/Data/AlertID$</Custom1>
<Custom2>$Target/Property[Type="Acer.Server.OOB.Cooling"]/BMCIP$</Custom2>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>