uCosminexus Service Platform, Setup and Operation Guide

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

3.1.9 Obtaining the service adapter definition files in the operating environment

This subsection describes how to obtain the definition files of the following service adapters in the operating environment, with the -operation get option of the csccmctl command:

This option is used by the operators to obtain the definition files in the operating environment after the developers develop these service adapters and perform the deployment definition.

Note that the definition files are not set up in the operating environment the moment the files are obtained. To set up the definition files in the operating environment, you must use the -operation set option after obtaining the files. For details on how to set up the definition files, see "3.1.10 Setting and updating the service adapter definition files in the operating environment".

Organization of this subsection
(1) Examples of command usage
(2) Points to be considered

(1) Examples of command usage

The following is an example of using the command for obtaining the definition files. For details on the csccmctl command, see "csccmctl (Managing the definition files) " in "Service Platform Reference Guide".

Example 1
To obtain the definition file "csccustomadapter.properties" with cluster name "CLS1" and service ID "ADP1" in the directory beneath "C:\tmp":
 
csccmctl -cluster CLS1 -name ADP1 -targetfilename csccustomadapter.properties -basedir C:\tmp -operation get
 

Example 2
To obtain the communication definition file "adptp1_config.xml", which is set in the TP1 adapter and has the cluster name "CLS1" and service ID "ADP1", in the directory beneath "C:\tmp"
 
csccmctl -cluster CLS1 -name ADP1 -targetfilename adptp1_config.xml -basedir C:\tmp -operation get
 

(2) Points to be considered