3.1.4 Setting up the HCSC server definition information
This subsection describes the preconditions for setting up the HCSC server definition information, specified in the HCSC server runtime definition file, and explains how to set up the information.
- Organization of this subsection
(1) Preconditions
-
HCSC server is stopped or running
For details on how to check the status of the HCSC server, see "5.3.15 Checking the HCSC server information".
-
HCSC server runtime definition file has been created
For details on how to create the HCSC server runtime definition file, see "2.3.3 Setting HCSC server runtime definition file", and for details on the file contents, see "6.5.6 HCSC server runtime definition file" in "Service Platform Reference Guide".
(2) How to set up the information
To set up the HCSC server definition information that is specified in the HCSC server runtime definition file, execute the cscsvconfig command in the operating environment.
For details on the cscsvconfig command, see "cscsvconfig (HCSC server runtime definitions)" in "Service Platform Reference Guide".
The execution format of the cscsvconfig command is as follows:
- To set up the definitions for the HCSC servers in a cluster in a batch
-
Specify the cluster name and execute the command.
The contents of the definition file specified in the -propfile option are set up for the HCSC servers in the cluster specified in the -cluster option.
cscsvconfig -user <login user ID> -pass <login password> -cluster <cluster name> -operation set -propfile <Name of the HCSC server runtime definition file>
- To set up the definitions for the specified HCSC server
-
Specify the HCSC server name and execute the command.
The contents of the definition file specified in the -propfile option are set up for the HCSC server specified in the -csc option.
cscsvconfig -user <login user ID> -pass <login password> -csc <HCSC server name> -operation set -propfile <Name of the HCSC server runtime definition file>
- Important note
-
The set up definition information is applied when the HCSC server is restarted. Note that the reception-related definition information is applied when the reception starts.