Installing the Netezza Performance Server web console for Cloud Pak for Data System pre-1.0.7.8

Deployment options: Netezza Performance Server for Cloud Pak for Data System

Learn how to install the web console if you are on Cloud Pak for Data System pre-1.0.7.8.

About this task

Inside the Cloud Pak for Data System installation package, you can find cyclops-package. cyclops-package is the default package for the Cloud Pak for Data System environment. You must install the web console inside the Cloud Pak for Data System web console.

Procedure

  1. Download the cyclops-package.tar file on e1n1-1-control on the machine or virtual machine where the Cloud Pak for Data System web console is installed.

    You get access to the cyclops-package when you install Cloud Pak for Data System.

  2. Check whether you are logged in into the Red Hat OpenShift server and display the project currently in use:
    oc project
    • If you are logged in and in the sysibm-yosemite project, skip to step 3.
    • If you are not logged in into the server, establish a session and switch to the sysibm-yosemite project:
      oc login
      oc project sysibm-yosemite
  3. Unpack the package:
    tar zxvf cyclops-package*tar.gz
  4. Install the web console:
    cd cyclops_package; ./install.sh
    This command also removes previous versions of the console if they exist.
    If the image push procedure failed because of the docker registry being inaccessible, run docker login or podman login to get authorization to docker registry.
    Example:
    docker login -u apadmin -p $(oc whoami -t) docker-registry.default.svc:5000
    Note: Podman login has a similar command.
  5. After the installation completes, open the Cloud Pak for Data System web console in your browser.
  6. From the upper left bar menu, choose Software Overview and NPS to start the web console.
    Tip: You can also obtain the web console URL and log in by following the steps in Logging in to the Netezza Performance Server web console for Cloud Pak for Data System 2.0.X.
  7. When on the web console page, you can add new Netezza Performance Server instance.