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
wget
at a terminal prompt.wget https://<path to download site>/bdt-2.4.0.tar.gz
Create a BDT home directory at a convenient location.
sudo
may be required.cd /usr/local/bin sudo mkdir bdt
Extract the distribution to the BDT home directory.
sudo tar -xzvf <filename.tgz> -C /usr/local/bin/bdt
Add the Java bin directory path to the PATH environment variable. Edit the
.bashrc
file (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:$PATH
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.
Perform the following steps to install BDT on Windows:
Download the BDT distribution file
${bdt_provider}.zip
through 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\BDT
Click 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.