In addition to what db2girl said, you can issue explicitly start and stop selected databases by using commands.
db2 "ACTIVATE DATABASE db_name"
db2 "DEACTIVATE DATABASE db_name"
The explicit activation has some performance benefits over the implicit activation ( "CONNECT TO") method.
Cheers,
SK Chandra