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
- 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.
- 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
- 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
What to do next
Edit the values configuration file.