- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to confirm the core file deletion
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
05-16-2010 10:23 PM
05-16-2010 10:23 PM
Need to confirm the core file deletion
It may be rubbish querry.But I need to ask you urgently.
I have a core file in /opt FS. not sure whether I can remove it or not.
[root@server1:/opt]#file ./hpsmc/avc/bin/core
./hpsmc/avc/bin/core: core file from 'monitorsvcd' - received SIGABRT
[root@server1:/opt]#
Could you please suggest.
NB.The node is a cluster node.
By the by how can I confirm who /which application is using this file currently?
Pls advice ASAP.
Thanks in advance.
Rgds
Sree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:32 PM
05-16-2010 10:32 PM
Re: Need to confirm the core file deletion
Yes you can remove core file. Its created when some program got SIGABRT signal.
>> By the by how can I confirm who /which application is using this file currently?
lsof | grep -i hpsmc/avc/bin will show, which are the binaries now opened & which are the process id's for each, which will give some clues which application using these.
GUdluck
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:33 PM
05-16-2010 10:33 PM
Re: Need to confirm the core file deletion
How old is it? How often do you get one? Do you have support for monitorsvcd? What does "file core" show?
You may just want to remove it.
>By the by how can I confirm who /which application is using this file currently?
Nobody but you. Once a core file is created, it isn't accessed until you use a debugger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:34 PM
05-16-2010 10:34 PM
Re: Need to confirm the core file deletion
----You can remove it safely if you dont have intention to get it investigated by the developers who developed the process which dumped it.
Its from process called monitorsvcd.
"who /which application is using "
----You can use lsof to list handles on this file. You still need to download as its not bundled with Hp-UX
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=653690
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:42 PM
05-16-2010 10:42 PM
Re: Need to confirm the core file deletion
if you dont use a debuger to analyse what was the problem for core-dump them you could remove the file.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:48 PM
05-16-2010 10:48 PM
Re: Need to confirm the core file deletion
Thanks all for your quick and helpfull reply.
I have assigned the points to all who guided me. :--))))
Have a nice day!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2010 10:52 PM
05-16-2010 10:52 PM
Re: Need to confirm the core file deletion
The thread is closed .
Thanks all.