7.10.3 Control statement (alter HiRDB mode to parallel statement)

This section explains the operands of the alter HiRDB mode to parallel statement. In the following table, each number corresponds to the number assigned to each operand.

No.Operand
--alter HiRDB mode to parallel
1dictionary server name server-name
2server name server-name
3{RDAREA-name[,RDAREA-name]...| others}
--[server name server-name
--{RDAREA-name[,RDAREA-name]...| others}]...
--;
Organization of this subsection
(1) dictionary server name server-name~<identifier> ((1-8))
(2) server name server-name~<identifier> ((1-8))
(3) {RDAREA-name[,RDAREA-name]... |others}

(1) dictionary server name server-name~<identifier> ((1-8))

Specifies the name of the dictionary server after the RDAREAs are changed from a HiRDB single server configuration to a HiRDB parallel server configuration. Master directory, data directory, data dictionary, and data dictionary LOB RDAREAs are placed in the specified dictionary server.

(2) server name server-name~<identifier> ((1-8))

Specifies the name of the back-end server after the RDAREAs are changed from a HiRDB single server configuration to a HiRDB parallel server configuration. User, user LOB, and list RDAREAs are placed in the specified back-end server.

(3) {RDAREA-name[,RDAREA-name]... |others}

RDAREA-name[,RDAREA-name]...~<identifier> ((1-30))
Specifies the names of the RDAREAs to be allocated to the specified back-end server. ALL cannot be specified as an RDAREA name. If an RDAREA name is enclosed in double quotation marks ("), it is handled as case sensitive; otherwise, it is handled as all uppercase letters. An RDAREA name must be enclosed in double quotation marks if it includes a space.
others
Specifies that all RDAREAs are to be allocated to the specified back-end server.