Hitachi

uCosminexus Service Platform Setup and Operation Guide


3.1.10 Setting and updating the HCSC component definition files in the operating environment

The definition files obtained in the operating environment are set up in the operating environment with the -operation set option of the csccmctl command. If the definition files are already set up, the set contents are updated by re-executing the -operation set option.

This section describes how to set and update the definition files of the following HCSC components by using the -operation set option of the csccmctl command:

Note that the definition files set up with this option are only enabled in the operating environment.

Organization of this subsection

(1) Example of command usage

The following shows examples of using the command to set or update the definition files of HCSC components. For details on the csccmctl command, see "csccmctl (Managing definition files)" in "Service Platform Reference Guide".

Example 1

To set or update the definition file "csccustomadapter.properties", which is allocated to a directory beneath "C:\tmp" and has the cluster name "CLS1" and service ID "ADP1", in the operating environment

csccmctl -cluster CLS1 -name ADP1 -targetfilename csccustomadapter.properties -basedir C:\tmp -operation set
Example 2

To set or update the communication definition file "adptp1_config.xml", which is set in the TP1 adapter allocated to a directory beneath "C:\tmp" and has the cluster name "CLS1" and service ID "ADP1", in the operating environment

csccmctl -cluster CLS1 -name ADP1 -targetfilename adptp1_config.xml -basedir C:\tmp -operation set

Note that the set up and updated definition contents are deleted in one of the following cases:

(2) Points to be considered