Setting up your environment

Download the Guardium® Insights CASE file and set up your environment for dependencies.

About this task

After you install Guardium Insights, you must download the CASE file and set up your environment.

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

Edit the values configuration file.