Starting and Stopping DB2 Services

Mindwatering Incorporated

Author: Tripp W Black

Created: 04/14/2016 at 01:56 PM

 

Category:
DB2 Tips
DB2 Integration into Domino

To stop DB2 Services:
# cd /opt/ibm/db2/V10.1/bin
# ./db2stop

# su - db2inst1
$ cd /home/dasusr1/das/bin
$ ./db2admin stop
$ exit

To Start DB2 Services:
# cd /opt/ibm/db2/V10.1/bin
# ./db2start
(Note: Running db2start also starts db2admin.)

# su - db2inst1
$ cd /home/dasusr1/das/bin
$ ./db2admin start
$ exit


previous page

×