3.1.11 Deleting the HCSC component definition files from the operating environment
This section describes how to delete the definition files of the following HCSC components by using the -operation reset option of the csccmctl command:
-
DB adapter
-
TP1 adapter
-
File adapter
-
Object Access adapter
-
Message Queue adapter
-
FTP adapter
-
File operations adapter
-
Mail adapter
-
HTTP adapter
-
Command adapter
-
SFTP adapter
-
Custom adapter
-
SOAP reception
-
TP1/RPC reception
-
FTP reception
-
HTTP reception
-
Message queue reception
-
File event reception
-
Custom reception
- Organization of this subsection
(1) Example of command usage
The following shows examples of using the command to delete HCSC component definition files. For details on the csccmctl command, see "csccmctl (Managing 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
-
Execute the -operation reset option before the HCSC components are deployed.
-
An error occurs in the following cases:
-
If the file specified in the -targetfilename option does not exist
-
If the file specified in the -targetfilename option cannot be deleted
-