Creating the Sametime Meeting Server database schemas and tables on IBM i

Run the createMeetingDb.sh script to create the database schemas for the IBM® Sametime® Meeting Server on IBM i.

Procedure

  1. Log on to the server with a user profile that has *ALLOBJ and *SECADM special authorities.

    These authorities are required to create the database schemas.

  2. Find the software packages you need to download.
  3. Download the packages.
  4. Extract all downloaded packages.
  5. From an IBM i command line, run this command to start the QShell Interpreter:

    QSH

  6. Run the cd shell command, specifying the fully qualified path to the installation kit directory.

    For example,

    cd /STM_Package/SametimeMeetingServer/DatabaseScripts/MeetingServer
    
  7. If the "MTG" and "POLICY" schemas do not exist, run the following shell command to create the required database schemas and tables:
    ./createMeetingDb.sh 
  8. When the script completes, press F3 to exit QSH.
  9. Verify that the "MTG" and "POLICY" schemas exist.