Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I'm trying to get the chassi status of a e2700 by SNMP poll but without success. I need to monitorize the status of: hard disk, Fan1, Fan2, power supply1, power supply2, cpu temperature, controller temperature. Are this values available by SNMP? Is there a document with OID details?
Best Regards,
Rui Rodrigues
4 REPLIES 4
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Refer KB How to configure SNMP monitoring on a storage array
MIB is available at http://mysupport.netapp.com/NOW/download/software/eseries_santricity/11.25.0X00.0016/SM10_R3.MIB
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
From the KB it seems that no SNMP poll available.
It there any way to monitoring chassis status of e2700?
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
What OS are you coming from? Have you tried the CLI tools? Somthing like /opt/SMgr/client/SMcli <controller-name | IP> -c "show storagearray healthstatus;" should get the job done.
Then just parse out health status line.
Drop the healthstatus word for a lengthy dump of info.
E
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
thanks for the tip. I'm able to get status from CLI on Windows machine with Santricity 11.30 installed. However it will not run if Santricity is not installed.
Is there a way to get this status without install the Santricity software? The machine that will monitorize the storage is running on Linux and I'm unable to install a big software aplication there.
Best Regards,