Copying the Runtime Install Job from the Release Media

The release media contains two packages.

  1. EPSILON package with Level5 code files.

  2. ETA package with LEVEL6 code files

See Required System Software Requirements to view the MCP Runtime Compatibility Matrix. The MCP Runtime Compatibility Matrix helps you to choose a package that is compatible with your MCP host architecture and MCP release.

To copy the MCP Runtime install job from the release media, perform the following:

  1. Obtain the release medis, copy the IC release to Windows.

  2. Map a network drive to your privileged usercode on the MCP host.

  3. Copy the ICcontainer file from the ISO image file to the MCP host. Select the container with the package you want to install.

    EPSILON: IC-70-<IC number>.CON

    ETA: ETA-IC-70-<IC number>.CON

  4. Disconnect the network drive.

  5. From CANDE, log in using the privileged usercode and unwrap the container file:

    EPSILON

    WFL UNWRAP *= OUTOF "IC-70-<IC number>.CON"
      TO <Transfer pack>(RESTRICTED=FALSE)

    ETA

    WFL UNWRAP *= OUTOF "ETA-IC-70-<IC number>.CON"
      TO <Transfer pack>(RESTRICTED=FALSE)
  6. Download the IC install WFL:

    EPSILON

    COPY (TRANSFER)IC/70/<IC number>/NGEN28/WFL/RUNTIME
    AS NGEN28/WFL/RUNTIME
    FROM <Transfer pack>(PACK)

    ETA

    COPY (TRANSFER)ETA/IC/70/<IC number>/NGEN28/WFL/RUNTIME
    AS NGEN28/WFL/RUNTIME
    FROM <Transfer pack>(PACK)