Driver Installation and Uninstallation on Linux Installation
Install using the Installation Script
1. Run the script protection_install.sh on the computer where you will be attaching your Sentinel key. It will show you the following options 0 (Exit), 1 Install only driver, or 2 install both Sentinel Protection Server and SUD7.1.1.
2. Select the required option
Install using the RPM Commands
Use the rpm -i --force --nodeps sntl-sud-7.1.1-0.i386.rpm to install the parallel port driver and USB daemon. Use the rpm -i sntl-server-7.1.0-0.i386.rpm command to install the Sentinel Protection Server.
Note: In order to set up the Sentinel Protection Installer, you must be a super user (root). From where you can download Linux/Unix Driver & utilities :
Uninstallation:
Uninstall using the Uninstallation Script
1. Run the script protection_unstall.sh on the computer where you will be attaching your Sentinel key. It will show you the following options 0 (Exit), 1 Uninstall only driver, or 2 uninstall both Sentinel Protection Server and SUD7.1.1.
2. Select the required option
Uninstall using the RPM Commands
Use the rpm -e sntl-sud-7.1.1-0.i386.rpm command to uninstall the parallel port driver and USB daemon.
Use the rpm -e sntl-server-7.1.0-0.i386.rpm command to uninstall the Sentinel Protection Server.
Driver Installation and Uninstallation on MAC Installation:
Installation: Framework
Copy Sentinel. framework and SuperPro32.framework to /Library/Frameworks folder and link with your application.
You can put these frameworks at any of the following three locations
a) current folder where the application is residing.
b) /Library/Frameworks
c)/System/Library/Frameworks
Uninstallation: Framework
The Sentinel. Framework is a driver framework. This framework is copied or installed in the path: /Library/Frameworks Simply delete this framework from the above path.
Installation: .kext
Double click the package to install the new driver. The installer will install the Sentinel.kext in /System/Library/Extentions folder
Uninstallation:.kext
If Sentinel.Kext is installed on your machine, remove it using following instructions:
a) Change directory to /System/Library/Extensions folder
b) sudo kextunload -v Sentinel.kext
c) sudo rm -f Sentinel.kext