IBM Books

Quick Beginnings for UNIX**


Pre-Migration

To ensure that all databases on your system can be migrated to DB2 Version 6, perform the following steps:

step  1.

Complete all database transactions.

step  2.

Ensure all applications disconnect from each database.

step  3.

Ensure all databases are cataloged.

Figure hint not displayed.

The db2ckmig database migration verification command does not verify uncataloged databases. See Step 2. Verify that Databases Can Be Migrated for a description of how db2ckmig works.

step  4.

Make a backup copy of all databases. Refer to the Administration Guide for your DB2 product for information on making a backup copy of a database and to the Command Reference for the syntax of the backup command.
Note:Make sure that this is the most recent backup copy of the database before you start the next procedure.

step  5.

Stop the database manager by entering the db2stop command.

step  6.

Ensure that the instance environment setup script, db2profile, under the instance's INSTHOME/sqllib/ directory is of the proper Bourne shell syntax.

Ensure that each export statement is separated into different lines. For example:

   DB2INSTANCE=db2inst1
   export DB2INSTANCE


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]