cancel
Showing results for 
Search instead for 
Did you mean: 

/usr/sap/ccms is above the threshold value

Former Member
0 Kudos

Hi,

Can you guide me with this one, what are the files should be deleted with this directory? Where I can find those files?

Hoping for your immediate response.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please login from os level

cd /usr/sap/ccms

Check the Sizes of the directory du -sk *

It will give the size of all the directory and files.

Please find that directory which is very large and go to that directory and find which files are very large and date of that files.(old files)

Check the old files which are present and also still they are using it or not.If they are not in use you can move that files into another directory which has free space.

Check for one week if there is no any inconsistency and then you can delete that files.

Please take the proper approvals before deleting it.

Other wise please inform to the backup team to take backup of that directory.

or

Each agent can generate 500mb data in the ../traces and ../data directories if this fills up the file system, in case of emergency when can delete the contents of

/usr/sap/ccms/wilyintroscope/traces

/usr/sap/ccms/wilyintroscope/data

Then restart the EM

To reduce the required space open the ./config/IntroscopeEnterpriseManager.properties file, and you can find the entries as below:

introscope.enterprisemanager.transactionevents.storage.max.data.age=N

#The trace files under "traces" folder will be deleted after N days.

introscope.enterprisemanager.smartstor.tier3.age=N

#The historical files under "data" folder will finally be deleted after N days

introscope.enterprisemanager.transactionevents.storage.optimize.time offsethour

#It's only about the time to run the "house keeping".

Please adjust the settings accordingly. These changes will not have a immediate effect to the current situation. The simplest way to solve the problem is just to delete the whole "data" and "traces" folder. EM will automatically re-create these new folders when restarting. But please be aware that the historical data will be lost, so we suggest backing up the historical files first. From then on, the "house keeping" work will run in the new way as we have modified.

Alternately one can put the /data directory on a different disk drive / disk controller. For this purpose, change

the following properties in the file config/IntroscopeEnterpriseManager.properties:

introscope.enterprisemanager.smartstor.directory=/your/separate/drive/data

introscope.enterprisemanager.smartstor.directory.archive=/your/separate/drive/archive

introscope.enterprisemanager.smartstor.dedicatedcontroller=true

Regards

Sreedhar Reddy

Edited by: Sreedhar Reddy on Feb 23, 2009 11:42 PM