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.
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."
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