Brocade Network Advisor Installation Guide v11.1x (53-1002320-01, May 2011)

Brocade Network Advisor Installation Guide 43 of 47
53-1002320-01
Smart Card driver installation
4. If you installed a pcsc directory into a location other 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.
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
Before you enter chkconfig --add pcscd, you can enter chkconfig –list | grep pcscd to verify that the pcscd
file is already on the list. If it already exists, you do not need to enter chkconfig –add pcscd. After you reboot
the system, you should 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 operating system. In this case, extra
system configuration may be needed. For more information, refer to “Detecting and correcting a default
Linux Smart Card driver” on page 44.
6. 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