Creating a database for Sametime Advanced Server

Before installing IBM® Sametime® Advanced, create a database to store its data.

Procedure

  1. On the DB2® server, log in as the DB2 administrator.
  2. Open a command window and navigate to the directory where you extracted the SametimeAdvancedServer installation package.
  3. Navigate to the DatabaseScripts\AdvancedServer subdirectory.
  4. Run the createAdvancedDb script with the following command:
    • Linux™
      ./createAdvancedDb.sh STADV DB2_admin
    • Windows™
      createAdvancedDb.bat STADV DB2_admin
    where:
  5. Start the DB2 command window by running the following command:
    • Linux: db2
    • Windows: db2cmd
  6. Verify that the new database was created by entering the following command:

    db2 connect to STADV

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

  7. Close the DB2 command window.