csccompoconfig (Defining HCSC components)

Format

csccompoconfig [-h]
-user login-user-ID
-pass login-password
{-operation get -csc HCSC-server-name
[-outputfile file-name-with-output-destination-path]
|-operation set -propfile
name-of-user-defined-reception-runtime-definition-file
|name-of-HITACHI-Application-Integrated-Property-File
{-csc HCSC-server-name|-cluster cluster-name}}
-name reception-ID

Function

Obtains and changes the definition information of a user-defined reception.

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 uCosminexus 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.

-operation {get|set}

Specifies the operations of this command.

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

Specifies the HCSC server name.

-outputfile file-name-with-output-destination-path ~ ((1 to 200 bytes))

Specifies the file name and the path to output the defined contents when the -operation get option is specified. Specify a relative or absolute path.

-propfile name-of-user-defined-reception-runtime-definition-file| name-of-HITACHI-Application-Integrated-Property-File ~ ((1 to 200 bytes))

Specifies the file name containing the list of definitions to be defined in one of the following receptions. Specify the name with a relative or absolute path. This option is enabled when the -operation set option is specified.

-cluster cluster-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters)) <<server name specified in the -csc option>>

Specifies the cluster name. This option is enabled when the -operation set option is specified. Also, an error occurs if you specify the -cluster option when the cluster type is HA.

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

Specifies the reception ID of the user-defined reception.

Output format

The output format when you specify the -operation get option is as follows:

If you specify the file name with an output destination path in the -outputfile option when the -operation get option is specified, the standard output information is output to the specified file.

Examples of input

(1) To obtain the definition of the SOAP user-defined reception ID URECP1 deployed on the server CSCSrv1

csccompoconfig -user admin -pass admin -csc CSCSrv1 -name URECP1 -operation get

(2) To output the definition of the SOAP user-defined reception ID URECP1 deployed on the server CSCSrv1, to a file

csccompoconfig -user admin -pass admin -csc CSCSrv1 -name URECP1 -operation get -outputfile runtime_recp1.properties

(3) To obtain the definition of the custom reception ID CRECP1 deployed on the server CSCSrv1

csccompoconfig -user admin -pass admin -csc CSCSrv1 -name CRECP1 -operation get

(4) To output the definition of the custom reception ID CRECP1 deployed on the server CSCSrv1, to a file

csccompoconfig -user admin -pass admin -csc CSCSrv1 -name CRECP1 -operation get -outputfile userdef_crecp1.xml

(5) To set up the definitions of all the SOAP user-defined reception IDs URECP1 deployed in the cluster CLS1

csccompoconfig -user admin -pass admin -cluster CLS1 -name URECP1 -operation set -propfile cscurcptnconfig.properties

(6) To set up the definitions of all the custom reception IDs CRECP1 deployed in the cluster CLS1

csccompoconfig -user admin -pass admin -cluster CLS1 -name CRECP1 -operation set -propfile userdef_crecp1.xml

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