- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hardware traps
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
Forums
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
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
09-18-2005 12:07 AM
09-18-2005 12:07 AM
One of our customers has boxes running HP-UX 11, and wants to receive traps when any hardware in the system fails.
They have EMS installed and are not using HP OpenView, but some other SNMP manager.
Is this possible? If so,
- what MIB files should I provide them?
- where do I find the MIB files?
- are the MIB files freely distributable or do they need to pay HP for them?
Many thanks,
Abhik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 07:50 PM
09-18-2005 07:50 PM
Re: Hardware traps
Is is possible.
just configure ems to write to a logfile
you can configure ems with
/etc/opt/resmon/lbin/monconfig
choice notification method snmp traps.
The snmp manager should see them.
You don't have to pay for this if you have a HP-UX licence. Which MIB files: choice all it doesn't matter.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 10:45 PM
09-19-2005 10:45 PM
Re: Hardware traps
Thanks, I checked this out and I could configure it. Unfortunately, I can't generate any hardware calamity on my test system to test that a trap is indeed sent out.
Also, I need to know where I can get the MIB files which describe the trap which the SNMP manager will receive from us. Are these some standard RFC*.my or RFC*.mib MIB files, or are there some specific MIB files from HP. In case of the latter, where do we get this files from. I could not find them under /opt/resmon and /etc/opt/resmon.
Best regards,
Abhik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 03:21 AM
09-20-2005 03:21 AM
Re: Hardware traps
I used net-snmp's snmptrapd running on the local host, without additional mibs, but I wasn't very happy with this as the email messages from EMS were (of course?) more verbose.
(I was looking into not just getting a message saying 'stale PE on some PV', but I'm afraid that I just don't know how to set up something like that)
but anyhow, the traps work :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 06:11 PM
09-20-2005 06:11 PM
Re: Hardware traps
Thanks for the answer. I will try this out.
Best regards,
Abhik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 06:51 PM
09-20-2005 06:51 PM
Re: Hardware traps
# /opt/resmon/bin/send_test_event -v disk_em
Please note that the test event will have severity set to INFORMATION.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 10:43 PM
09-20-2005 10:43 PM
SolutionSo, if you want to test with a SERIOUS event, change the line:
EQ:103:INFORMATION:TRUE:NOT_USED:ANY:1:NONE:NO_OP:NO_OP:NONE
to be:
EQ:103:SERIOUS:TRUE:NOT_USED:ANY:1:NONE:NO_OP:NO_OP:NONE
I'm also attaching what I think is the current EMS MIB file. HP does not charge for it, though I'm not sure how it's normally released (might be part of the EMS toolkit).
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2005 11:05 PM
09-20-2005 11:05 PM
Re: Hardware traps
http://h20293.www2.hp.com/portal/swdepot/displayProductsList.do?category=HA
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 08:09 PM
09-21-2005 08:09 PM
Re: Hardware traps
Thanks so much for all the information. The SNMP manager I have compiled and loaded the MIB file without any problems. And I have enough information to generate events and test the traps.
Thanks,
Abhik.