Owner's Manual
Table Of Contents
- Dell OpenManage Connection Version 1.0 for IBM Tivoli Network Manager (ITNM) IP Edition 3.9 Installation Guide
- Introduction
- Installing Dell OpenManage Connection for Network Manager
- Configuring Dell Connections
- Configuring Dell Connections License Manager (DCLM) Parameters
- Configuring Database Parameters
- Configuring WS-MAN Parameters
- Changing the Warranty URL
- Configuring Dell OpenManage Essentials Launch Tool
- Configuring Dell OpenManage Power Center Console Launch Tool
- Configuring Dell OpenManage Web Server Administrator (DWS) Console Launch Tool
- Configuring Dell Connections License Manager (DCLM) Tool
- Configuring Dell Modular Disk Storage Manager Console Launch Tool
- Uninstalling Dell OpenManage Connection for Network Manager
- Appendix
- Getting Help

else if (match(@Severity, "3"))
{
$tmpVal = "3"
}
case "POLL-DellESXiServerStatus":
@Class = 2080
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellMDStorageArrayStatus":
@Class = 2809
if (match(@Severity, "2"))
{
$tmpVal = "2"
}
else if (match(@Severity, "3"))
{
$tmpVal = "3"
}
# Dell specified changes – END
Dell Specified Changes for EndNode.aoc
OR
(
EntityOID like '1\.3\.6\.1\.4\.1\.6876\.4\.1'
)
Dell Specified Changes for ncimMetaData.xml
<!-- 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 = ?
WHERE d.entityId = ?
</fromTables>
</entityMetaData>
<!-- Dell specified changes – END -->
29