Anchor | ||||
---|---|---|---|---|
|
...
Disable remote keys access
A helpful feature of Sentinel Admin Control Center is the ability to disable access to remote keys. If the network key is installed locally, access to the key from remote hosts can be disabled. The following examples demonstrate how this can be done.
To disable access to remote keys switch to the "Access to Remote License managers" tab and uncheck the "Allow Access to Remote Licenses" checkbox. Then press "Submit" button to apply this setting:
Accessing Sentinel Admin Control Center from remote hosts
By default, Sentinel Admin Control Center forbids accessing its web interface from remote machines. To allow access, configure ACC for remote management.
The first step is to edit the "hasplm.ini
" file:
|
# /etc/init.d/aksusbd restart |
# ssh -L8080:CHARON_MACHINE:1947 root@CHARON_MACHINE |
License management utility
CHARON-VAX for Linux provides one specific utility for license management - "hasp_srm_view". This utility is used to display CHARON-VAX license content, and to collect key status information and host fingerprint (C2V) files.Applying updates (".v2c" files) is done using Sentinel Admin Control Center. Please refer to the Utilities section of this Guide for more details.Transferring and removing CHARON-VAX software licenses
Software Licenses Transfer
Software Licenses (SL) can be transferred from one host to another using the "hasp_srm_view" utility and "Sentinel Admin Control Center" (ACC).
The following example demonstrates the transfer procedure.Let's suppose a Software License must be transferred from a host "SourceHost" to a host "RecipientHost":- Collect the specific information about the "RecipientHost" to issue a transfer license. To do that run "hasp_srm_view" utility on the "RecipientHost" with the following parameters:The file "recipient.id" will be created in the current directory.
$ hasp_srm_view -idf
- Copy the "recipient.id" file to the "SourceHost".
Info "recipient.id" file is an ASCII file, so use "ascii" option in case of FTP transfer. - On "SourceHost", open "Sentinel Admin Control Center" (ACC) (browse to http://localhost:1947). Note the number of the software license you are going to transfer.
- Run the "hasp_srm_view" utility in the following way to create a transfer license for the host "RecipientHost":The "license number" is the value collected at step 3.Example of collecting a transfer license:
$ hasp_srm_view -tfr <license number> recipient.id
The file "<license number>.v2c" will then be created in the current directory. In the example above the name of the transfer license will be "12345678.v2c"$ hasp_srm_view
-tfr 12345678
recipient.id
- Copy the resulting "<license number>.v2c" file to the "RecipientHost".
Info "<license number>.v2c" file is an ASCII file, so use "ascii" option in case of FTP transfer. - On "RecipientHost", open "Sentinel Admin Control Center" (ACC) (browse to http://localhost:1947). Apply the "<license number>.v2c" file as described above
Software License Removal
It is also possible to remove Software License completely from a host, the license will then be dumped to a specific license file "*.v2c", so it can be re-applied if needed.
- Open "Sentinel Admin Control Center" (ACC) (browse to http://localhost:1947). Note the number of the software license you are going to remove.
- Run the "hasp_srm_view" utility in the following way to remove the license:The "license number" is the value collected at the step 1.Example:
$ hasp_srm_view -tfr <license number>
The "<license number>.v2c" file will then be created in the current directory. In the example above the name of the transfer license will be "12345678.v2c"$ hasp_srm_view -tfr 12345678
- It is always possible to re-apply the created ".v2c" file to restore the deleted software license.
License Deinstallation
To completely remove a CHARON-VAX license from a host, it is enough to remove the Sentinel run-time daemon using the following command:
# rpm -e aksusbd --nodeps |
Special "backup" license keys
Backup keys are provided by STROMASYS along with standard license dongles. It is strongly recommended to order a backup key to recover immediately from damage or loss of the main license key.Backup keys use a counter (integer) value hardcoded inside the key. This integer value is a number of hours CHARON-VAX is allowed to run. Each time CHARON-VAX checks the license (every hour), the value is decreased (by 1 hour).Please note that backup keys have restricted functionality:
- CHARON run time is typically limited to 720 hours (30 days). This should be more than enough time to get a replacement from STROMASYS.
- Backup license may be valid only until a certain date. Please check with STROMASYS management.