uCosminexus Service Platform, Setup and Operation Guide
This subsection describes the preconditions for deleting a user-defined reception deployed in the execution environment, and explains how to delete the user-defined reception.
Note that the series of processing to stop and delete the HCSC components from the HCSC server can also be executed in the development environment in a batch. However, batch execution is performed during system development or from unit testing to integration testing. For details, see "7.6 Batch execution of processes for stopping HCSC components and deleting them from the HCSC server" in "Service Platform Basic Development Guide".
To delete a user-defined reception, the following conditions must be satisfied:
To delete a user-defined reception, execute the csccompoundeploy command in the operating environment.
For details on the csccompoundeploy command, see "csccompoundeploy (Deleting the deployed HCSC components) " in "Service Platform Reference Guide".
The execution format of the command differs depending on whether all the user-defined receptions are deleted in a batch, or whether only the specified user-defined reception is deleted.
Delete all the user-defined receptions on the HCSC server or cluster in a batch.
The execution format of the command differs depending on whether the user-defined reception is deleted from a single HCSC server, or all the HCSC servers configuring the cluster.
csccompoundeploy -user <login user ID> -pass <login password> -csc <HCSC server name> -all |
csccompoundeploy -user <login user ID> -pass <login password> -cluster <cluster name> -all |
Among the user-defined receptions deployed on the HCSC server or cluster, only the specified user-defined reception is deleted.
The execution format of the command differs depending on whether the user-defined reception is deleted from a single HCSC server, or all the HCSC servers configuring the cluster.
csccompoundeploy -user <login user ID> -pass <login password> -csc <HCSC server name> -name <reception ID of the user-defined reception> |
csccompoundeploy -user <login user ID> -pass <login password> -cluster <cluster name> -name <reception ID of the user-defined reception> |
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.