Verifying database creation and deployment

If you or your users have problems with the resource manager, verify that the database was created and deployed successfully.

To verify that the database was created and deployed successfully:

  1. On the server where you installed the resource manager database, enter the following command at a Db2® command prompt:
    list db directory 

    Verify that the resource manager database name appears in the list of databases.

  2. At the same command prompt, enter:
    connect to resourcemanager_dbname user userID using password 
  3. At the same command prompt, enter:
    list tables 

    Verify that the program returns a list of approximately 25 tables.

  4. Verify that the resource manager was deployed and is started. Enter:
    list applications 

    When the resource manager starts, it attempts three connections to the resource manager database. Verify that the program displays three java.exe applications, and that the resource manager name is listed in the DB Name column. If you receive results that are different from those results, see Verifying resource manager deployment and Verifying database connections.