cancel
Showing results for 
Search instead for 
Did you mean: 

usr/sap/SID is 87% full

Former Member
0 Kudos

I deleted the statistics files from data directory

resetted the trace files

Still it is above threshold

The instance i.eDVEBMGS42 directory contains following

data igs j2ee log SDM sec work

Also in work directory these are the files occupying max space

du -sk *|sort -nr

55360 sqlnet.log

31592 dev_w1.old

24288 dev_w3.old

16412 TRACE01

16300 TRACE00

16268 TRACE02

15092 TRACE

12660 dev_w0.old

5256 dev_evt

4052 dev_w13.old

2912 dev_tp

2472 dev_w2.old

1700 dev_w6.old

and data diractory contains this

-rw-rw---- 1 crqadm sapsys 94058 Aug 5 21:00 FL20080805.dat

-rw-rw---- 1 crqadm sapsys 186680 Aug 6 19:01 FL20080806.dat

-rw-rw---- 1 crqadm sapsys 45234 Aug 7 23:00 FL20080807.dat

-rw-rw---- 1 crqadm sapsys 118829 Aug 9 00:02 FL20080808.dat

-rw-rw---- 1 crqadm sapsys 15437 Aug 11 18:00 FL20080811.dat

-rw-rw---- 1 crqadm sapsys 426492 Aug 12 18:01 FL20080812.dat

-rw-rw---- 1 crqadm sapsys 10411 Aug 13 18:00 FL20080813.dat

-rw-rw---- 1 crqadm sapsys 4667 Aug 14 17:00 FL20080814.dat

Can i delete anyhting from these???

Help appreciated

Edited by: Ameya Joshi on Jan 22, 2009 12:32 PM

Edited by: Ameya Joshi on Jan 22, 2009 12:37 PM

Edited by: Ameya Joshi on Jan 22, 2009 12:42 PM

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ameya,

Kindly check the SAP std reorg(house keeping) jobs are running..

Regards,

Rahul.

Former Member
0 Kudos

Hi Amaya,

Check if your /usr/sap/trans mounted separately? Because most of the size issues arises from 'trans' directory.

Its safe to delete only log files.

Hope this helps.

Pranay

Former Member
0 Kudos

Hello Ameya,

You can deleted the following files

E:\usr\sap\RQ2\DVEBMGS00\data stat file - empty it.

/eps/in - backup

E:\usr\sap\RQ2\DVEBMGS00\work - old trace file

rsbtcdel2

rsbtcdel

rsbdcreo

rsbdcdel - work dir.

rsts0024 - orphaned files

rspo0041 - spool

rspo1041 - spool

Workflow

SWU9 u2013 show the files

SWU10 - you can delete the files

SW08 u2013 you can start or stop the trace for the workflow

swu10 RSWTTR02 - workflow log Eg. : WF_LOG_000000064049_210

Regards,

Anand

Former Member
0 Kudos

You can remove the application and dialog step statistics in data folder.

You can also remove the same from transaction ST03N->Expert mode->Collector and Performance DB

->Statistics Records & file -> Delete file

In work folder, you can nullify the core file, .nfsXXXX files, old dev_w*.

You nullify files with command cat /dev/null > file name.

You can also remove folder archive from path /usr/sap/<SID>/<inst>/j2ee/cluster/serverX/log

You can also remove old default and applicaiton trace from /usr/sap/<SID>/<inst>/j2ee/cluster/serverX/log.

Not only in work folder,wherever core file si present you can remvoe them.

And in global folder in path /usr/sap/<SID>/SYS/global, if any XXXspool or XXXJOB log is large,

you can remvoe old job logs and spool logs in txn SE38.Run reports RSPO0041 for removing

old spool and rsbtcdel and rsbtcdel2 for removing old job logs.

Former Member
0 Kudos

Hi,

You can delete old log file i.e *.old. you can use below command for deleting

rm -r *.old

--Kishore

Former Member
0 Kudos

search for any *.sar or *.car file, you can delete that too. Ask unix to add more space to it if you are not in a position to delete anything more.