Adding a product to an existing installation

Add a second product to an existing IBM® Optim Test Data Management deployment by running the setup script and selecting the add-product option.

Before you begin

Before you add a product, ensure that the following prerequisites are met:

  • The non-root user who performed the initial installation must complete this task.
  • IBM Optim Test Data Management is already installed and running. For installation instructions, see Installing IBM Optim Test Data Management by using online mode or Installing IBM Optim Test Data Management by using offline mode.
  • You have the license type for the product you are adding. The following table lists the valid license types for each product:
    Table 1. Products and valid license types
    Product Valid license types
    IBM Optim Test Data Management enterprise, solution, workgroup
    IBM Optim Data Privacy enterprise, workgroup
    IBM Optim Archive enterprise, solution, workgroup

Procedure

  1. Open a terminal in the IBM Optim working directory.
  2. Run the setup script without flags.
    ./scripts/setup-optim.sh

    The script presents an interactive numbered menu.

  3. At the menu prompt, enter 2 to select the add-product option.

    The script prompts you for the product name and license type. Provide the values for the product you are adding.

  4. After the script completes, restart the containers.

    If you installed IBM Optim in online mode, run:

    podman-compose -f optim-compose-icr.yaml down
    podman-compose -f optim-compose-icr.yaml up -d

    If you installed IBM Optim in offline mode, run:

    podman-compose -f optim-compose.yaml down
    podman-compose -f optim-compose.yaml up -d

Results

The additional product is now licensed and available in your IBM Optim Test Data Management deployment.

What to do next

For information about managing users and configuring access for the new product, see Managing users and roles.