cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain file system /usr/sap/<SAPSID>/DVEBMGS01

Former Member
0 Kudos

Dear All,

We have following landscap.

SAP ECC 6 on HP-UX and Oracle 10g.

Our file system /usr/sap/<SAPSID>/DVEBMGS01 is frequently filled up 100%. I have switched off auditing. But problem remain same.

Which files can remove directly from Operating systems so I can make sufficient space. Due to 100% users are not able to take printing.

Follwing folders are in the files systems. Which type of files these folder containt. I can understand only log folder.

data

exe

igs

log

sec

work

Thanks in advance,

Regards,

Nirav

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member204746
Active Contributor
0 Kudos

HI,

you might have "core" files hanging in your WORK directory.

if that's the case, try this:

cd /usr/sap/<SAPSID>/DVEBMGS01

cd work

rm core

touch core

chmod 000 core

there ya go, no more huge core files in that directory.

if this is not the cause of your problem, you need to find the biggest files and investigate if you need them.

former_member182505
Contributor
0 Kudos

Hi,

Go with the 16513 File system is full - what do I do

check your core file from work DIR and remove .

you can also set its permission to chmod 000 . it will remove read write execute permission.

also check old logs and delete.

Thanks

Sadiq

former_member188883
Active Contributor
0 Kudos

Hi Nirav,

1) Please check whether you have old kernel backups in the /usr/sap/<SAPSID>/DVEBMS01.

2) Delete larger files from work directory.

3) Ensure that there are no core files in the directory /usr/sap/<SAPSID>/DVEBMGS01.

Hope this is useful.

Regards,

Deepak Kori

Former Member
0 Kudos

Hello,

Try to refer the following Note and verify all the SAP standard jobs in your sap system, each job should keep running successfully as per their periodicity.

16513 File system is full - what do I do?

Thanks