Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set the DB2 instance manual schema installation to "true."
    • Windows
      • infra\bin\psin_cli.bat
        -i3-user user-name
        {-i3-encrypted-password encrypted-password
        | -i3-clear-password clear-password}
        -action settings-update
        -name manual-install-db2-schema
        -value true
    • UNIX
      • ./infra/bin/psin_cli.sh
        -i3-user user-name
        {-i3-encrypted-password encrypted-password
        | -i3-clear-password clear-password}
        -action settings-update
        -name manual-install-db2-schema
        -value true
  2. Navigate to <precise_root>products\db2\install on the machine that you wish to install upon. Open the relevant DB2 version folder, and perform the following:
    • Replace the parameter %%explain-tablespace%% with the name of the tablespaces.
    • Replace the parameter %%tablespace-container%% with the name of the container.
    • Replace the parameter '%%sid%%. with the name of the database.
    • Replace the parameter %%instanceName%% with the name of the instance.
    • Replace the parameter %%partition%% with the partition number.
  3. Manually install the DB2 Instance schemas.
  4. Install the DB2 Tier instance, using the Precise installer.

...

  1. On the server where Precise DB2 collector is installed, find the following files:
    • For DB2 8.1
      <precise_root>\products\db2\install\8.1\
      install_I4UDB_Objects_8.1.sql
    • For DB2 9.1   
      <precise_root>\products\db2\install\9.1\
      install_I4UDB_Objects_9.1.sql
    • For DB2 9.6   
      <precise_root>\products\db2\install\9.6\
      install_I4UDB_Objects_9.6.sql
  2. Using the Precise user name, go to the appropriate folder (8.1, 9.1 or 9.6) and edit the following SQL script by following the instructions that are displayed in the comment at the head of the file:
    install_I4UDB_Objects_8.1.sql install_I4UDB_Objects_9.1.sql install_I4UDB_Objects_9.6.sql
  3. Run the SQL script by using DB2 command line processor or DB2 Control Center.

...