DCFM Migration and Transition Guide v10.0.1 (53-1001074-01, December 2008)

Table Of Contents
32 DCFM Migration and Transition Guide
53-1001074-01
1
Installing the ODBC driver
You must have the ODBC driver (Windows systems only) to allow remote clients to export data and
generate reports. The ODBC driver enables you to configure the DSN for the Management
application database.
To install the ODBC driver, complete the following steps.
1. Double-click install.exe located on the DVD (<DVD_Drive>/odbc/windows/install.exe).
2. Select the usual location for your system’s application files (for example, C:\Program
Files\DCFM ODBC Driver) on the Select Install Folder screen and click Next.
3. Complete the following steps for the database server on the Get User Input screen.
a. Enter the IP address of the Management application server in the Server IP field.
b. Enter the port number of the database server in the Port Number field.
c. Enter the database user name in the User field.
d. Enter your password in the Password field.
4. Click Next to complete installation.
Smart Card driver installation (Linux and Solaris only)
The Smart Card driver is installed automatically on Windows systems. You must install the special
USB Chip/Smart Card Interface Device (USB CCID) and the PC/SC IFD driver. You can download the
source code and compile it from the following website:
USB CCID (ccid-1.3.7.tar.bz2) Open Source URL:
http://pcsclite.alioth.debian.org/ccid.html.
Muscle PC/SC IFD Driver (pcsc-lite-1.4.101.tar.gz) Open Source URL:
https://alioth.debian.org/frs/?group id=30105.
The Encryption Manager Client within the Management application will provide the binary code on
both platforms for installation. You must uncompress/untar the file depending on the platform. The
procedures for the local client and the remote client configurations follow. The
thirdparty/pscs-lite-1.4.101-linux-x86.tar.gz and thirdparty/pcsc-1.4.101-solaris-sparc-64.tar.gz
can be found on the DVD disk.
Installing the Smart Card driver on the local client
1. Verify that the /opt directory exists.
If the /opt directory does not exist, create an /opt directory. If you want to install the driver in a
different directory, create that directory. Otherwise, skip this step.
> su
> mkdir /opt
2. Copy the appropriate pscs file for your platform (Linux or Solaris) from the DVD and
rename the file as pcsc_lite_1.4.101.tar.gz file.
3. Login as the superuser to untar the pcsc_lite_1.4.101.tar.gz file.
> su
> cd /opt
> gunzip pcsc_lite_1.4.101.tar.gz