cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Introscope Enterprise Manager

Former Member
0 Likes
502

Hi,

IEM takes lot of space & is growing. which files can i delete to free space.

Thanks in advance..

Edited by: Kobby bryant on Aug 19, 2008 6:44 PM

View Entire Topic
Former Member
0 Likes

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