1833768 Members
1788 Online
110063 Solutions
New Discussion

/var/adm/crash

 
SOLVED
Go to solution
Jonathan Caplette
Regular Advisor

/var/adm/crash

Hi guys,

I was doing some cleaning on my workstation and I saw the space that /var/adm/crash directory take on my disk... I want to clean it up... What I wanna know is, can I do a rm -r of the directory that are in /var/adm/crash, like : rm -r /var/adm/crash/crash.1

or is there a way to remove those directory???

Regards
Jonathan
5 REPLIES 5
Steve Steel
Honored Contributor
Solution

Re: /var/adm/crash

Hi

Normally safe to remove since this are core images of the last time the system crashed.

I always advise to backup directory before removing anything and keep tape for 1 week


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steve Steel
Honored Contributor

Re: /var/adm/crash

See

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54fd5f260cafd4118fef0090279cd0f9,00.html


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
melvyn burnard
Honored Contributor

Re: /var/adm/crash

You may want to try to tie these crash dumps up with dates and events in your /etc/shutdownlog before progressing.

Unless you wish to have thses crash dumps investighated, simply cd /var/adm/crash and then rm everything there.
Of course, to be safe you could first back them up to tape.....
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Jonathan Caplette
Regular Advisor

Re: /var/adm/crash

Thanks Steve!!!

I've made a backup and removed the files...

ciao!

Re: /var/adm/crash

Jonathan,

Simply delete the files inside /var/adm/crash. Keep in mind that the files were generated after a crash and unless you're sure you don't need any of it for analysis you can just do an rm -r inside the directory.

Hope that helps you decide.

Tope