This section explains how to change the settings that determine whether the start/end messages for CMDB agent information collection are output to event logs.
Use the following procedure to change the settings that determine whether to prevent start/end messages from being output to event logs or not.
Open the following files
[Windows Manager]
Installation_folder\CMDB\FJSVcmdbm\axis2\WEB-INF\services\mdr_cfmg\cmdb.properties Installation_folder\CMDB\FJSVcmdbm\axis2\WEB-INF\services\mdr_ror\cmdb.properties
[Linux Manager]
/opt/FJSVctdsb-cmdb/CMDB/FJSVcmdbm/axis2/WEB-INF/services/mdr_cfmg/cmdb.properties /opt/FJSVctdsb-cmdb/CMDB/FJSVcmdbm/axis2/WEB-INF/services/mdr_ror/cmdb.properties
Set the following items:
schedule.syslog.disable
Change the value above. A modification example is shown below. Change the part in italics.
Set this item to "true" to prevent start/update messages from being output to event logs, or "false" otherwise.
schedule.syslog.disable=true
Restart the CMDB.
Open a command prompt and execute the following commands:
[Windows Manager]
Installation_folder\CMDB\FJSVcmdbm\bin\cmdbstop Installation_folder\CMDB\FJSVcmdbm\bin\cmdbstart
[Linux Manager]
/opt/FJSVctdsb-cmdb/CMDB/FJSVcmdbm/bin/cmdbstop.sh /opt/FJSVctdsb-cmdb/CMDB/FJSVcmdbm/bin/cmdbstart.sh