Lesson 5: Cleaning up

In the final lesson, you shut down the three database servers you started in this tutorial.

 Shut down the database servers
  1. Run the following command to shut down the remote database:

    dbstop -y -c "SERVER=rem;DBN=rem;UID=DBA;PWD=sql"
  2. Run the following command to shut down the message server database:

    dbstop -y -c "SERVER=msgsrv;DBN=msgsrv;UID=DBA;PWD=sql"
  3. Run the following command to shut down the consolidated database:

    dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql"