uCosminexus Service Platform, Setup and Operation Guide

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

3.1.11 Deleting the service adapter definition files from the operating environment

This subsection describes how to delete the definition files of the following service adapters with the -operation reset option of the csccmctl command:

Organization of this subsection
(1) Example of command usage

(1) Example of command usage

The following is an example of using the command for deleting 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 delete the definition file "csccustomadapter.properties" with cluster name "CLS1" and service ID "ADP1" from the operating environment
 
csccmctl -cluster CLS1 -name ADP1 -targetfilename csccustomadapter.properties -operation reset
 

Example 2: To delete the communication-configuration definition file "adptp1_config.xml", which is set in the TP1 adapter and has cluster name "CLS1" and service ID "ADP1", from the operating environment
 
csccmctl -cluster CLS1 -name ADP1 -targetfilename adptp1_config.xml -operation reset
 
(a) Points to be considered