Operating System - HP-UX
1824169 Members
3420 Online
109669 Solutions
New Discussion юеВ

can I delete the content of /var/adm/crash/core.1

 
Zulfikri
Advisor

can I delete the content of /var/adm/crash/core.1

Hi all,

Can I delete /var/adm/crash/core.0, /var/adm/crash/core.1 and /var/adm/crash/core.2 contents?

Many thanks in advace,

Zul
Beware GATE$ of HELL!!
4 REPLIES 4
Michael Tully
Honored Contributor

Re: can I delete the content of /var/adm/crash/core.1

As long as the system has not panicked recently you can safely remove the files. These files are in fact left over from a previous system crash. Take note of the dates before you do anything. These crash dumps can provide valuable information if required. If you have backups of these even better.
Anyone for a Mutiny ?
malay boy
Trusted Contributor

Re: can I delete the content of /var/adm/crash/core.1

Well,I normally delete anything under /var/adm/crash.It is the memory dump before you system crash.If you want HP to analyze the crash then you better keep the dump.


regards
mB
There are three person in my team-Me ,myself and I.
Adisuria Wangsadinata_1
Honored Contributor

Re: can I delete the content of /var/adm/crash/core.1

Hi Zul,

The contains of /var/adm/crash directory is a crashdump directory (core.0, core.1, core.3, etc) and the crashdump directory is created when the system panic.

So if the crashdump directory is old (see the timestamp of the directory), you can safely to remove these directories.

But for your safely, you can backup the contains of /var/adm/crash directory first and remove it after that.

Hope this information can help you.

Best Regards,
AW
now working, next not working ... that's unix
ketan_5
Valued Contributor

Re: can I delete the content of /var/adm/crash/core.1

Its purely related to some application failure and memory content transferred to core file. Take backup of core file for analysis( It may require by HP if you logg a call). Delete it after taking backup.