Setting up your environment

Download the Guardium® Data Security Center CASE file and set up your environment for dependencies.

About this task

After you install Guardium Data Security Center, 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-data-security-center 
    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 Data Security Center you are deploying.
    For example, Guardium Data Security Center 3.6.0 requires CASE_VERSION 2.6.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 Data Security Center, 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 Data Security Center, complete this step. If you install Guardium Data Security Center manually, you do not need to complete this step.

What to do next

Edit the values configuration file.