cancel
Showing results for 
Search instead for 
Did you mean: 

Dual stack housekeeping

Former Member
0 Kudos

HI all,

We have MDM and SOLMAN systems and our /usr/sap is gettign filled filled up.We wanted to know as to what housekeeping taks can we undertake.Is there anything we can do about SDM directory.Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

On solman have you configured the standard SAP jobs which deletes the logs? also you can find the largest directory using du -g command and search for largest directory.

Former Member
0 Kudos

HI Sunil,

I have mentioned about /usr/sap file systems.The job logs get stored in /sapmnt right.

du -sh *

1.0K config

4.3G DVEBMGS80

0 put

126M SCS81

0 SYS

du -sh *

114M data

548M exe

4.0M igs

2.3G j2ee

21M log

1.2G SDM

46K sec

259M work

Former Member
0 Kudos

Whats in DVEBMGS80 which has 4.3G occupied. And whats your /usr/sap filesystem size?

go to DVEBMGS80 and execute below command and check the results. This will show you the list of files sorted by size.

ls -lR|sort +4nr|more

Former Member
0 Kudos

Hi Sunil,

In the earlier post i had posted the output of du -sh * fro that directory.Do you want me to post the output of the command mentioned.Thanks.

Former Member
0 Kudos

yes, please execute below command from DVEBMGS80 and paste first 10-15 lines.

ls -lR|sort +4nr|more

Former Member
0 Kudos

HI Sunil,

Please find the output.Thanks.

-rw-rr 1 pm0adm sapsys 219485626 Jan 6 2010 adobe-PDFManipulation.sda

-rw-rr 1 pm0adm sapsys 136088608 Jan 6 2010 adobe-XMLForm.sda

-rwxr-xr-x 1 pm0adm sapsys 112526579 Sep 20 16:32 FontManagerService_native.zi

p

-rw-rr 1 pm0adm sapsys 112488339 Jan 6 2010 adobe-FontManager.sda

-rwxr-xr-x 1 pm0adm sapsys 45272498 Jan 29 2010 disp+work

-rwxr-xr-x 1 pm0adm sapsys 36387812 Sep 20 16:31 PDFManipulation_native.zip

-rw-rr 1 pm0adm sapsys 32967344 Sep 20 16:39 WebDynpro.wda

-rw-rr 1 pm0adm sapsys 29161574 Jan 6 2010 sap.comtcsdtappjspm~ext.sd

a

-rw-rr 1 pm0adm sapsys 26643942 Jan 6 2010 adobe-DocumentServicesBinaries

-2.sda

-rw-rr 1 pm0adm sapsys 26252581 Jan 6 2010 WebDynproDispWda.sda

-rw-rr 1 pm0adm sapsys 24918299 Nov 1 06:58 com.sap.smd.agent.application.

runtime_7.01.7.0.20100326101555.war

-rw-rr 1 pm0adm sapsys 24918299 Sep 20 16:45 com.sap.smd.agent.application.

runtime_7.01.7.0.20100326101555.war

-rw-rr 1 pm0adm sapsys 24239149 Sep 20 16:36 htmlb.war

-rw-rr 1 pm0adm sapsys 23278047 Jan 8 2010 sapj2eeclient.sda

-rw-rr 1 pm0adm sapsys 22934529 Jan 6 2010 logviewer-standalone-fs.sda

-rw-rr 1 pm0adm sapsys 22860004 Mar 26 2010 sap.comtcsmdagentapplicati

on~runtime.ear

former_member227283
Active Contributor
0 Kudos

Hi Amarish,

Pls scroll to following location.

/usr/sap/<SID>/DVEBMG<NN>/j2ee/cluster/server0/log/

then run the command

du -skh archive

Let us the know the output of this command.

Thanks

Anil

Former Member
0 Kudos

Looks like you need to extend your filesystem ASAP. As you have about 4 GB under your Instance directory. How many java server nodes you have? check /usr/sap/<SID>/DV*/j2ee/cluster

Former Member
0 Kudos

Hi,

The final conclusion is that we cannot tamper with the data residing in the path mentioned.Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

From my view deleting content from SDM directory is not at all good idea.

For getting space you may consider cleanup of log files .

Regards,

Former Member
0 Kudos

Hi Gagan,

Even i was thinking the same.When checked in SDM it is full of classes.The standarad one which i use goto cluster server0 and delete the old files from there.Not sure from where else we can delete the files.Thanks.