cscsvsetup (Setting up an HCSC server)
- Organization of this page
Format
cscsvsetup [-h] -user login-user-ID -pass login-password [-csc HCSC-server-name] [-cluster cluster-name] -propfile name-of-HCSC-server-configuration-definition-file
Function
Sets up an HCSC server.
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 3.1.3 Setting up an HCSC server in the uCosminexus Service Platform Setup and Operation Guide.
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 name of the HCSC server to be set up. Do not use an HCSC server name that is identical and only differs in upper or lower case, from the name of an HCSC server that is already set up. If such a name is used, the database table name and queue name might be duplicated, resulting in a setup error. If you omit this option, the HCSC server name specified in the HCSC server configuration definition file is assumed.
-cluster cluster-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters)) <<server name specified in the -csc option>>
Specifies the name of the cluster to which the HCSC server to be set up belongs. This cluster name must be unique amongst the different clusters. Do not use a cluster name that is identical and only differs in upper or lower case, from the name of a cluster that is already set up. If such a name is used, the database table name and queue name might be duplicated, resulting in a setup error. If you omit this option, the cluster name specified in the HCSC server configuration definition file is assumed.
-propfile name-of-HCSC-server-configuration-definition-file ~ ((1 to 200 bytes))
Specifies the name of the HCSC server configuration definition file as a relative or absolute path.
Return values
|
Return value |
Meaning |
|---|---|
|
0 |
The command terminated normally. |
|
1 |
The command terminated abnormally. |
|
2 |
A communication timeout occurred. |
|
3 |
An exclusion error occurred. |
|
9 |
An error occurred when checking the execution permission. |
Notes
-
To perform an additional setup, execute the command after the termination of the HCSC server, each business process, and each service adapter. If the command is executed while any of the above are still running, an error occurs.
-
The settings for using the database and Reliable Messaging in one cluster must be the same.
-
The SOAP modes of all the HCSC servers in one repository must be the same.