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

@Class = 2080
@AlertGroup = "DellServer"
case "POLL-DellCMCCriticalDef" | "POLL-DellCMCWarningDef":
@Class = 2086
@AlertGroup = "DellCMC"
case "POLL-DellDRACCriticalDef" | "POLL-DellDRACWarningDef":
@Class = 2087
@AlertGroup = "DellDRAC"
case "POLL-DellOOBServerCriticalDef" | "POLL-DellOOBServerWarningDef":
@Class = 2088
@AlertGroup = "DellOOBServer"
case "POLL-DellVRTXCMCCriticalDef" | "POLL-DellVRTXCMCWarningDef":
@Class = 2084
@AlertGroup = "DellVRTXCMC"
case "POLL-DCLMStatus":
@Class = 2081
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellEqualLogicStatus":
@Class = 2085
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
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"
}
>
# Append the value of @Identifier, with the new variable $tmpVal, as given
below #
#
@Identifier = $EntityName + @LocalPriObj + "->" + $EventName + @Type +
13