Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1677

November 18th, 2014 16:00

Does EMC Provide Isilon Node Model Specific SNMP sysObjectIDs ?

Cisco provides specific (OIDs) for all their hardware platforms.  For example, Wireless LAN Controllers (WLCs) via the CISCO-PRODUCTS-MIB:

Device
sysObjectID
OBJECT-TYPE
Cisco Catalyst 3750G Integrated Wireless LAN Controller 1.3.6.1.4.1.9.1.747 ciscoWsC3750g24ps
Cisco 2106 Wireless LAN Controller (Network Module) 1.3.6.1.4.1.9.1.818 ciscoNMWLCE
Cisco 2106 Wireless LAN Controller 1.3.6.1.4.1.9.1.828 ciscoAirWlc2106K9

I cannot find any model specific sysObjectIDs in the ISILON-MIB.  Can anyone confirm if EMC provides model specific OIDs for the various types of Isilon nodes?

TIA,

Amir

31 Posts

November 20th, 2014 15:00

Answering my own question here:

Unlike some manufacturers that provide model specific sysObjectIDs, EMC does not provide this information for the various types of Isilon nodes.

There are 3 types of Isilon storage nodes:
1. NL-Series - comprised of NL400 model only.
2. S-Series - comprised of either S200 and S210.
3. X-Series - comprised of either X200, X400 and X410.

There is 1 type of accelerator node:
1. A-Series - comprised of A100 model only.

The Isilon S200 node is the 2U storage option from the Isilon S-Series.
The Isilon X200 node is the 2U storage option from the Isilon X-Series.
The Isilon X400 node is the 4U storage option from the Isilon X-Series.
The Isilon NL400 node is the 4U storage option from the Isilon NL-Series.

In lieu of using the sysObjectID to identify the specific node model, we can utilize the following snmp query to identify the "chassisModel". The output below shows "chassisModel" name is "x200-2U-Single-12GB-2x1GE-2x10GE SFP+-12TB".  This would be classified as an "X-Series" Isilon node.

$ snmptable -v 2c -c XXXXXXX -O0b -Cfil ----- -Ln -m ISILON-MIB 10.160.54.102 chassisTable SNMP table: ISILON-MIB::chassisTable index-----chassisNumber-----chassisConfigNumber-----chassisSerialNumber-----chassisModel-----chassisUnitIDLEDOn

1-----1-----400-0034-03-----SX200XXXXXXXX-----X200-2U-Single-12GB-2x1GE-2x10GE SFP+-12TB-----na 

31 Posts

November 18th, 2014 16:00

Look at all the different EMC Isilon products - certainly EMC provides for model specific sysObjectIDs for all these different models:

https://store.emc.com/us/Product-Family/EMC-Store-Products/c/EMCStoreProducts/layout?sort=name-asc&q=%3Arelevance%3AProd…

31 Posts

November 18th, 2014 16:00

Is this the only way client's are supposed to query the cluster to determine the chassis model?

$ snmptable -v 2c -c XXXXXXXX -O0b -Cfil ----- -Ln -m ISILON-MIB 10.160.54.102 chassisTable | sed -E 's/,//g' | sed -E 's/-----/,/g' | sed -E 's/,+$//g'

SNMP table: ISILON-MIB::chassisTable

index,chassisNumber,chassisConfigNumber,chassisSerialNumber,chassisModel,chassisUnitIDLEDOn

1,1,400-0034-03,SX200-XXXXXXXXX,X200-2U-Single-12GB-2x1GE-2x10GE SFP+-12TB,na

No Events found!

Top