Project

General

Profile

Actions

Start/Stop DB2 9

DB2 Details:

Database listening port: 50000
DB2 Directory: /opt/ibm/db2/V9.1/
Instance Name: db2inst1
Instance Home Directory: /home/db2inst1
Instance Owner: db2inst1
Fenced User: db2fenc1

Start DB2

  1. ssh to the target server as Instance Owner, e.g. db2inst1
  2. execute the following command:
    [db2inst1@cwydb1 ~]$ db2start
  3. done.

Stop DB2

  1. ssh to the target server as Instance Owner, e.g. db2inst1
  2. execute the following command:
    [db2inst1@cwydb1 ~]$ db2stop
  3. done.

Updated by chin-yeh about 13 years ago · 1 revisions