Installing BDT
You can install CipherTrust Batch Data Transformation (BDT) on Linux and Windows.
Perform the following steps to install BDT on Linux:
Download the BDT distribution through the link provided by Thales. You can use
wgetat a terminal prompt.wget https://<path to download site>/bdt-2.4.0.tar.gzCreate a BDT home directory at a convenient location.
sudomay be required.cd /usr/local/bin sudo mkdir bdtExtract the distribution to the BDT home directory.
sudo tar -xzvf <filename.tgz> -C /usr/local/bin/bdtAdd the Java bin directory path to the PATH environment variable. Edit the
.bashrcfile (or equivalent for other shells) for the admin user and add the following lines:export JAVA_HOME=/usr/lib/java/jre export PATH=$JAVA_HOME/bin:$PATHVerify the installation by ensuring the following directory structure is created in the installation directory.
Directory Description bin Contains executable scripts for validating configuration, testing, and execution. conf Contains configuration files such as bdt.config,logging properties,bdt.properties, andbdt.mv.db(H2 database file).lib Contains required JAVA library dependencies. log Contains log file directory. samples Contains sample policy and configuration files. Note
Configure BDT Config File and BDT Policy File before proceeding with the transformation.
Perform the following steps to install BDT on Windows:
Download the BDT distribution file
${bdt_provider}.zipthrough the link provided by Thales.Create a BDT home directory at a convenient location. You can use the File Explorer's New Folder option to create a new folder named BDT under the folder C:\Program Files, for example.
Extract the distribution to the BDT home directory. Use your favorite file compression/extraction utility (winzip, pkzip, or 7zip etc).
Add the Java bin directory path to the PATH environment variable:
Open the Control Panel.
Click System.
Click Advanced System Settings.
Click the Environment Variables button.
Under System Variables, select Path and then click Edit.
Note
Do not delete any of the existing text here.
Append the following to whatever you already have:
;C:\Program Files\BDTClick OK.
Verify the installation by ensuring the following directory structure is created in the installation directory.
Directory Description bin Contains executable scripts for validating configuration, testing, and execution. conf Contains configuration files such as bdt.config,logging properties,bdt.properties, andbdt.mv.db(H2 database file).lib Contains required JAVA library dependencies. log Contains log file directory. samples Contains sample policy and configuration files. Note
Configure BDT Config File and BDT Policy File before proceeding with the transformation.