Unsolved
This post is more than 5 years old
1 Rookie
•
77 Posts
1
1172
July 15th, 2014 19:00
VNX 5100 Unit Overall Status Query with SNMP
With the FCMGMT-MIB, I am able to query the VNX5100 Overall Status
with the OID of connUnitStatus.80.6.1.96.189.224.46.14.0.0.0.0.0.0.0.0, with description below:-
Overall status of the connectivity unit. The goal of this
object is to be the single poll point to check the status
of the connunit. If there is any other component that has
warning, then this should be set to warning, etc. Any of
these values may occur with any of the ConnUnitState
values.
Does anyone know if it's reliable to use such SNMP query to determine the unit health?
I mean if any component fault happens, would the status change from ok(3) to warning (4) or failed (5)?
No Events found!


Ed La
1 Rookie
•
77 Posts
1
August 4th, 2014 20:00
EMC has informed me that the OID connUnitStatus can be used to monitor the healthy status of the array.
however, please note that snmpwalk (supported by most monitoring software such as SiteScope) should be used to query the connUnitStatus as it is not a full OID.
Zarj
1 Message
0
October 6th, 2021 03:00
thnx! work!!
snmpwalk -v2c -c public 10.200.200.203 1.3.6.1.3.94.1.6.1.6
ConnUnitStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
unused(2),
ok(3),
warning(4),
failed(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Overall status of the connectivity unit. The goal of this object
is to be the single poll point to check the status of the connunit.
If there is any other component that has warning, then this should
be set to warning, etc."
dell vnx5100 vnx mib snmp