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.
| ||
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.
| ||
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
|