cscsvsetup (Setting up an HCSC server)

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 HCSC server setup in the uCosminexus Service Platform System 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 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