3.3.5 Unsetting up an HCSC server
If you unset up an HCSC server, all the set up information is cancelled. If an unset up HCSC server forms a cluster with other HCSC servers, that server is deleted from the cluster.
During the unsetup operation, the repository information just before the unsetup operation is backed up. You can import the backed up repository information into the development environment as and when required. The backup is stored in the following directory with the file name "repository.zip":
<Service Platform installation directory>\CSC\spool\manager\unsetup_bk\repository.zip
Note that as a consequence of the HCSC server unsetup, if the HCSC server set up in the repository no longer exists, all the service information is deleted.
This subsection describes the preconditions for the HCSC server unsetup operation, and explains how to execute unsetup.
- Organization of this subsection
(1) Preconditions
To unset up an HCSC server, the following conditions must be satisfied:
-
The HCSC server to be unset up is in a stopped state
For details on how to check the status of the HCSC server, see "5.3.15 Checking the HCSC server information".
-
All the service adapters, business processes, and user-defined receptions are in a pre-deployment state
For details on how to check the status of the service adapters, business processes, and user-defined receptions, see "5.3.17 Checking the service adapter information", "5.3.18 Checking the business process information", and "5.3.19 Checking the information of user-defined reception".
-
The backup file (<Service Platform installation directory>\CSC\spool\manager\unsetup_bk\repository.zip) is not accessed
If the backup file is being accessed, HCSC server unsetup might fail.
-
Other commands are not being executed at the same time
(2) How to perform an unsetup
To unset up an HCSC server, execute the cscsvunsetup command in the operating environment. For a test environment that was set up by using the HCSC Easy Setup functionality, use the HCSC Easy Setup functionality to perform unsetup.
For details on the cscsvunsetup command, see "cscsvunsetup (Removing the setup of the HCSC server)" in "Service Platform Reference Guide".
The execution format of the cscsvunsetup command is as follows:
cscsvunsetup -user <login user ID> -pass <login password> -csc <HCSC server name>
- Important note
-
-
If the types of standard receptions for each of the HCSC servers configuring the cluster are different, first unset up the HCSC server for which the specified standard reception types are few.
-
If the HCSC server cannot be unset up, eliminate the cause of the error, and then re-execute the unsetup operation.
-
As a consequence of unsetting up the HCSC server, if the HCSC server set up in the repository no longer exists, the repository information is deleted along with the business processes and service adapters. To continue to develop the business processes and service adapters before deletion, import the backup file (repository.zip) into the HCSC development environment, and continue development.
-
When you perform unsetup by using a database, do not execute the cscsvsetup command (Setting up the HCSC server) and cscsvunsetup command (Unsetting up the HCSC server) on multiple machines at the same time even if the operating environment repositories are assumed to be different.
-