Clustered Data ONTAP: Node Disk State Monitoring Rule

DataONTAP.Cluster.Monitoring.NodeVserver.Disk.State.Rule (Rule)

The Node Disk State Monitoring rule captures the state of all disks attached to the discovered storage system over a specified period of time.

Knowledge Base article:

Summary

The Node Disk State Monitoring rule captures the state of all disks attached to the discovered storage system over a specified period of time.

Configuration

Three overrides are available for this rule. Sync Time and Interval Seconds determine when and how often the rule runs. Timeout Seconds determines how long System Center Operations Manager waits for the rule to complete.

Resolutions

If you suspect a problem with this rule, check the OnCommand and System Center Operations Manager event logs on the management server running the rule.

Additional Information

Event ID

Severity

Description

7000

INFO

Healthy - indicates that the disk is OK

7001

WARN

Warning - indicates that the disk is being replaced or is a non-zeroed spare

7002

ERR

Critical - indicates that the disk is offline, pre-failed, or in a broken raid-state

7003

INFO

Unknown - indicates that the disk state is unknown

Element properties:

TargetDataONTAP.Cluster.NodeVserver
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SimpleSchedulerDataSource DataSource System.SimpleScheduler Default
RunMonitoringWriteAction WriteAction DataONTAP.Cluster.Monitoring.WriteActionModuleType Default

Source Code:

<Rule ID="DataONTAP.Cluster.Monitoring.NodeVserver.Disk.State.Rule" Target="DataONTAP.Cluster.NodeVserver" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="SimpleSchedulerDataSource" TypeID="System!System.SimpleScheduler">
<!-- IntervalSeconds specifies how often we will run the rule. -->
<IntervalSeconds>3600</IntervalSeconds>
<!-- SyncTime specifies the minutes after the hour to synchronize execution of the rule. -->
<SyncTime>00:09</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="RunMonitoringWriteAction" TypeID="DataONTAP.Cluster.Monitoring.WriteActionModuleType">
<TimeoutSeconds>600</TimeoutSeconds>
<MonitoringMethodName>GetNodeDiskState</MonitoringMethodName>
<VserverUUID>$Target/Property[Type="DataONTAP.Cluster.AbstractVserver"]/UUID$</VserverUUID>
</WriteAction>
</WriteActions>
</Rule>