DCFM Migration and Transition Guide v10.0.1 (53-1001074-01, December 2008)
Table Of Contents
- Contents
- About This Document
- Installation
- In this chapter
- Requirements
- Professional edition installation
- Installing Professional edition on Windows systems
- Professional edition pre-installation requirements on UNIX systems
- Installing Professional edition on UNIX systems
- Professional edition pre-installation requirements (headless)
- Installing Professional edition on UNIX systems (headless)
- Troubleshooting the Linux installation
- Enterprise trial installation
- Enterprise trial requirements
- Installing Enterprise trial on Windows systems
- Enterprise trial pre-installation requirements on UNIX systems
- Installing Enterprise trial on UNIX systems
- Enterprise trial pre-installation requirements on UNIX systems (headless)
- Installing Enterprise trial on UNIX systems (headless)
- Enterprise edition installation
- Installing enterprise edition on Windows systems
- Enterprise edition pre-installation requirements on UNIX systems
- Installing Enterprise edition on UNIX systems
- Enterprise edition pre-installation requirements on UNIX systems (headless)
- Installing Enterprise edition on UNIX systems (headless)
- Installing the ODBC driver
- Smart Card driver installation (Linux and Solaris only)
- Configuring an explicit server IP address
- Uninstall
- Migration
- In this chapter
- Headless installation information
- Professional edition migration
- Professional edition pre-migration requirements on Windows systems
- Migrating from Professional edition to Enterprise edition on Windows systems
- Professional edition pre-migration requirements on UNIX systems
- Migrating from Professional edition to Enterprise edition on UNIX systems
- Professional edition pre-migration requirements on UNIX systems (headless)
- Migrating from Professional edition to Enterprise edition on UNIX systems (headless)
- Troubleshooting Linux installation
- Enterprise trial migration
- Enterprise trial requirements
- Enterprise trial pre-migration requirements on Windows systems
- Migrating from Enterprise trial to Enterprise edition on Windows systems
- Enterprise trial pre-migration requirements on UNIX systems
- Migrating from Enterprise trial to Enterprise edition on UNIX systems
- Enterprise trial pre-migration requirements on UNIX systems (headless)
- Migrating from Enterprise trial to Enterprise edition on UNIX systems (headless)
- EFCM migration
- Importing names
- Fabric Manager migration
- Transition
- Index

DCFM Migration and Transition Guide 33
53-1001074-01
1
> tar -xvf pcsc_lite_1.4.101.tar
After the pcsc_lite_1.4.101.tar file is extracted, the necessary binary, library and smart card
drivers are stored in the /opt/pcsc directory.
4. If you installed the pcsc directory into different location than /opt, you need to modify pcscctl
script to change from “/opt” to the new directory.
> cd <new_dir>
> vi pcscctl
Search for “/opt” and change it to the name of the new directory.
5. You must create a soft link into the system directory. This is to support the automatic restart of
the pcscd daemon upon system restart.
If you installed the pcsc directory into the /opt directory, just create the soft link. Otherwise,
use the name of the new directory in place of /opt.
solaris> ln –s /opt/pcsc/pcscctl /etc/rc2.d/S94pcsc
or
S.u.s.e> ln –s /opt/pcsc/pcscctl /etc/init.d/pcscd
S.u.s.e> chkconfig --add pcscd
or
redhat> ln –s /opt/pcsc/pcscctl /etc/init.d/pcscd
redhat> chkconfig --add pcscd
NOTE
Note: Before you do chkconfig --add pcscd, you can do chkconfig –list | grep pcscd to
verify that the pcscd is already on the list. If it already exists, you do not need to do
chkconfig –add pcscd. After you reboot the system, you will expect the following links
under /etc/rc2.d, /etc/rc3.d, /etc/rc3.d, /etc/rc4.d and /etc/rc5.d.
lrwxrwxrwx 1 root root 15 Jul 28 01:50 S94pcscd -> ../init.d/pcscd
NOTE
For Redhat 5 and maybe other Linux vendors, the smart card driver may come with the OS.
In this case, extra system configuration may be needed. Please see the trouble shooting
section, 6.3.1.4, for more details.
6. Run one of the following commands to either start the pcscd daemon, or stop the pcscd
daemon.
To start pcscd, type:
> /opt/pcsc/pcscctl start
To stop pcscd, type:
> /opt/pcsc/pcscctl stop