7.7.2 Example

This section explains an example of using the database structure modification utility (moving RDAREAs).

Organization of this subsection
(1) Moving RDAREAs

(1) Moving RDAREAs

This example moves the following RDAREAs to back-end server bes2:
  • PDBUSER01, PDBUSER02, PDBULOB01
Command to be executed

pdmod -a /usr/seifile/mofl01

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

/* Moving RDAREAs */
 move rdarea PDBUSER01,PDBUSER02,PDBULOB01   .......1
             to bes2 ;   ...........................2

Explanation
  1. Specifies the names of the RDAREAs to be moved.
  2. Specifies the name of the target back-end server.