Introduction
When authentication to the block side of a VNX Unified System fails, the EMC Celerra/VNX Unified System (SSH) connector reports the authentication failure as a Logical Disk Problem:
Logical Disk problem on 172.23.181.152 (172.23.181.152) with NaviSphere CLI Failure. This logical disk is in critical state. Reported status: Authentication failed for block side of system. Hardware Health Report (Thu Oct 4 12:14:08 2018) ====================== Monitored object : NaviSphere CLI Failure Type : Logical Disk On host : PS_VNX5300_CS (172.23.181.152) PATROL object ID : /MS_HW_LOGICALDISK/MS_HW_EMCCelerrahdfPS_VNX5300_CS_NaviSphereCLIFailure Internal device ID : NaviSphere CLI Failure Connector used : MS_HW_EMCCelerra.hdf This object is attached to: Storage: CKM00120500875 (EMC VNX5300) Type: Enclosure Serial
To solve this issue, an MRL rule must be created to have the event reclassified as an MS_HW_CONNECTOR event.
Procedure
To have the event reclassified as an MS_HW_CONNECTOR event:
-
Create a file containing the following rule:
refine sentry_HandlingEmcCelerraAuthfailures : PATROL_EV($EV) where [ $EV.status != CLOSED AND $EV.mc_object_class == 'MS_HW_LOGICALDISK' AND $EV.mc_object contains '_NaviSphereCLIFailure'] { $EV.mc_object_class = 'MS_HW_CONNECTOR'; $EV.msg = 'Excessive failed authentication attempts for block side of system on: ' || $EV.mc_host ; ntadd($EV,'The original event has been updated by the sentry_HandlingEmcCelerraAuthfailures rule'); } END
-
Save this file as sentry_HandlingEmcCelerraAuthfailures.mrl in the cell’s knowledge base rule directory
MCELL_HOME/etc/<cellname>/kb/rules
-
Update your .load file accordingly:
- Edit the .load file stored in
MCELL_HOME/etc/<cellname>/kb/rule
- Add an entry for the sentry rule. Please note that the entry must not include the “.mrl” extension
- Save the .load file
-
Run the following command to compile the knowledge base:
mccomp -n <cellname>
-
Run the following command to restart the cell:
mcontrol -n <cellname> reload kb
Related Topics
- Troubleshooting Issues Related to the Hitachi G-Series and HUS-VM Embedded SMI-S Providers
- KMs Report "Collection Hub is not started. Cannot send the query"
- WBEM-Based KMs/ETLs Stop Working After Upgrading JRE to v17+
- CIM_ERR_FAILED Errors Occur When Running EMC WBEM-Based ETLs with Java v11.0.15 or Newer
- No data collected for HPE XP7/XP8 storage systems in TrueSight Capacity Optimization or TrueSight Operations Management