Data ONTAP MetroCluster: Network Interface Ping Rule

DataONTAP.MetroCluster.Monitoring.Rule.Network.Ping (Rule)

Knowledge Base article:

Summary

DataONTAP.MetroCluster.Monitoring.Rule.Network.Ping is the rule that checks whether the storage controllers are reachable on their primary network interfaces via ICMP.

Configuration

Several overrides are available for this rule. SyncTime and IntervalSeconds determine when and how often the rule runs. TimeoutSeconds determines how long OperationsManager waits for this rule to complete.

Resolutions

If you suspect a problem with this rule, check the OnCommand and Operations Manager event logs on the management server running the rule. Also ensure that ICMP packets are routed properly through your network infrastructure.

Additional

Event ID

Severity

Description

21030

INFO

Both members responding to pings on network interface

21031

WARN

One member responding to pings on network interface

21032

ERR

Neither member responding to pings on network interface

Element properties:

TargetDataONTAP.MetroCluster.ManagementServer
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction DataONTAP.MetroCluster.InvokeMonitoringMethod.WriteActionModuleType Default

Source Code:

<Rule ID="DataONTAP.MetroCluster.Monitoring.Rule.Network.Ping" Enabled="true" Target="DataONTAP.MetroCluster.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime>00:04</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="DataONTAP.MetroCluster.InvokeMonitoringMethod.WriteActionModuleType">
<TimeoutSeconds>600</TimeoutSeconds>
<Arguments>$Target/Property[Type="DataONTAP.MetroCluster.ManagementServer"]/Fqdn$ LogNetworkInterfacePingState</Arguments>
</WriteAction>
</WriteActions>
</Rule>