Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

3.20.2 Referring Confirm Information of Normal Running Status of Server

With using operation component "Obtain configuration information", you can obtain confirm information of running status registered to CMDB, and you can specify obtained value as input information for the following operation components.

The specifiable value in service option of operation component " Check that the service has started " can be obtained from CMDB by specifying in searchxpath and xpath option of operation component "Obtain configuration information" as below.

Table 3.12 Obtain service name to confirm start

Option name

Setting value

searchxpath

/%LogicalServer[./#expected/rc:LogicalServer[@id='Group name']]/&GRelation/%OSService

xpath

entities/cmdb:item/cmdb:record/ns0:OSService/attribute::name

The specifiable value in port option of operation component " Check whether connection to the port is possible " can be obtained from CMDB by specifying in searchxpath and xpath option of operation component " Obtain configuration information " as below.

Table 3.13 Obtain port number to confirm whether it is possible to connect

Option name

Setting value

searchxpath

/%LogicalServer[./#expected/rc:LogicalServer[@id='Group name']]/&GRelation/%Process

xpath

entities/cmdb:item/cmdb:record/ns0:Process/attribute::name

Also, if the group name to confirm is unknown, it can be obtained from CMDB by specifying in searchxpath and xpath option of operation component " Obtain configuration information " as below.

Table 3.14 Obtain group name to confirm

Option name

Setting value

searchxpath

/%LogicalServer[./#observed/rc:LogicalServer[@hostname='host name']]

or

/%LogicalServer[./#observed/rc:LogicalServer[@ipAddress='IP address']]

xpath

entities/cmdb:item/cmdb:record/ns0:LogicalServer/attribute::usage