Extracting Regional Databases in Parallel by Using the Command Line Interface

You can extract regional databases in parallel by using the command line interface.

To extract regional databases in parallel by using the command line interface

  • From the Server Manager command line, enter the following command, all on one line:

    start task for comp pdbxtract server server_name with client=regional_node_name, initmethod=ddl
    

    For more information, see Opening the Command Line Interface for Server Manager.

    To specify more than one regional node, you can use a command to separate each regional node name. For example, if RN1, RN2, and RN3 are the names of three regional nodes, then you enter the following command:

    start task for comp pdbxtract server server_name with client=RN1,RN2,RN3, initmethod=ddl