I have a cluster with an IP address of X.X.X.100. If I walk a node with an IP address of X.X.X.101 - I get the following output and you can see that the X.X.X.100 cluster address in the SNMP output. But I can't figure out how to query directly for it -instead of doing the entire snmpwalk:
Answering my own question here - it appears that you cannot SNMP query for the SmartConnect address. However, the following CLI syntax will provide that information. See the SC Service Address field below:
The Isilon platform supports RFC1213-MIB. That MIB can be used, as shown below, to acquire the SmartConnect IP address for the cluster. Since the SmartConnect IP address lives on the first node added to the cluster, we see, in the output below, the SmartConnect IP address 10.160.54.100 associated with the first node with IP address 10.160.54.101. Unlike nodes 2 and 3, the first node shows two IP addresses with ipAdEntIfIndex = 8 - that is because the SmartConnect address lives on the first node.
For each node in the cluster query the ipAddrTable from the RFC1213-MIB
This is some years after the original question was posed, but there is a simpler way, on a RHEL 6 server with netsnmp-utils.
The limiting issue is most people only configure a single SmartConnect zone with all of their nodes in it, which doesn't help if you have multiple node types as you don't know which node you will connect to.
We configure additional SmartConnect zones, one per node (nodeX.isilon.example.com), each containing ext-1 for that node as well as a range of only a single IP. These are then addressable in DNS, so you can connect to each specific node.
Then you can do:
Download the ISILON-MIB.txt file from your cluster
Put it in /usr/share/snmp/mibs/ISILON-MIB.txt
Ensure /etc/snmp/snmp.conf has "mibs +all" in it (it's the only line in our file)
Phil.Lam
4 Apprentice
•
641 Posts
•
12 Points
2589
0
Posted November 18th, 2014 13:00
Use the "ISILON-MIB.txt". There's a "chassisModel" name in there. See also this thread for explanation of MIBs:
https://community.emc.com/thread/177288
1 Attachment
ISILON-MIB.txt
ISILON-MIB.txt