WebSphere brand IBM WebSphere XML Document Management Server, Version 7.0

Creating the Service Integration Bus DB2 database

Create the Service Integration Bus database.

Before you begin
Before you begin, you must have completed the following task:
  • Installed and started IBM® DB2® Enterprise Server Edition, 9.5 FixPak 1
  • Installed the DB2 client or copied the DB2 client files to all WebSphere servers
About this task

Copy IBMXdmsDbPackage_7.0.0.tar from the installation media and untar it on your system. Then, switch to the XDMS directory of the IBMXdmsDbPackage_7.0.0.tar. A database-creation script is provided for each enabler.

  1. Log in to DB2 as the DB2 instance owner, for example db2inst1.
  2. Run the following command:
    • ./createXdmsSIBusDb2.sh db_name db_user db_password
    For example:
    • ./createXdmsSIBusDb2.sh XDMSSIB db2inst1 password
  3. Run the following command to verify that the XDMSSIB database was created properly:
    • db2 connect to db_name user db_user using db_password
    For example:
    • db2 connect to XDMSSIB user db2inst1 using password
    You should see the following results:
    Database Connection Information
    
     Database server        = DB2/LINUX 9.1.2
     SQL authorization ID   = DB2INST1
     Local database alias   = XDMSSIB
  4. Retain the following information, which you will need to install and configure XDMSSIB and connect to the database.
    • Database name
    • Connection port
    • DB2 server hostname
    • DB2 userid and password



Terms of use
(C) Copyright IBM Corporation 2009. All Rights Reserved.