Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Operation Guide
FUJITSU Software

8.9 Settings for Event Log Output for CMDB Agent

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.

  1. 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
  2. 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
  3. 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