WIBU Licence for Linux: Difference between revisions
Content deleted Content added
No edit summary |
fix mixed RHEL / Debian syntax |
||
| (6 intermediate revisions by 3 users not shown) | |||
Line 1:
For the process of requesting a Wibu-Systems Software License for a ''Windows'' licence host, please refer to [[WIBU Licence Update Request|Wibu Software Licence Update Request]]. This article describes the process of setting up a
The Linux commands used on this wiki should work on most modern Linux distributions
For a basic setup of CodeMeter on Linux, refer to [[Installing_Wibu_CodeMeter_Linux | Installing Wibu CodeMeter on Linux]].
Software licences are an alternative option to hardware USB dongle licences. Please select the licence host carefully as a software
== Setting up a new software licence container
Email <u>[mailto:sales@tuflow.com sales@tuflow.com]</u> to request a software licence. You will be sent an empty licence container file (*.WibuCmLif).
Line 33:
<pre>cmu --list</pre>
== Updating licences
Once you have an existing licence container
For hardware-based licences, on a dongle:<pre>cmu --context 101139 --serial x-xxxxxxx --file x-xxxxxxx.WibuCmRaC</pre>For software-based licences:<pre>cmu --context 6000224 --serial xxx-xxxxxxxxxx --file xxx-xxxxxxxxxx.WibuCmRaC</pre>Where "xxx-xxxxxxxxxx" / "x-xxxxxxxxxx" is the serial number of your licence container. E-mail the created licence request file (.WibuCmRaC) file to [mailto:sales@tuflow.com sales@tuflow.com].
Once your licence request is processed, you will receive a licence update file (.WibuCmRaU) in return, which you can install with
Which should result in something like (this example for a software-based licence):▼
▲Once your licence request is processed, you will receive a licence update file (.WibuCmRaU) in return, which you can install with:
▲<pre>cmu --import --file x-xxxxxxx.WibuCmRaU</pre>
▲Which should result in something like:
<pre>cmu - CodeMeter Universal Support Tool.
Version 6.60a of 2018-Feb-26 (Build 2878) for Linux
Line 66 ⟶ 57:
Once your licence update has been imported, you should see your installed licences in the CodeMeter WebAdmin. If they fail to show up, restart the CodeMeter Service:
<pre>sudo systemctl restart codemeter.service
==Using the installed licenses==
If you are running a model on another machine and have installed the license on a remote license host, refer to <u>[[
If the software license container is the only license container (i.e. you have no dongle installed), you can test using the installed license by simply starting a model run that requires it (i.e. some run other than a benchmark or tutorial model).
However, if you have both a dongle and software license container installed, you can ensure TUFLOW prefers the software license by creating a license control file (.lcf) for your model, with the line: <pre>WIBU Firm Code Search Order == 6000224 101139</pre> This ensures that TUFLOW will prefer a software license container (6000224) over a dongle license container (101139) to obtain a license. You can learn more about where such a file can be placed and what the followed logic for obtaining a license is in
<br>
| |||