Technical data

36 Brocade Network Advisor SAN Installation and Migration Guide
53-1003580-01
Configuring an explicit server IP address
2
5. Remove the existing pcscd start priority file by deleting the file as SNNpcscd, where NN is the
start priority. For example, from the preceding step, the file name is S25pcscd.
> find /etc/. –name “S25pcscd” –exec rm {} \; -print
> sync;sync;sync
> reboot
After the reboot, the new configuration from the /opt/pcsc/pcscctl file should be under the
/etc/rc2.d, /etc/rc3.d, /etc/rc4.d, and /etc/rc5.d directories.
lrwxrwxrwx 1 root root 15 Jul 28 01:50 S94pcscd -> ../init.d/pcscd
6. For the remote client, ensure that the Smart Card native library is linked to the one under
/opt/pcsc/lib.
> cd /
> find . –name libpcsclite.so* -print
If the library libpcsclite.so* exists in multiple locations, you must ensure that there is only one
library under /lib or /usr/lib, and that it is linked to the library on /opt/pcsc/lib correctly. For
example, to find a copy of the library on /lib, use the following commands.
> cd /lib
> ls –al libpcsclite.so
If a copy of the library exists, either remove it or save it as a backup.
To find a copy of the library on /usr/lib, use the following commands.
> cd /usr/lib
> ls –al libpcsclite.so
Use this copy for the soft link.
> ln –s /opt/pcsc/lib/libpcsclite.so /usr/lib/.
Configuring an explicit server IP address
If you selected a specific IP address from the Server IP Configuration screen during installation and
the selected IP address changes, you will not be able to connect to the server. To connect to the
new IP address, you must manually update the IP address information.
To change the IP address, complete the following steps.
1. Choose one of the following options:
On Windows systems, select Start > Programs > Network Advisor 12.3.3 > Network
Advisor Configuration.
On UNIX systems, execute sh Install_Home/bin/configwizard in terminal.
2. Click Next on the Welcome screen.
3. Click Yes on the confirmation message.
4. Click Next on the FTP Server screen.