cancel
Showing results for 
Search instead for 
Did you mean: 

file size showing 100%

Former Member
0 Kudos

hi expert,

i have some problem in /sapmnt/DEV in Development Server..it is showing 100% used.

here,

o/s - AIX 5.2

database-Oracle9i

SAP-4.7

I can' t increase file size also because there is not enough free space.here.exe,global and profile is showing under /sapmnt/DEV.I can't understand what i have to delete.Please suggest what i have to do..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Sometimes the space crunch can occur due to core dumps. However, I would suggest you to check on the joblogs too.

The joblogs are usually created under the /sapmnt/<SID>/SYS/global/<client>JOBLG.

You cannot directly delete them on the OS level. But you can delete them by using the report RSBTCDEL.

Please refer note 6604 on how to perform the same.

Hope it helps.

Best Regards,

Srividya.R

former_member204746
Active Contributor
0 Kudos

try this to start with:

find /sapmnt/DEV -name core -exec rm {} \;