Creating a database for the Sametime Meeting Server

Before installing the IBM® Sametime® Meeting Server, create a database to store its data.

Procedure

  1. On the DB2® server, log in as the DB2 administrator.
  2. Find the software packages you plan to download.
  3. Download the packages.
  4. Extract the packages.
  5. Open a command window and navigate to the folder where you extracted the SametimeMeetingServer installation package.

    This package contains a script for creating the Meeting Server database.

  6. Navigate to the DatabaseScripts\MeetingServer folder. For AIX® or Linux™, locate createMeetingDb.sh, or for Windows™, locate createMeetingDb.bat.
  7. Create the database by running the following command:
    • AIX or Linux
      ./createMeetingDb.sh STMS DB2_Admin
    • Windows
      createMeetingDb.bat STMS DB2_Admin
    where:

    Wait until you see confirmation that the database has been created and the command has finished.

  8. Start the DB2 command window by running the following command:
    • AIX or Linux: db2
    • Windows: db2cmd
  9. Verify that the new database was created by running the following command:

    db2 connect to STMS

    where STMS represents the name of the database you created. Verify that you can connect to the database.

  10. Close the DB2 command window.