Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.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]

    <Installation directory for this product>\SWRBAM\CMDB\FJSVcmdbm\axis2\WEB-INF\services\mdr_cfmg\cmdb.properties
    <Installation directory for this product>\SWRBAM\CMDB\FJSVcmdbm\axis2\WEB-INF\services\mdr_ror\cmdb.properties

    [Linux]

    /opt/FJSVcmdbm/axis2/WEB-INF/services/mdr_cfmg/cmdb.properties
    /opt/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]

    <Installation directory for this product >\SWRBAM\CMDB\FJSVcmdbm\bin\cmdbstop
    <Installation directory for this product >\SWRBAM\CMDB\FJSVcmdbm\bin\cmdbstart

    [Linux]

    /opt/FJSVcmdbm/bin/cmdbstop.sh
    /opt/FJSVcmdbm/bin/cmdbstart.sh