Dell License Server Reachability Check Unit Monitor

Dell.Server.OOB.LicenseServerReachabilityCheck.PollBasedUnitMonitor (UnitMonitor)

This unit monitor checks periodically if the license server is reachable.

Knowledge Base article:

Summary

Status of Dell License Server Reachability

Causes

Refer to the table below for causes and resolutions.

Status

Causes

Resolution

OK

Dell License Server is reachable.

None

Critical

  • The configured Dell License Server is not reachable.

  • Ensure the Dell License Server that has been configured is up and running. Follow the steps mentioned in your Dell Server Management Pack Suite Install or User Guide to do the configuration.

Resolutions

Refer to the above resolutions. In case the above resolutions do not resolve the problem, contact Dell Support

Element properties:

TargetDell.Management.HelperUtility
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeDell.HelperUtilityAndLicensing.Monitor.UMT
RemotableTrue
AccessibilityPublic
Alert Message
Dell FMP: Dell License Server is not reachable
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.Server.OOB.LicenseServerReachabilityCheck.PollBasedUnitMonitor" Accessibility="Public" Enabled="true" Target="DellOperationsCommon!Dell.Management.HelperUtility" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="DellOperationsCommon!Dell.HelperUtilityAndLicensing.Monitor.UMT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Dell.Server.OOB.LicenseServerReachabilityCheck.StringResource">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='Message']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="Ok" HealthState="Success"/>
<OperationalState ID="WARNING" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="CRITICAL" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<LogLevel>0</LogLevel>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>600</TimeoutSeconds>
<InstanceIndex>LicenseServerReachability</InstanceIndex>
</Configuration>
</UnitMonitor>