HP Brocade 8/24c Brocade Network Advisor Installation Guide v11.1x (53-1002320 - Page 43

the system, you should expect the following links under /etc/rc2.d, /etc/rc3.d, and, After you reboot

Page 43 highlights

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 > 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 Brocade Network Advisor Installation Guide 53-1002320-01 43 of 47

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47

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