DCFM Installation, Migration, and Transition Guide - Supporting DCFM 10.3.x (53-1001360-01, October 2009)
Table Of Contents
- Contents
- About This Document
- Installation
- In this chapter
- Headless installation information
- Professional, Professional Plus, and Enterprise edition feature support
- 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 on UNIX systems (headless)
- Installing Professional edition on UNIX systems (headless)
- Troubleshooting the Linux installation
- Professional Plus trial installation
- Professional Plus trial requirements
- Installing Professional Plus trial on Windows systems
- Professional Plus trial pre-installation requirements on UNIX systems
- Installing Professional Plus trial on UNIX systems
- Professional Plus trial pre-installation requirements on UNIX systems (headless)
- Installing Professional Plus trial on UNIX systems (headless)
- Professional Plus edition installation
- Installing Professional Plus edition on Windows systems
- Professional Plus edition pre-installation requirements on UNIX systems
- Installing Professional Plus edition on UNIX systems
- Professional Plus edition pre-installation requirements on UNIX systems (headless)
- Installing Professional Plus edition on UNIX systems (headless)
- 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 the ODBC driver
- Configuring an explicit server IP address
- Smart Card driver installation
- Uninstall
- Migration
- In this chapter
- Professional edition migration
- Professional edition pre-migration requirements on Windows systems
- Migrating from Professional edition 10.0.X to Professional edition 10.3.X on Windows systems
- Professional edition pre-migration requirements on UNIX systems
- Migrating from Professional edition 10.0.X to Professional edition 10.3.X on UNIX systems
- Migrating from Professional edition 10.1.X to Professional edition 10.3.X on Windows systems
- Migrating from Professional edition 10.1.X to Professional edition 10.3.X on UNIX systems
- Migrating from Professional edition 10.3.X to Professional Plus trial 10.3.X on Windows systems
- Migrating from Professional edition 10.3.X to Professional Plus trial 10.3.X on UNIX systems
- Migrating from Professional edition 10.3.X to Professional Plus edition 10.3.X on Windows systems
- Migrating from Professional edition 10.3.X to Professional Plus edition 10.3.X on UNIX systems
- Migrating from Professional edition 10.3.X to Enterprise trial 10.3.X on Windows systems
- Migrating from Professional edition 10.3.X to Enterprise trial 10.3.X on UNIX systems
- Migrating from Professional edition 10.3.X to Enterprise edition 10.3.X on Windows systems
- Migrating from Professional edition 10.3.X to Enterprise edition 10.3.X on UNIX systems
- Professional Plus trial migration
- Professional Plus trial requirements
- Upgrading Professional Plus trial to Professional Plus edition
- Professional Plus trial pre-migration requirements on Windows systems
- Migrating from Professional Plus trial to Professional Plus edition on Windows systems
- Professional Plus trial pre-migration requirements on UNIX systems
- Migrating from Professional Plus trial to Professional Plus edition on UNIX systems
- Migrating from Professional Plus trial to Enterprise trial on Windows systems
- Migrating from Professional Plus trial to Enterprise trial on UNIX systems
- Migrating from Professional Plus trial to Enterprise edition on Windows systems
- Migrating from Professional Plus trial to Enterprise edition on UNIX systems
- Professional Plus edition migration
- Upgrading Professional Plus edition to Enterprise edition
- Professional Plus edition pre-migration requirements on Windows systems
- Migrating from Professional Plus edition to Enterprise edition on Windows systems
- Professional Plus edition pre-migration requirements on UNIX systems
- Migrating from Professional Plus edition to Enterprise edition on UNIX systems
- Enterprise trial migration
- Enterprise trial requirements
- Upgrading Enterprise trial to Enterprise edition
- Enterprise pre-migration requirements on Windows systems
- Migrating from Enterprise trial to Enterprise trial on Windows systems
- Migrating from Enterprise trial to Enterprise edition on Windows systems
- Enterprise pre-migration requirements on UNIX systems
- Migrating from Enterprise trial to Enterprise trial on UNIX systems
- Migrating from Enterprise trial to Enterprise edition on UNIX systems
- Troubleshooting Linux installation
- Enterprise edition migration
- Enterprise edition pre-migration requirements on Windows systems
- Migrating from Enterprise edition 10.0.X on Windows systems
- Enterprise edition pre-migration requirements on UNIX systems
- Migrating from Enterprise edition 10.0.X on UNIX systems
- Migrating from Enterprise edition 10.1.X on Windows systems
- Migrating from Enterprise edition 10.1.X on UNIX systems
- EFCM migration
- Importing names
- Editing a user account
- Fabric Manager migration
- Transition
- Index

DCFM Installation, Migration, and Transition Guide 61
53-1001360-01
Smart Card driver installation
1
4. If you installed a pcsc directory into different location than /opt, modify the pcscctl script to
change “/opt” to the directory you specified in step 1.
> cd <new_dir>
> vi pcscctl
Search for “/opt” and change it to the name of the new directory.
5. 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 some Linux vendors, the smart card driver may come with the OS. In this case, extra
system configuration may be needed.
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