Quick Beginnings for DB2 Universal Database 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
- 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 ]