Hitachi

uCosminexus Service Platform Reference Guide


cscrcptnstart (Starting standard receptions and user-defined receptions)

Organization of this page

Format

cscrcptnstart [-h]
 -user login-user-ID
 -pass login-password
 {-csc HCSC-server-name|-cluster cluster-name}
 [{-standard|-userdef}]
 [-nogc]

Function

Starts a reception (standard reception and 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 Service Platform 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 name of the HCSC server for starting the reception.

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

Specifies the name of the cluster for starting the receptions in a batch. An error occurs if you specify the -cluster option when the cluster type is HA.

-standard

Invokes only the standard receptions. If both -standard and -userdef are not specified, all the receptions will be invoked.

-userdef

Invokes all the user-defined receptions. Use the csccompostart command to start the user-defined receptions individually. If both -standard and -userdef are not specified, all the receptions will be invoked.

-nogc

Invokes the receptions without generating Full GC. However, the specification of this option does not control Full GC generated automatically by Java VM or Full GC issued by abnormal J2EE server processing.

Execute the javagc command to explicitly generate Full GC when an HCSC component starts. For details on the javagc command, see javagc (forcibly perform GC) in the manual Application Server Command Reference Guide.

Examples of input

(1) To start the receptions for the HCSC server HCSC
cscrcptnstart -user admin -pass admin -csc HCSC
(2) To start the standard receptions for each HCSC server in the cluster Cluster in a batch
cscrcptnstart -user admin -pass admin -cluster Cluster -standard
(3) To start the receptions under the HCSC server CSCSrv1 in a batch, and without generating Full GC
cscrcptnstart -user admin -pass admin -csc CSCSrv1 -nogc

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