cancel
Showing results for 
Search instead for 
Did you mean: 

Disk space remaining

manthana_c
Contributor
0 Kudos

Hello Guru:

I use the new SAP ECC installation for 2 weeks.

I wonder how can I know that the disk space is almost full.

Anywhere that I can check for this so I can prepare for the new space.

Thx in advance.

Accepted Solutions (1)

Accepted Solutions (1)

manthana_c
Contributor
0 Kudos

Any T.code that shows space occupied or remaining?

tomas-krojzl
Active Contributor
0 Kudos

Hello,

Any T.code that shows space occupied or remaining?

Yes. you can use either:

a) transaction ST06 / Detail Analysis Menu / Snapshot - Current Data / FileSys - to see current snapshot

transaction ST06 / Detail Analysis Menu / Previous 24 hours / FileSys - to see history (you need to click on Next File System to see the other ones)

-- or --

b) transaction RZ20 / SAP CCMS Monitor Templates / Filesystems - here you can even configure monitoring and it is also possible (but not easy to explain here in forum on few lines) to configure email notification

Tomas

former_member182505
Contributor
0 Kudos

Hi,

Check the Archive log file size. and other logs.

also check the core file size in work Directory

use St06 for detail information.

thanks

sadiq

manthana_c
Contributor
0 Kudos

yes, I have seen free space in ST06. Thx so much.

and any thing that I should remove to free more disk space?

eg. I delete all my spool but no see space came back.

pls advise.

Former Member
0 Kudos

Dear , you need to read basic guide obout oracle database.

Navigate to D:\oracle\SID\oraarch folder , what do you see ?

You have enabled by defaul archiveloge mode and DB creates offline redo logs

if your system are not productive you can disable archivelog ,and delete generated offline redologs.

How you can disable archivloge :

Stop sap and DB , after :

sqlplus /nolog

connect / as sysdba

sql> startup mount

sql>select log_mode from v$database; (this step is optional)

sql>alter database noarchivelog;

sql>alter database open;

Now check for example again

sql>select log_mode from v$database;

Regards.

former_member182505
Contributor
0 Kudos

Hi

After doing all activity i beleave you need to wait some time. job wiill run and it will update .

Thanks

sadiq

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

Did you enable oraflash?

If so, please disable it. Check Note 966073 - Oracle Flash Recovery Area/Fast Recovery Area

Regards,

Rajan

former_member188883
Active Contributor
0 Kudos

Hi,

Can you share your file system configuration along with size in GB. It can give us clear cut picture as of which filesystem is full.

Regards,

Deepak Kori

manthana_c
Contributor
0 Kudos

Hello Guru:

OS : Wins 2003

Disk : Drive d : 360 GB

DB: Oracle 10g

Pls help and thx in advance.

former_member188883
Active Contributor
0 Kudos

Hi,

I assume that your entire SAP installation including SAP executables, Oracle binaries and ORacle datafiles and archivelogs are present in the D:\ Drive.

Problem here I see is that your system has created lot of archive logs in the oraarch folder. You may need to either backup them up and clear the space in this folder. Alternatively if the system is not that critical , you may simply delete the contents from folder oraarch.

Additionally as a precautionary step you may switch off archive log mode using brtools. This will ensure no more archive logs are created.

Hope this helps.

Regards,

Deepak Kori