Project

General

Profile

StartStop DB2 8 » History » Version 1

chin-yeh, 12/09/2010 09:58 AM

1 1 chin-yeh
{{toc}}
2
3
h1. Start/Stop DB2 8
4
5
Provides guides on how to start or stop DB2 8 instance.
6
7
<pre>
8
Installed Directory: /opt/IBM/db2/V8.1
9
Instance Name: db2inst1
10
Instance Home Directory: /home/db2inst1
11
Instance Owner: db2inst1
12
Fenced User: db2fenc1
13
</pre>
14
15
h2. Start DB2
16
17
# login as *Instance Owner*, e.g. db2inst1
18
# execute the following command:
19
<pre>[db2inst1@cwydb1 ~]$ db2start</pre>
20
# done.
21
22
h2. Stop DB2
23
24
# login as *Instance Owner*, e.g. db2inst1
25
# execute the following command:
26
<pre>[db2inst1@cwydb1 ~]$ db2stop</pre>
27
# done.