Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the file Floating Template.lic included in your license server folder.

  2. Rename the file to <product_name>_<companyName>_client_license_file.lic, where <product_name> is Syndeia (for example) and the <companyName> is the name of your organization.

  3. Open the file in a text editor.  You should see something like the following:  

    Code Block
    HOST our.rlm-server.mycompany.edu ANY 5053
    ISV intercax

    Above: usable by ANY client workstation to get a license from our.rlm-server.mycompany.edu if ports 5053 and 5055 are open on that server

    Code Block
    HOST 192.168.0.123 ANY 5053
    ISV intercax

    Above: usable by ANY client workstation to get a license from 192.168.0.123 if ports 5053 and 5055 are open on that server

  4. Code Block
    HOST [license server name or ip address] [ANY or ether=<MAC_ADDRESS>] [5053 (default) or designated RLM port]
    ISV intercax [port=5055 (default) or designated vendor service port]

  5. Make these changes:

    1. Replace [license server name or ip address] with the IP address (or URL) of your license server machine

    2. Replace [5053 (default) or designated license server port number] with 5053 or a designated license server port your provided to us per the Pre-reqs section here.  Example:   

      Code Block
      HOST myLicenseServerHost.mydomain.com ANY 5053
      ISV intercax

  6. Save and close the file

...