Hitachi

Hitachi Advanced Database Application Development Guide


2.2.1 Operands related to system configuration

adb_clt_rpc_srv_host = HADB-server's-host-name

~<character string>((1 to 255 bytes))

Specify the host name of the HADB server to which the client will be connected. This host name is used for communication between the HADB client and the HADB server.

Specify the host's host name, domain name, or IP address.

This operand is mandatory.

You must specify this operand even when using the function for centrally managing client definitions. However, this operand is ignored when specified in a client definition file that uses the function for centrally managing client definitions.

In a cold standby configuration, specify the alias IP address used for communication between the HADB server and the HADB client.

Multi-node function:

When you use the multi-node function, specify the alias IP address that will be used for communication between the HADB server and the HADB client.

adb_clt_rpc_srv_port = HADB-server's-port-number

~<integer>((5,001 to 65,535))<<23,650>>

Specify the port number to be used for communication between the HADB client and the HADB server. Specify the port number specified in the adb_rpc_port operand in the server definition.

adb_clt_group_name = client-group-name

~<character string>((1 to 30 bytes))

Specify the name of the client group to which applications that use this client definition belong. Specify the client group name specified in the adbcltgrp operand in the server definition.

If you omit this operand, applications that use this client definition will not belong to a client group.

If you specify a client group name that is not specified in the adbcltgrp operand, the application will be seen as not belonging to a client group.

For details about client groups, see Client-group facility in the HADB Setup and Operation Guide.