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.
To confirm service start
You can specify it in service option.
To confirm whether it is possible to connect with port
You can specify it in port option.
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.
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.
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.
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 |