How to Stop/Disable DMS Application for OIM: Dynamic Monitoring Service (DMS)
Dynamic Monitoring Service is out of the box Performance Diagnostics tool for FMW. It enables various Fusion Middleware components like OIM to supply data with their performance data, state and on going behavior. DMS service is Enabled by default.
You can Stop/disable it by changing the value at the below location :
$DOMAIN_HOME/config/fmwconfig/servers/AdminServer/dms_config.xml
$DOMAIN_HOME/config/fmwconfig/servers/oim_server1/dms_config.xml
Change the value for enabled to false :
<dumpConfiguration>
<dump intervalSeconds="10800" maxSizeMBytes="75" enabled="false"/>
</dumpConfiguration>
After that you need to restart the servers.
Dynamic Monitoring Service is out of the box Performance Diagnostics tool for FMW. It enables various Fusion Middleware components like OIM to supply data with their performance data, state and on going behavior. DMS service is Enabled by default.
You can Stop/disable it by changing the value at the below location :
$DOMAIN_HOME/config/fmwconfig/servers/AdminServer/dms_config.xml
$DOMAIN_HOME/config/fmwconfig/servers/oim_server1/dms_config.xml
Change the value for enabled to false :
<dumpConfiguration>
<dump intervalSeconds="10800" maxSizeMBytes="75" enabled="false"/>
</dumpConfiguration>
After that you need to restart the servers.
No comments:
Post a Comment