- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: core dumps
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
01-31-2002 06:48 AM
01-31-2002 06:48 AM
core: core file from 'opcnprcs' - received SIGABRT
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:57 AM
01-31-2002 06:57 AM
Re: core dumps
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=522f248f1696972f4f/screen=ckiDisplayDocument?docId=200000042264273
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:57 AM
01-31-2002 06:57 AM
Re: core dumps
/var/opt/OV/share/databases/OpC/mgd_node/vendor/hp/s700/hp-ux10/A.05.37/RPC_DCE_TCP/monitor/opcnprcs.Z
Your core file is generated by the HP Openview IT/Operations software.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:58 AM
01-31-2002 06:58 AM
Re: core dumps
# what core
and
# strings core |grep -i error
to determine what is the cause. You can post it here. Sounds like Openview related core dump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:59 AM
01-31-2002 06:59 AM
SolutionI have seen this once and it was
Somehow had installed ITO-SE agent (as part of GlancePlusPak) over his
normal ITO agent and the DBSPI monitor was confused with the ITO-SE binary
(version 4.10!).
Solution is to reinstall agent software on the node and redistribute templates ,
actions, monitors, commands.
Hope this helps
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:00 AM
01-31-2002 07:00 AM
Re: core dumps
Maybe, you can search your system for a file with that name. Some process probably executes that file at night and it returns an unrecoverable error.
You can also execute "what /tmp/core". This will give you more information on the process that generated the corefile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:04 AM
01-31-2002 07:04 AM
Re: core dumps
Check the version of ito checks out with what output of ito bimaries it may show something ?
Other alternative send in the core dump to HP for analysis ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:25 AM
01-31-2002 07:25 AM
Re: core dumps
Thanks again