csccompodeploy (Deploying HCSC components)

Format

csccompodeploy [-h]
-user login-user-ID
-pass login-password
{-csc HCSC-server-name|-cluster cluster-name}
{-name service-ID|reception-ID|-all
|-namelist file-name-specifying-HCSC-components}

Function

Deploys HCSC components on the HCSC server that is already set up.

By setting up default values for mandatory options, such as the login user ID, in the HCSC-Manager command definition file, you can omit the specification of these values in this command.

For details on how to use this command, see the following locations in the Service Platform System Setup and Operation Guide according to the purpose of use:

Arguments

-h

Displays the usage of commands. When you specify this option, all other options are ignored even if specified.

-user login-user-ID ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the user ID that is used to log in to HCSC-Manager.

-pass login-password ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 16 characters))

Specifies the password that is used to log in to HCSC-Manager.

-csc HCSC-server-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the HCSC server on which the HCSC components are to be deployed.

-cluster cluster-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the cluster name where the HCSC components are to be deployed in a batch. Note that an error occurs if you specify the -cluster option when the cluster type is HA.

-name service-ID|reception-ID ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the service ID or reception ID of the HCSC components to be deployed.

-all

Deploys all the undeployed HCSC components. When you specify this option along with -csc, all the undeployed HCSC components within the HCSC server will be deployed. When you specify this option along with -cluster, all the undeployed HCSC components within that cluster will be deployed.

The following table lists the order in which the HCSC components are deployed when you specify this option. If an error occurs during processing, the start processing will stop even if all the HCSC components are not deployed.

Deployment orderType of HCSC componentsDeployment order within HCSC components
1Service adaptersAscending order of service IDs
2Business processesAscending order of business process names
3User-defined receptionsAscending order of business process names and reception IDs

-namelist file-name-specifying-HCSC-components ~ ((1 to 200 bytes))

Uses the HCSC component-specification file to specify the HCSC components to be deployed. Specify this file with an absolute or relative path. If the file does not exist, the command ends abnormally. For details on the HCSC component-specification file, see HCSC component-specification file.

Note that the HCSC components are deployed in the same order as that described for the -all option.

Return values

Return valueMeaning
0The command terminated normally.
1The command terminated abnormally.
2A communication timeout occurred.
3An exclusion error occurred.
9An error occurred when checking the execution permission.

Notes