Configuring the base Linux system

Install a supported Linux distribution, including the 32-bit runtimes.

To configure Linux to install and run z Systems Development and Test Environment:
  • Important: You must include Linux 32-bit support, which is an option during Linux installation. Before you install z Systems Development and Test Environment, you must ensure that the 32-bit runtime libraries in Linux are installed. These runtime libraries can be installed as part of the installation of Linux or can be added later by installing the libstdc++ 32-bit package for your Linux distribution. Currently, Red Hat distributions do not install the 32-bit libraries during a default installation.
    Use the Linux command rpm -qa | grep libstdc to verify the 32-bit runtime library installation. If you see rpms with the name libstdc in formats similar to the following, then 32-bit runtime libraries are installed. Formats vary based on operating system.
    libstdc++xx-32bit
    libstdc++xx-*-32bit
    libstdc++-xx-xx.i686.rpm
    libstdc++*.i686.rpm

    After you finish installing z Systems Development and Test Environment, one of the final steps is to run the z1090instcheck command. This command verifies the proper Linux 32-bit runtime libraries are installed.

  • If you are using software-based licensing, the license manager and the license manager client function also require a 32-bit version of the Linux glibc libraries. Before you install the license manager or start the license manager client on an instance of z Systems Development and Test Environment, you must ensure that the 32-bit versions of the Linux glibc libraries are installed.

    These glibc libraries can be installed as part of the installation of Linux or can be added later by installing the glibc-32bit package for your Linux distribution. Currently, Red Hat distributions do not install the 32-bit libraries during a default installation.

    Use the Linux command rpm -qa | grep glibc-32bit to verify the 32-bit glibc library installation. If you see rpms with the name glibc in formats similar to the following, then the 32-bit glibc library is installed. Formats vary according to operating system and level.

    Glibc.i686
    Glibc-32bit

For more considerations for Linux installation and configuration, see chapter 5.2, "Linux installation" in the zPDT Guide and Reference.