7.14.2 Example

This section explains an example of using the database structure modification utility (copying configuration information for an RDAREA).

Organization of this subsection
(1) Copying the configuration information for an RDAREA

(1) Copying the configuration information for an RDAREA

This example copies configuration information from the original RDAREA (RD01) to replica RDAREA (RD01_GN1).

Command to be executed

pdmod -a /usr/seifile/mofl01

Contents of the control statement file (/usr/seifile/mofl01)

define copy rdarea RD01_GN1   ................1
       reproduce RD01 ;   ....................2

Explanation
  1. Specifies the name of the source RDAREA.
  2. Specifies the name of the target RDAREA.