Setup Guide

$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellNSeriesSwitchCriticalDef" | "POLL-
DellNSeriesSwitchWarningDef":
@Class = 2092
@AlertGroup = "DellN-SeriesSwitch"
case "POLL-DellWSeriesSwitchCriticalDef":
@Class = 2093
@AlertGroup = "DellW-SeriesSwitch"
# Dell specific changes – END
# Append the value of @Identifier, with the new variable $tmpVal, as given
below #
#
#@Identifier = $EntityName + @LocalPriObj + "->" + $EventName + @Type +
@NmosDomainName + $tmpVal
// Dell specified changes - END
EndNode.aoc Dell 특정 변경 사항
// Dell specified changes - START
OR
(
EntityOID like '1\.3\.6\.1\.4\.1\.6876\.4\.1'
)
// Dell specified changes - END
ncimMetaData.xml Dell 특정 변경 사항
// Dell specified changes - START
<entityMetaData table="delldevicemaster" manager="AllManagers"
entitySearch="true">
<dataField tableAlias="d" dataType="int" column="entityid"/>
<dataField tableAlias="d" dataType="str" column="classname"/>
<dataField tableAlias="d" dataType="str" column="servicetag"/>
<dataField tableAlias="d" dataType="str" column="chassistag"/>
<dataField tableAlias="d" dataType="str" column="producttype"/>
<dataField tableAlias="d" dataType="str" column="osname"/>
<dataField tableAlias="d" dataType="str" column="eqlMemberIndex"/>
<dataField tableAlias="d" dataType="str" column="eqlGroupIP"/>
<dataField tableAlias="d" dataType="str" column="eqlStoragePool"/>
<fromTables>
FROM _ncim_.delldevicemaster d
INNER JOIN _ncim_.entityDetails ed ON ed.entityId=d.entityId
WHERE d.entityId = ?
</fromTables>
</entityMetaData>
// Dell specified changes - END
40