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.

...