Actions
- Table of contents
- Start/Stop DB2 9
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¶
- ssh to the target server as Instance Owner, e.g. db2inst1
- execute the following command:
[db2inst1@cwydb1 ~]$ db2start
- done.
Stop DB2¶
- ssh to the target server as Instance Owner, e.g. db2inst1
- execute the following command:
[db2inst1@cwydb1 ~]$ db2stop
- done.
Updated by chin-yeh over 13 years ago · 1 revisions