TutorialInstallation: Purchased License




Prev | Up | Next | Back | Forward | Online Documentation Home Page
Usage of Ada-ASSURED is controlled by the Globetrotter FLEXlm License Manager, a third-party application software package. The purpose of the license manager software is to control the number of simultaneous users of a licensed copy of Ada-ASSURED. It restricts the use of Ada-ASSURED to the evaluation period specified in the licensing agreement.

For a permanent installation of Ada-ASSURED, you will need to have the FLEXlm License Manager running on the license server machine(s). If you have a demonstration license, skip this section.

The license manager software is composed of the following parts:

  1. the license file: license.dat,
  2. the license options file: license.opt.
  3. two daemons: lmgrd.exe and aa.d,
  4. license administration tool: lmtools.exe.

In order to enable Ada-ASSURED, the following is required:

The license file as send to you will look like more or less like:

SERVER duck 00c04f792e62 8752
DAEMON aa.d $DPATH$/aa.d license.opt
FEATURE Ada-ASSURED aa.d 3.3 permanent 1 1B5EC032159ACF7A858F \
        VENDOR_STRING=9090D0B175341FDDDA75 PLATFORMS=i86_n ck=90
FEATURE Ada-ASSURED-BATCH aa.d 3.3 permanent 1 0B3E0A13BEF39FA12DA8 \
        PLATFORMS=i86_n ck=212

This enables a single floating license for version 3.3 of Ada-ASSURED. The first line of the file specifies the name of the server on which the license manager daemon will run (in this case duck), its hostid (00c04f792e62), and the TCP/IP port on which it will communicate (8752). The second line specifies the name of the vendor daemon (aa.d), and the full pathname to its executable. The $DPATH$ will need to be replaced manually by the correct pathname (aahome\bin\aa.d). You can do this using a text editor like notepad.

License Manager

License management can be complicated depending on whether your site has any applications that use FLEXlm and how you have chosen to set up the daemons. Be careful to follow all the steps needed for your site.

Step A: Already Running a License Manager Daemon.
 
If you already have FLEXlm running at your site, then you have two choices:

Step B: Starting and Configuring the License Manager.
  You will need to know where Ada-ASSURED is installed. Call this directory AALOC.
  1. Start up the license server control tool. This can be done by double-clicking on the lmtools.exe icon in the AALOC\bin directory.
  2. Select the Server/License File tab.
  3. Select the Configuration using Services option
  4. Select the Configure Services tab
  5. Enter the paths for the license manager daemon AALOC\lmgrd.exe, license file, and log file. For example, assuming you installed Ada-ASSURED in C:\GrammaTech, enter:
    C:\GrammaTech\Ada-ASSURED\bin\lmgrd.exe
    C:\GrammaTech\Ada-ASSURED\files\license.dat
    C:\GrammaTech\Ada-ASSURED\files\lmgrd.log
    
  6. Select Use Services and Start Server at Powerup.
  7. Select the Control tab.
  8. Click on the Save button.
  9. Select the Start/Stop/Reread tab.
  10. Start the server now by clicking on Start Server.
  11. Choose OK to exit.

The License File

To run Ada-ASSURED, the license file license.dat containing the information about Ada-ASSURED must be accessible. You have two choices:


Forward