- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LSOF - when executing get core memory dump
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
10-19-2005 02:51 AM
10-19-2005 02:51 AM
I work on a HP-UX B.11.11 RP server, 64bits.
In order to verify which applications open which ports, i installed LSOF from http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.75/.
First, I installed version 4.76 - with interactive swinstall. Everything goes nice and smooth, but when i do
#lsof
I get "Memory fault(coredump)"
and a coredump file
-rw------- 1 root sys 886348 Oct 19 17:50 core
Uninstalled version 4.76 and installed version 4.75. The same memory dump occured when trying to call lsof.
Is there something I am missing?
Thanks and regards,
Alex.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 02:58 AM
10-19-2005 02:58 AM
Re: LSOF - when executing get core memory dump
What signal are we catching.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:00 AM
10-19-2005 03:00 AM
Re: LSOF - when executing get core memory dump
core: core file from 'lsof' - received SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:01 AM
10-19-2005 03:01 AM
SolutionDownload it from here:
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/B.11.11/
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:27 AM
10-19-2005 03:27 AM
Re: LSOF - when executing get core memory dump
# tail /var/adm/sw/swagentd.log
* Started source agent on "/d1/lsof_4.76" for root@server,
pid=14928, 10/19/05 18:24:13 EETDST
ERROR: tar: /d1/lsof_4.76 : This doesn't look like a tar archive
ERROR: tar: /d1/lsof_4.76 : Skipping to next file...
ERROR: The INDEX file on the source did not exist or could not be
read.
ERROR: The target "/d1/lsof_4.76" could not be opened. pid=14928
10/19/05 18:24:14 EETDST
* Agent pid=14928 completed. 10/19/05 18:24:14 EETDST
* Agent pid=14925 completed. 10/19/05 18:24:14 EETDST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:30 AM
10-19-2005 03:30 AM
Re: LSOF - when executing get core memory dump
Just rename it to "lsof"
No installation required.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:36 AM
10-19-2005 03:36 AM
Re: LSOF - when executing get core memory dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:40 AM
10-19-2005 03:40 AM
Re: LSOF - when executing get core memory dump
When it tries to analyzy the system, than you get the core, because all the memrory addressing is wrong, since it's 32bit binary.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 04:45 AM
10-19-2005 04:45 AM
Re: LSOF - when executing get core memory dump
It works now - i renamed the file to lsof, make it an executable and i am able to get the needed info.
Regards,
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:20 AM
10-20-2005 07:20 AM
Re: LSOF - when executing get core memory dump
-Eric