HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem in sending traps
Operating System - HP-UX
1834882
Members
1844
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-13-2004 03:40 AM
05-13-2004 03:40 AM
Problem in sending traps
We developed an application that sends SNMP traps towards another server. We use the SNMP libraries of OpenView. We are experiencing such kind of problem: after few minutes that our process is running it crashes causing a core. Trying to debug the core we found that it fails inside libovsnmp.3 library. Below we report the details of stacks calls before the core:
#0 0xc01850f4 in _calloc ()from /usr/lib/libc.2
#1 0xc01823bc in _memcpy () from /usr/lib/libc.2
#2 0xc0187f08 in mktime () from /usr/lib/libc.2
#3 0xc25de3e8 in _OVEventSendRawPacket () from /opt/OV/lib/libovsnmp.3
#4 0xc25ddfe0 in _OVEventRecvRawPacket () from /opt/OV/lib/libovsnmp.3
#5 0xc0187f08 in mktime () from /usr/lib/libc.2
#6 0xc25de3e8 in _OVEventSendRawPacket () from /opt/OV/lib/libovsnmp.3
Our source code where the process seems to fail is:
mySession = OVsnmpOpen(.....);
copyPdu = OVsnmpCopyPdu( pdu );
OVsnmpBlockingSend(mySession, copyPdu);
OVsnmpFreePdu( copyPdu );
OVsnmpClose( mySession );
We are not really able to understand in which of above OVsnmp functions it fails because the debug doesn't give us such information.
Have anyone ever experienced such kind of problem? Could it be a problem caused by massive SNMP OV resources usage due to high number of sent traps ?
#0 0xc01850f4 in _calloc ()from /usr/lib/libc.2
#1 0xc01823bc in _memcpy () from /usr/lib/libc.2
#2 0xc0187f08 in mktime () from /usr/lib/libc.2
#3 0xc25de3e8 in _OVEventSendRawPacket () from /opt/OV/lib/libovsnmp.3
#4 0xc25ddfe0 in _OVEventRecvRawPacket () from /opt/OV/lib/libovsnmp.3
#5 0xc0187f08 in mktime () from /usr/lib/libc.2
#6 0xc25de3e8 in _OVEventSendRawPacket () from /opt/OV/lib/libovsnmp.3
Our source code where the process seems to fail is:
mySession = OVsnmpOpen(.....);
copyPdu = OVsnmpCopyPdu( pdu );
OVsnmpBlockingSend(mySession, copyPdu);
OVsnmpFreePdu( copyPdu );
OVsnmpClose( mySession );
We are not really able to understand in which of above OVsnmp functions it fails because the debug doesn't give us such information.
Have anyone ever experienced such kind of problem? Could it be a problem caused by massive SNMP OV resources usage due to high number of sent traps ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP