cscrcptnstop (Stopping standard receptions and user-defined receptions)
Format
cscrcptnstop [-h]
-user login-user-ID
-pass login-password
{-csc HCSC-server-name|-cluster cluster-name}
[{-standard|-userdef}]
[-stopfg {normal|wait|force}]
[-nogc]
Function
Stops a reception (standard receptions and user-defined receptions).
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 name of the HCSC server for stopping the reception.
-cluster cluster-name ~ <one-byte alphanumeric characters and underscores (_)> ((1 to 8 characters))
Specifies the name of the cluster for stopping the receptions in a batch. An error occurs if you specify the -cluster option when the cluster type is HA.
-standard
Stops only the standard receptions. If both -standard and -userdef are not specified, all the receptions will be stopped.
-userdef
Stops all the user-defined receptions. Use the csccompostop command to stop the user-defined receptions individually. If both -standard and -userdef are not specified, all the receptions will be stopped.
-stopfg {normal|wait|force}
Specifies the stop option for the standard receptions. This definition is ignored if the -userdef option is specified. The default value is normal.
-nogc
Stops the receptions without generating Full GC. However, the specification of this option does not control Full GC generated automatically by JavaVM.
Examples of input
cscrcptnstop -user admin -pass admin -csc HCSC
cscrcptnstop -user admin -pass admin -cluster Cluster
cscrcptnstop -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