uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

3.1.10 Setting and updating the service adapter 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 subsection describes how to set up and update the definition files of the following service adapters with 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
(2) Points to be considered

(1) Example of command usage

The following is an example of using the command for setting and updating the service adapter definition files. For details on the csccmctl command, see "csccmctl (Managing the 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