Quick Beginnings for DB2 Extended Enterprise Edition for UNIX
You must stop all DB2 Instances before you remove DB2
products. To stop DB2 Instances, you need to perform the following
steps:
- Obtain a list of the names of all DB2 instances on your system using the
following command:
DB2DIR/bin/db2ilist
| where DB2DIR
| = /usr/lpp/db2_05_00
| on AIX
|
|
| = /opt/IBMdb2/V5.0
| on Solaris
|
- Stop the instance.
To stop a database instance:
- Log in as the instance owner.
- Run the start up script as follows:
. INSTHOME/sqllib/db2profile (for Bourne or Korn shell)
source INSTHOME/sqllib/db2cshrc (for C shell)
where INSTHOME is the home directory of the instance that you
want to use.
- Stop the DB2 database manager by entering the db2stop command
from a command line.
- Repeat steps 2 and 3 for each instance.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]