cancel
Showing results for 
Search instead for 
Did you mean: 

/usr/sap/sid is 100% full

Former Member
0 Kudos

Hi,

I have deleted .old log files from /usr/sap/sid/DV*/work folder.

Also deleted core file from /usr/sap/sid/DV*/j2ee/configtool.

Now the /usr/sap/sid is 78%

Can you please know what is the significance of core file mentioned above.

Regards,

Shilpa.

Edited by: Shilpa Korad on May 10, 2010 3:02 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member204746
Active Contributor
0 Kudos

if you believe that you will never use the contents of core file, you can use one of those tricks to eliminate those huge core files:

TRICK #1:

ln -s /usr/sap/sid/DVEBMGS00/work/core /dev/null

ln -s /usr/sap/sid/DV00/j2ee/configtool/core /dev/null

TRICK #2:

chmod 000 /usr/sap/sid/DVEBMGS00/work/core

chmod 000 /usr/sap/sid/DV00/j2ee/configtool/core

Good luck.

former_member189546
Active Contributor
0 Kudos

Hello,

Please see note

16513 File system is full - what do I do?

regards,

John Feely

nelis
Active Contributor
0 Kudos

Can you please know what is the significance of core file mentioned above.

Core files usually contain data taken from a memory dump at the time of an event that caused a service or process to terminate from a program error. Unless the time stamp on the files is recent and you are still having problems for which you would like to resolve using such dumps, I'd say you can safely delete them.

Nelis