June 2018
Intermediate to advanced
478 pages
10h 52m
English
The db2start command starts the database manager background processes associated with a particular instance. The syntax for this command is as follows:
db2start
The syntax could also be:
START [DATABASE MANAGER | DB MANAGER | DBM]
If you want to start the database manager for the db2inst1, execute the following command:
db2start
You can also execute the following:
db2 "START DATABASE MANAGER"
The db2stop command stops the database manager processes for a particular instance. The syntax for this command is as follows:
db2stop
You can also use:
STOP [DATABASE MANAGER | DB MANAGER | DBM] <FORCE>
If you want to start the database manager for the db2inst1, execute the following command:
db2stop
You can ...
Read now
Unlock full access