Starting and stopping DB2 server

sudo su db2inst

Stopping DB2:

db2 force applications all
db2stop force

Starting DB2:

db2start

Leave a Reply