- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- StoreVirtual Storage
- >
- module SNMP MIB performance statistics
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2009 12:05 PM
10-02-2009 12:05 PM
module SNMP MIB performance statistics
This query for device temperature:
$USER1$/check_snmp -H $HOSTADDRESS$ -C $USER7$ -o LEFTHAND-NETWORKS-NSM-STORAGE-MIB::storageDeviceTemperature.1
Returns this: 4294967295
What the heck kind of units does this storage mib use? None of them make any sense to me.
Unfortunately LEFTHAND-NETWORKS-NSM-STORAGE-MIB::storageRaidStatsIOsRead.0 is giving me a pretty useless number as well
It’s a COUNTER style, so I took a reading, and a reading 4 seconds later, and the difference was:
3272326219793694744
Subtract 3272323243381358616
=2976412336128
What the heck kind of IOs are these?
I really like the numbers I get from $USER1$/check_snmp -H $HOSTADDRESS$ -C $USER7$ -P 2c -o LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB::clusModuleStatsIoLatencyRead.1
Unfortunately due to SAN/iQ design. I can ONLY query these counters if the module I’m querying is also a SAN/iQ manager….
Is there a way to query useful stats for modules that ARE NOT managers?
I could turn on managers, but then I’d be violating best practices for a max of 5 managers per Mgmt group…. (also creates some exposure, due to VSA’s having managers, so if some VSAs were to go offline I could potentially loose quorum easier…
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 09:39 AM
10-05-2009 09:39 AM
Re: module SNMP MIB performance statistics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 05:26 AM
10-06-2009 05:26 AM
Re: module SNMP MIB performance statistics
and some of them are 8.1 (VSA)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2010 01:11 PM
11-09-2010 01:11 PM
Re: module SNMP MIB performance statistics
The difference in the counters return a large value after using new OIDs, which don't seem to be IO's value.
It would be great if you can share any information!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2010 01:28 PM
11-09-2010 01:28 PM
Re: module SNMP MIB performance statistics
HP will add/remove/deprecate OIDs from the MIBs as SAN/iQ versions are updated, but there appears to be no notification or available documentation about these changes.
Several OIDs that previously worked are now broken, I also found that several storage level OIDs only work with the newest hardware.. (ie: I can't get node level IOPs, KBps, latency) statistics from the VSA or legacy models (NSM2120), but I can from a new G2 cluster....
Attention HP: PLEASE document and distribute details about the OIDs/MIBs for SAN/iQ 8.5!!!!!
Here's a page on my website that details some HP LeftHand monitoring I've done:
http://www.tdonline.com/training/lefthand/
Here's some sample scripts:
http://www.tdonline.com/training/scripts/p4000-checks.zip