Scalable Database Server, HiRDB Version 8 Command Reference

[Contents][Index][Back][Next]

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 c:\hirdb\pdmod\mofl01
 

Contents of the control statement file (c:\hirdb\pdmod\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.