...
- Stop DTP Server and Data Collector services (see Stopping DTP Services).
- Open the variables file (no extension) located in the
<DTP_INSTALL>/bindirectory directory in an editor. - In the
DTP_JAVA_OPTSandDC_JAVA_OPTSvariables, change the-DuseExternalLockflag fromfalsetotrue. - Insert the USB HASP key and wait for the operating system to install the drivers; the LED on the HASP key flashes during installation.
- After the drivers have been installed, Start DTP and Data Collector services.
- Add the new license; see License Server.
...
- Run
dtpconsole.shlocated in the<DTP_INSTALL>/bindirectory. - Use the console to stop DTP Server and Data Collector services (see Stopping DTP Services).
- Open the the variables file (no extension) also located in the
<DTP_HOME>/bindirectory in an editor. - In the
ENABLE_EXTERNAL_LOCKvariable, change the-DuseExternalLockflag fromfalsetotrue. - You must also change how Linux handles the USB HASP key hardware. By default, USB devices have 66* permission, but the USB HASP key requires 666 permission.
- Locate the udev.rules file for your distribution. This file is responsible for USB devices.
- Modify the
usb_deviceentry to useMODE="0666" - Execute the following command:
udevadm control --reload-rules
- Plug the USB HASP Key into the machine; if the key is already plugged in, run following command as root user to programmatically insert key:
udevadm trigger. - Start DTP services from the DTP console.
- Add the new license; see Managing Tool Licenses.
...