5.3.28 Changing the definition information of HCSC components
This section describes the prerequisites for changing the definition information of the following HCSC components and the procedure for starting the HCSC components:
-
DB adapter
-
TP1 adapter
-
File adapter
-
Object Access adapter
-
Message Queue adapter
-
FTP adapter
-
File operations adapter
-
Email 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) Prerequisites for changing the definition information
The definition information of an HCSC component can be changed when all of the following conditions are met:
-
The HCSC server is started.
-
The target HCSC component and its associated reception are stopped.
For details about how to check the status of the HCSC server, see 5.3.15 Checking the HCSC server information.
(2) Procedure for changing the definition information
Use the following procedure to change the definition information of an HCSC component:
-
Undo deployment of the HCSC component for which definition information is to be changed.
The command line for undoing deployment is as follows:
csccompoundeploy -cluster cluster-name -user login-user-ID -pass login-password -name service-ID-or-reception-ID
For details, see csccompoundeploy (Deleting the deployed HCSC components) in the Service Platform Reference Guide.
-
Obtain the definition file.
The command line for obtaining the definition file is as follows:
csccmctl -cluster cluster-name -user login-user-ID -pass login-password -cluster cluster-name -name service-ID-or-reception-ID -operation get -targetfilename definition-file-name -basedir definition-file-storage-directory-path
For details, see csccmctl (Managing definition files) in the Service Platform Reference Guide.
-
Change the settings in the definition file.
-
Set the definition file.
The command line for setting the definition file is as follows:
csccmctl -cluster cluster-name -user login-user-ID -pass login-password -cluster cluster-name -name service-ID-or-reception-ID -operation set -targetfilename definition-file-name -basedir definition-file-storage-directory-path
For details, see csccmctl (Managing definition files) in the Service Platform Reference Guide.
-
Deploy the HCSC component for which definitions are set.
The command line for deploying the HCSC component is as follows:
csccompodeploy -cluster cluster-name -user login-user-ID -pass login-password -name service-ID-or-reception-ID
For details, see csccompodeploy (Deploying HCSC components) in the Service Platform Reference Guide.