Downloading the Guardium Insights CASE file and set up your environment for dependencies

Learn how to download Guardium Insights, set up your environment for dependencies, and access the Guardium Insights support scripts.

Before you begin

The Guardium Insights Container Application Software for Enterprises (CASE) installer can be downloaded as an archive (tar) file from https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-guardium-insights. In either case, you can install only the products for which your site is entitled.

Procedure

  1. Export the environment variables and create local directories.
    export CASE_NAME=ibm-guardium-insights 
    export CASE_VERSION=<CASE VERSION> 
    export LOCAL_CASE_DIR=$HOME/.ibm-pak/data/cases/$CASE_NAME/$CASE_VERSION 
    export CASE_ARCHIVE=$CASE_NAME-$CASE_VERSION.tgz
    Specify the CASE_VERSION for the version of Guardium Insights you are deploying.
    For example, Guardium Insights 3.5.0 requires CASE_VERSION 2.5.0. For more information, see Container Application Software for Enterprises (CASE) version support.
  2. Save the CASE bundle locally.
    oc ibm-pak get $CASE_NAME \
    --version $CASE_VERSION \
    --skip-verify
    
    Important: If you encounter the following error, you may experience a temporary communication problem with the remote repository. Wait a few minutes and try again.
    No Case registries found for case ibm-cert-manager->=1.3.0 <1.3.1.tgz with the given repository URL information
    FAILED
  3. If you are using the all-in-one script to install Guardium Insights, extract the CASE bundle to your local directory.
    tar -xvf $LOCAL_CASE_DIR/$CASE_ARCHIVE --dir $LOCAL_CASE_DIR
    Important: If you use the all-in-one script to install Guardium Insights, complete this step. If you install Guardium Insights manually, you do not need to complete this step.

What to do next

After you download the Guardium Insights CASE file and set up your environment for dependencies, follow the instructions for Installing IBM Cloud Pak foundational services on Guardium Insights.

After you extract the CASE file, you can access the ibm-guardium-insights/inventory/install/files/support folder. This folder contains the Guardium Insights support scripts that are referenced in this documentation.