Hitachi

uCosminexus Service Platform Setup and Operation Guide


5.4.9 Checking the information of HCSC components

This subsection describes method for checking the information of the following HCSC components that are already deployed in the execution environment.

To check the information of HCSC components, execute the cscstatus (status display) command or the cscutil (various operations) command.

You can execute the cscstatus command and the cscutil command in the operating environment.

Command-wise methods for checking the information of the HCSC components are as follows:

Organization of this subsection

(1) Using the cscstatuscommand to check the information

To check the information of HCSC components with the cscstatus command, execute the cscstatus command by specifying the -system option and the -type option and then specifying "compo" in the -type option.

Execution format for checking the information of HCSC component is as follows:

cscstatus -user <login user ID> -pass <login password> -csc <HCSC server name> -type compo

For details, see "cscstatus (Displaying the status)" in "Service Platform Reference Guide".

(2) Using the cscutil command to check the information

To check the information of HCSC components with the cscutil command, execute the cscutil command by specifying compo in the -target option and get_bp_info in the -operation option and then specifying "compo" in the -type option.

The execution format of the cscutil command depends on whether you use the property definition file.

(a) When you do not use the property definition file

Specify the HCSC server name and the service ID of the business process in the -props option.

cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target compo -operation get_bp_info -props "CSCSrvName=<HCSC sever name>, AdapterName=<Service ID of the business process>"

For details, see "cscutil (Various operations)" in "Service Platform Reference Guide".

Reference note

You can use the cscrepls command to check the Manager name, HCSC server name, and the service ID of the business process that are specified in the cscutil command. For details, see "cscrepls (Displaying the repository information)" in "Service Platform Reference Guide".

(b) When you use the property definition file

Specify the property definition file name in the -propfile option The property definition file must be created beforehand in the J2SE property file format.

cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target compo -operation get_bp_info -propfile <property definition file name>

For details, see "cscutil (Various operations)" in "Service Platform Reference Guide".

Important note
  • If you acquire information of the undeployed business process, the character string "null" is displayed.

  • If you execute the cscutil command without the specifying the service ID of the business process, information on all business processes managed by the HCSC server is output.