DB2 connector license installation
Use of IBM's custom driver is disabled in containerized masking. Access to Linux DB2 databases is still possible with the out-of-the-box drivers provided.
If you have been licensed to use the Continuous Compliance DB2 Connector for Mainframe or DB2 Connector for iSeries, you will need to obtain the respective DB2 Connector package (tar file) and apply it to your Masking Engine(s). Each package is intended to be installed and run from a workstation or laptop, not from the Delphix Appliance. These packages contain a script that must be used in a bash shell and depends on the availability of the curl and ssh commands to install the respective license on your remote Delphix Appliance.
Applying DB2 connector for mainframe
Go to the Delphix Download site and download
DB2MaskingMainframe.tar
.Extract its contents using
tar -xvf DB2MaskingMainframe.tar
.Run
cd db2-license
.Run
./installdb2license.sh -h MASKING_ENGINE_HOST -P MASKING_ENGINE_PORT [-C MASKING_ENGINE_PUBLIC_KEY_FILE]
, you will be prompted for a username and password.MASKING_ENGINE_HOST – hostname where the masking engine is running.
MASKING_ENGINE_PORT – port where the masking engine is listening on theMASKING_ENGINE_HOST
(default is port 80).
MASKING_ENGINE_PUBLIC_KEY_FILE – optional trusted server certificate (server public key) obtained from the masking engine.
To run the enablement script securely, run installdb2license.sh
specifying your secure port (e.g., 8443) and trusted server certificate (server public key) using the -C option.
The script will enable the DB2 Mainframe connector and then recycle the Masking Engine, prompting the user for the Delphix sysadmin password for to first stop the Masking Engine and then to start it. After the DB2MaskingMainframe.tar package has been applied to your Masking Engine(s), "Database - MAINFRAME DB2" will appear in the Connector drop-down of the Masking Engine UI and can be used in the same way as other Database Connectors to create, profile, mask, certify, and provision rulesets.
Applying DB2 connector for iSeries
Go to the Delphix Download site and download
DB2MaskingISeries.tar
.Extract its contents using
tar -xvf DB2MaskingISeries.tar
.Run
cd db2-license
.Run
./installdb2license.sh -h MASKING_ENGINE_HOST -P MASKING_ENGINE_PORT [-C MASKING_ENGINE_PUBLIC_KEY_FILE]
, you will be prompted for a username and password.MASKING_ENGINE_HOST – hostname where the masking engine is running.
MASKING_ENGINE_PORT – port where the masking engine is listening on theMASKING_ENGINE_HOST
(default is port 80).
MASKING_ENGINE_PUBLIC_KEY_FILE – optional trusted server certificate (server public key) obtained from the masking engine.
To run the enablement script securely, run installdb2license.sh specifying your secure port (e.g., 8443) and trusted server certificate (server public key) using the -C option.
The script will enable the DB2 iSeries connector and then recycle the Masking Engine, prompting you for the Delphix sysadmin password to first stop the Masking Engine and then start it. After the DB2MaskingISeries.tar package has been applied to your Masking Engine(s), "Database - ISeries DB2" will appear in the Connector drop-down of the Masking Engine UI and can be used in the same way as other Database Connectors to create, a profile, mask, certify, and provision rulesets.