Installing and configuring the pax format

The following checklist summarizes the key configuration steps for a successful installation.
Notes:

Hardware prerequisites

  • IBM® z16™
  • IBM z15®
  • IBM z14®, IBM z14 Model ZR1
  • IBM z13®, IBM z13s®
  • IBM zEnterprise® EC12, IBM zEnterprise BC12

Software prerequisites

Note: The recommended shell is Bash. To download bash, visit Bash for z/OS on the Rocket website.

Optional prerequisites

Configuring

Open Enterprise SDK for Node.js is a z/OS UNIX-based application, which requires certain configuration on the z/OS UNIX System Services file system to ensure proper operation.
  • Validate that /usr/bin/env exists. If not configured, see the instructions in Verifying the env command path.
  • Ensure that /tmp has at least 1 GB or more of disk space configured. To use an alternative file system, set the TMPDIR environment variable to a directory that has sufficient space.

Installing

Follow these steps to install Open Enterprise SDK for Node.js:
  1. Download the pax archive installable file from the pax edition download page to a z/OS machine.
  2. Unpax the downloaded pax file using the following command:
    $ pax -p p -r -f <downloaded_pax_file>
    This command creates the installation directory <nodejs_dir> under the current directory.
  3. Run setup.sh to validate system prerequisites and setup environment variables:
    $ cd <nodejs_dir>
    $ ./setup.sh
  4. In order for Node.js to operate correctly, specific environment variables must be set. Run the generated .env script that is generated by setup.sh to set the required environment variables in the current shell using the dot command (.):
    $ . <nodejs_dir>/.env
    This command also adds <nodejs_dir>/bin to your PATH, where the node binary is located.
  5. Run the node and npm commands from the command line.

Uninstalling

To uninstall Open Enterprise SDK for Node.js, delete the installation directory.

Related reference