- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: Faulty fan modules (530x)
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-19-2007 07:04 PM
04-19-2007 07:04 PM
Faulty fan modules (530x)
If you log in to a 530x that had a fan failure some time ago, it might not be showing in the log. There are no "show current alarms" - chassis failures are triggered towards syslog/snmptrap, and then forgotten.
So I made this script that scans all my 530x and list out fan status and serial number so it is easier to log a case at HP. I have attached it here if someone finds it useful.
Good luck :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-19-2007 07:08 PM
04-19-2007 07:08 PM
Re: Faulty fan modules (530x)
hpicfChassis.mib
hpicfOid.mib
SNMPv2-CONF.txt
SNMPv2-MIB.txt
SNMPv2-SMI.txt
SNMPv2-TC.txt
SNMPv2-TM.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-22-2007 11:56 PM
04-22-2007 11:56 PM
Re: Faulty fan modules (530x)
.iso.org.dod.internet.private.enterprises.hp.nm.icf.hpicfObjects.hpicfCommon.hpicfChassis.hpicfSensorTable
1.3.6.1.4.1.11.2.14.11.1.2.6.1
ProCurve 5304XL # walkmib 1.3.6.1.4.1.11.2.14.11.1.2.6.1
hpicfSensorIndex.1 = 1
hpicfSensorIndex.2 = 2
hpicfSensorIndex.3 = 3
hpicfSensorObjectId.1 = icfFanSensor
hpicfSensorObjectId.2 = icfPowerSupplySensor
hpicfSensorObjectId.3 = icfPowerSupplySensor
hpicfSensorNumber.1 = 1
hpicfSensorNumber.2 = 1
hpicfSensorNumber.3 = 1
hpicfSensorStatus.1 = 4
hpicfSensorStatus.2 = 5
hpicfSensorStatus.3 = 4
hpicfSensorWarnings.1 = 0
hpicfSensorWarnings.2 = 0
hpicfSensorWarnings.3 = 0
hpicfSensorFailures.1 = 0
hpicfSensorFailures.2 = 0
hpicfSensorFailures.3 = 0
hpicfSensorDescr.1 = Fan Sensor
hpicfSensorDescr.2 = Power Supply 2 Sensor
hpicfSensorDescr.3 = Power Supply 1 Sensor
Now you know that the status is 4. But you need to translate that.
When looking in the hpicfChassis MIB you find the following:
hpicfSensorStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
bad(2),
warning(3),
good(4),
notPresent(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Actual status indicated by the sensor."
::= { hpicfSensorEntry 4 }
=> the fan status is good
I know that is not easy but possible ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-23-2007 12:00 AM
04-23-2007 12:00 AM
Re: Faulty fan modules (530x)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-24-2007 03:17 AM
04-24-2007 03:17 AM
Re: Faulty fan modules (530x)
Fan sensor status 1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.1
power supply 1 : 1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.3
power supply 2 : 1.3.6.1.4.1.11.2.14.11.1.2.6.1.4.2
If the value changes I get an alert
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP