- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System logs
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
07-19-2009 10:43 PM
07-19-2009 10:43 PM
System logs
After investigating found core files under /var/opt/wbem is huge.
Please suggest me how to go about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 10:59 PM
07-19-2009 10:59 PM
Re: System logs
You can move core file to temparary area however you need to find out why this core has been created.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:05 PM
07-19-2009 11:05 PM
Re: System logs
file /var/opt/wbem/core
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:06 PM
07-19-2009 11:06 PM
Re: System logs
if you are sure that is a core file,
them you can delete it to have a /var filesystem writable ( free ) for other more important logs.
mikap
PS : don't forget find out why this file was created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:42 PM
07-19-2009 11:42 PM
Re: System logs
It means, application installed on /var/opt/wbem created the core file. You can use #file
If you don't want the core file to be analysed, you can safely remove the core file.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:42 PM
07-19-2009 11:42 PM
Re: System logs
Also i have a option of extending the File System but wanted to know other work around
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:44 PM
07-19-2009 11:44 PM
Re: System logs
root@>file core
core: ELF-64 core file - IA64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:47 PM
07-19-2009 11:47 PM
Re: System logs
temporary move it to another mount poit thats is not so filling up, and them you can analyze the core file with a debugger.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:55 PM
07-19-2009 11:55 PM
Re: System logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2009 11:57 PM
07-19-2009 11:57 PM
Re: System logs
ok if i would be in your situation, the file will be immediately deleted.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 12:01 AM
07-20-2009 12:01 AM
Re: System logs
If atall it is required for any future reference what would i do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 12:07 AM
07-20-2009 12:07 AM
Re: System logs
check this link on ITRC - "How to analyze the core files created by applications" :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1135986
hope it help you.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 12:57 AM
07-20-2009 12:57 AM
Re: System logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 01:41 AM
07-20-2009 01:41 AM
Re: System logs
If you don't care you can just remove them. You may want to use "file core" to see if they are the same, if so, you don't need more than one and they don't have to be in /var/.
>How to read those file? I tried gdb but it was not working.
Not working how? You need to use:
$ gdb absolute-path-executable core
(gdb) bt
(gdb) q
>When I use file it shows as
core: ELF-64 core file - IA64
It should give the name of the executable and the signal.
>wanted to know what would it contain as I am unable to read that.
If file(1) doesn't tell you the executable, the file maybe truncated, so next to useless.
>Ganesan: It means, application installed on /var/opt/wbem/ created the core file.
No, it means that the CWD was there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2009 12:43 AM
07-28-2009 12:43 AM