Downloading PEM Standard from Passport Advantage

Accessing Passport Advantage

To register at Passport Advantage, see Registering PA software.

Table 1. List of Part Numbers (P/N)
Architecture P/N File Name Description
AMD64 G0DNMML N/A IBM Sterling Partner Engagement Manager Standard Edition 6.2.4 eAssy
M0PC0ML QSG_IBM_PEM_Standard_6.2.4.txt IBM Sterling Partner Engagement Manager Standard Edition 6.2.4 Quick Start Guide Multilingual
M0PC1ML IBM_PEM_Standard_6.2.4.tar IBM Sterling Partner Engagement Manager Standard Edition 6.2.4
M0PC2ML M0PC2ML.tar.sig Standard Manage Signature verify of tar file
s390x G0DNNML N/A IBM Sterling Partner Engagement Manager Standard Edition 6.2.4 Quick Start Guide Multilingual zLinux
M0PBXML QSG_IBM_PEM_Standard_s390x_6.2.4.txt IBM Sterling Partner Engagement Manager Standard Edition 6.2.4 Quick Start Guide Multilingual zLinux
M0PBYML IBM_PEM_Standard_s390x_6.2.4.tar IBM Sterling Partner Engagement Manager Standard Edition 6.2.4 zLinux
M0PBZML M0PBZML.tar.sig Standard Manage Signature verify of tar file zLinux

About this task

Steps to download PEM Standard TAR file from Passport Advantage and verify the docker image.

Procedure

  1. Navigate to Download software & request media and follow the instructions on the page to download M0PC1ML.tar (AMD64) or M0PBYML.tar (s390x).
  2. Extract the downloaded TAR file.
    Table 2. List of TAR files and its contents
    Architecture TAR file Contents
    AMD64 M0PC1ML.tar
    • IBM_PEM_Standard_6.2.4_amd64.tar
    • QSG_IBM_PEM_Standard_6.2.4_amd64.txt
    • IBM_PEM_Community_Manager_6.2.4.tar
    IBM_PEM_Standard_6.2.4_amd64.tar
    • pem_standard-6.2.4.tar
    • MountFiles.zip
    IBM_PEM_Community_Manager_6.2.4.tar IBMPEMCM_Dockerv6.2.4
    s390x M0PBYML.tar
    • IBM_PEM_Standard_6.2.4_s390x
    • QSG_IBM_PEM_Standard_6.2.4_s390x.txt
    • IBM_PEM_Community_Manager_6.2.4_s390x.tar
    IBM_PEM_Standard_6.2.4_s390x.tar
    • pem_standard-s390x_6.2.4.tar
    • MountFiles.zip
    IBM_PEM_Community_Manager_6.2.4_s390x.tar IBMPEMCM_Dockerv6.2.4
  3. Import the Docker image from pem_standard-6.2.4.tar (AMD64) or pem_standard-s390x_6.2.4.tar (s390x).
    Run the following command:
    docker load -i <tar file>
    For example, if you have downloaded M0PC1ML.tar, run the command:
    docker load -i pem_standard-6.2.4.tar
  4. Verify the imported image version.
    Run the following command:
    docker images

    Ensure that the Docker image with repository=pem and tag=<version>_standard is displayed in the list of images.

    Where, <version> is the version of IBM PEM Essentials for which you have downloaded the Docker image.