Prerequisites

Make sure that the prerequisites are met before you run Z Understand on Linux® or Linux on System z®.

The Z Understand container package requires the following prerequisites:
  • Red Hat® Enterprise Linux (RHEL), running on x86 or s390x platform
  • Podman version 5 (recommended) or 4.
  • 32 GB RAM minimum.
  • CPU:
    • Linux: Intel XEON Dual processor with minimum of 4 cores each, 3 GHz or higher, with Turbo support
    • Linux on System z: 4 Integrated Facility for Linux (IFLs)
  • Dedicated hard disk drive for the operating system, minimum 500 GB. Secondary dedicated hard disk drive for data, minimum 2 TB.
  • One of the following relational database servers, to be installed on a separate dedicated machine (recommended):
  • Supported internet browsers (used for accessing Z Understand Configuration Service Admin):
    • Google Chrome (recommended)
    • Mozilla Firefox
    • Microsoft Edge
  • Download the OrientDB docker image. Since an air-gapped system cannot directly download the necessary docker image, you need to manually download and transfer the image. To install Z Understand on an air-gapped system, complete the following steps before your installation:
    1. On a Linux system with internet access, run the following command:
      podman save orientdb:3.2.53 > orientdb.tar
      Starting with May 2024 release, OrientDB version 3.2.53 or later is required for Z Understand.
    2. Transfer the orientdb.tar to the air-gapped system where you want to install Z Understand.
    3. Run the following command:
      podman load -i orientdb.tar
    4. Proceed with the normal installation process for Z Understand.