Top
Systemwalker Runbook Automation Installation Guide
Systemwalker

3.3.2 Setup procedure (when collecting only node information)

[Windows]

  1. Stop the Agent:

    "%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" stop

  2. Modify the agent linkage configuration file.

    To perform node discovery from a subnet other than the subnet where Relay Servers are located, modify the file (refer to "3.1.9.5 How to modify the agent linkage configuration file" for details).

  3. Set up the environment:

    <Agent installation directory>\CMDB\FJSVcmdba\bin\cmdbsetupenv.bat -k AGT_ADSC

  4. Modify the Definition File for Collection of Configuration Information

    In agent with setting up, it collects information at the following time everyday as a default.

    4.45am

    Refer to the Definition File for Collection of Configuration Information in the Systemwalker Runbook Automation Reference Guide and change to collecting schedule to any date.

    Note that if you do not need to execute automated collect routinely, Add "#" to the first letter of following line with comment out.

    AGT_ADSC 45 4 * * *
  5. Start the Agent

    "%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" start

  6. Update the observed records managed by the CMDB:

    <Agent installation directory>\CMDB\FJSVcmdba\bin\cmdbrefresh.exe -q type=AGT_ADSC

    As a result of this operation, the information collected will be registered with the CMDB Manager, which will recognize the existence of the Agent.

    Point

    Refer to "cmdbrefresh (Observed Record Collection Request Command)" in the Systemwalker Runbook Automation Reference Guide for details on the cmdbrefresh command. Check the following messages in the event log to check when the collection processing completes.

    • FCMDB: INFO: [10004] Update check processing has started. '<Agent service type>'

    • FCMDB: INFO: [10005] Update check processing has completed. '<Agent service type>'

[Linux]

  1. Stop the Agent:

    /opt/FJSVswnc/bin/swncctrl stop

  2. Modify the agent linkage configuration file.

    To perform node discovery from a subnet other than the subnet where Relay Servers are located, modify the file (refer to "3.1.9.5 How to modify the agent linkage configuration file" for details).

  3. Set up the environment:

    /opt/FJSVcmdba/bin/cmdbsetupenv.sh -k AGT_ADSC

  4. Modify the Definition File for Collection of Configuration Information

    In agent with setting up, it collects information at the following time everyday as a default.

    4.45am

    Refer to the Definition File for Collection of Configuration Information in the Systemwalker Runbook Automation Reference Guide and change to collecting schedule to any date.

    Note that if you do not need to execute automated collect routinely, Add "#" to the first letter of following line with comment out.

    AGT_ADSC 45 4 * * *
  5. Start the Agent:

    /opt/FJSVswnc/bin/swncctrl start

  6. Update the observed records managed by the CMDB:

    /opt/FJSVcmdba/bin/cmdbrefresh.sh -q type= AGT_ADSC

    As a result of this operation, the information collected will be registered with the CMDB Manager, which will recognize the existence of the Agent.

    Point

    Refer to "cmdbrefresh (Observed Record Collection Request Command)" in the Systemwalker Runbook Automation Reference Guide for details on the cmdbrefresh command. Check the following messages in the syslog to check when the collection processing completes.

    • FCMDB: INFO: [10004] Update check processing has started. 'Agent service name'

    • FCMDB: INFO: [10005] Update check processing has completed. 'Agent service name'