2.3.1 Setting HCSC server configuration definition file
Information required while defining HCSC server configuration is defined in HCSC server configuration definition file.
- Organization of this subsection
-
(1) Creating HCSC server configuration definition file
Create definition information settings of HCSC server configuration by using the sample file stored in the following directory
as HCSC server configuration definition file in XML format:
<Service Platform installation directory>\CSC\config\manager\templates\cscsvsetup.xml
Use the defined file during HCSC server setup. For HCSC server setup, see "3.1.3 Setting up an HCSC server".
Since this file contains information such as user ID and passwords, access permission must be set and managed.
To Page Top
(2) Elements that can be set
The following table describes the elements you can set in HCSC server configuration definition file:
Table 2‒6: Elements that can be set in HCSC server configuration definition file
|
Classification
|
Used tag name
|
Element
|
Possibility of specification
|
|
When database is used and Reliable Messaging is not used
|
When both database and Reliable Messaging are used
|
When both database and Reliable Messaging are not used
|
|
Cluster definition#1
|
name
|
Cluster name
|
Y
|
Y
|
Y
|
|
type#1
|
Cluster type (LB or HA)
|
Y
|
Y
|
Y
|
|
manager definition
|
name
|
Manager name
|
Y
|
Y
|
Y
|
|
ip-address#2
|
Manager IP address
|
Y
|
Y
|
Y
|
|
port#2
|
External connection port number to Manager remote management functionality
|
Y
|
Y
|
Y
|
|
id
|
Management user ID of Management Server
|
Y
|
Y
|
Y
|
|
password#1
|
Management user password of Management Server
|
Y
|
Y
|
Y
|
|
csc-server definition
|
name
|
HCSC server name
|
Y
|
Y
|
Y
|
|
id
|
User ID of the database used by HCSC server
|
Y
|
Y
|
N
|
|
password
|
Password of the database used by HCSC server
|
Y
|
Y
|
N
|
|
j2ee-server-name
|
J2EE server name used by HCSC server
|
Y
|
Y
|
Y
|
|
setup-properties
|
HCSC server setup definition file name
|
Y
|
Y
|
Y
|
|
soap-reception definition#1
|
ip-address#1#2
|
Web server IP address
|
Y
|
Y
|
Y
|
|
port#2
|
Web server port number
|
Y
|
Y
|
Y
|
|
protocol#2
|
Protocol type (http or https)
|
Y
|
Y
|
Y
|
|
jms-reception definition#1#3
|
ip-address#1#2
|
Web server IP address
|
N
|
Y
|
N
|
|
port#2
|
Web server port number
|
N
|
Y
|
N
|
|
protocol#2
|
Protocol type (http or https)
|
N
|
Y
|
N
|
|
rm-service-context-root#2
|
Reliable Messaging service context root
|
N
|
Y
|
N
|
|
jms-physical-reception definition#1#4
|
ip-address#1#2
|
Web server IP address
|
N
|
Y
|
N
|
|
port#2
|
Web server port number
|
N
|
Y
|
N
|
|
protocol#2
|
Protocol type (http or https)
|
N
|
Y
|
N
|
|
rm-service-context-root#2
|
Reliable Messaging service context root
|
N
|
Y
|
N
|
|
ejb-reception definition#1
|
ip-address#1#2
|
NameServer IP address
|
Y
|
Y
|
Y
|
|
port#2
|
NameServer port number
|
Y
|
Y
|
Y
|
- (Legend)
-
Y: Can be specified.
N: Cannot be specified.
- Note #1
-
Can be omitted.
- Note #2
-
From the 2nd time onwards, if the setting is changed and reset up is performed, the value is overwritten.
- Note #3
-
Set if the cluster type is "HA". If the cluster type is "LB", it is ignored even if set.
- Note #4
-
Set if the cluster type is "LB". If the cluster type is "HA", it is ignored even if set.
For details on HCSC server configuration definition file, see "6.4.2 HCSC server configuration definition file" in "Service Platform Reference Guide".
To Page Top