[Windows]
Stop the Agent:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" stop |
Modify the IT resource information collection 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.4 How to modify the IT resource information collection configuration file" for details).
Set up the environment:
<Agent installation directory>\CMDB\FJSVcmdba\bin\cmdbsetupenv.bat -k AGT_INV |
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.30am
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 * * *
Start the Agent:
"%F4AN_INSTALL_PATH%\F4ANswnc\bin\swncctrl" start |
Collect IT resource information automatically:
<Agent installation directory>\CMDB\FJSVcmdba\bin\cmdbrefresh.exe -q type= AGT_INV |
As a result of this operation, the nodes connected to the network will be detected automatically, and the information collected will be registered with the CMDB Manager.
Register authentication information on Business Server.
From Business Server which not installed agent package for Business Server, to collect logical server, hardware information, installed software information, as IT resource information, To be need to register authentication information for SSH communication on CMDB
Refer to the 3.1.9.6 Registering authentication information (when collecting IT resource information)
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]
Stop the Agent:
/opt/FJSVswnc/bin/swncctrl stop |
Modify the IT resource information collection 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.4 How to modify the IT resource information collection configuration file" for details).
Set up the environment:
/opt/FJSVcmdba/bin/cmdbsetupenv.sh -k AGT_INV |
Modify the Definition File for Collection of Configuration Information
In agent with setting up, it collects information at the following time every day as a default.
4.30am
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 * * *
Start the Agent
/opt/FJSVswnc/bin/swncctrl start |
Collect IT resource information automatically:
/opt/FJSVcmdba/bin/cmdbrefresh.sh -q type= AGT_INV |
As a result of this operation, the nodes connected to the network will be detected automatically, and the information collected will be registered with the CMDB Manager.
Register authentication information on Business Server.
From Business Server which not installed agent package for Business Server, to collect logical server, hardware information, installed software information, as IT resource information, To be need to register authentication information for SSH communication on CMDB
Refer to the Registering authentication information(when collecting IT resource information)
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'