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
- 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.
- Check whether you are logged in into the Red Hat OpenShift server and display the project
currently in use:
- Unpack the package:
tar zxvf cyclops-package*tar.gz
- 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.
- After the installation completes, open the Cloud Pak for Data System web console in your browser.
- From the upper left bar menu, choose
Software Overview
and
NPS
to start the web console.
- When on the web console page, you can add new Netezza Performance Server instance.