Managing deployments (Cognos Analytics)

Complete the following steps to copy deployments to the artifacts service.

Before you begin

The Cognos Analytics service must be provisioned in IBM Cloud Pak for Data.

Obtain the oc client tool for the version of Red Hat® OpenShift® you are using. For more information, see Installing the OpenShift command-line interface.

Procedure

  1. Log in to your Red Hat OpenShift cluster as a cluster administrator.
    oc login OpenShift_URL:port
  2. Copy the deployments to the artifacts:

    Run the deployment.sh script with the -c upload option to copy deployments to the artifacts:

    ./deployment.sh -c upload -n ${PROJECT_CPD_INST_OPERANDS} -t ${PROJECT_CPD_INSTANCE_TETHERED} -u user_name -p user_password -d deployment_name.zip

    For more information about creating the deployment.sh script, see Creating administration scripts.