Differences
This shows you the differences between two versions of the page.
engine:7.8:licence [2019/04/12 09:42] pdufour created |
engine:7.8:licence [2019/04/12 09:46] (current) pdufour |
||
---|---|---|---|
Line 2: | Line 2: | ||
If you are using LTU Engine Server then you will have to update your license file every years. | If you are using LTU Engine Server then you will have to update your license file every years. | ||
When you have download your license file from our [[http://downloadcenter.ltutech.com//login.php|DownloadCenter]] please follow theses steps: | When you have download your license file from our [[http://downloadcenter.ltutech.com//login.php|DownloadCenter]] please follow theses steps: | ||
- | - switch to user 'ltu': su - ltu | + | * Switch to user 'ltu': |
- | - backup your old license file: cp config/license.lic config/license.old | + | <file bash> |
- | - add new license file: cp /tmp/MY_NEW_LICENSE_FILE config/license.lic | + | su - ltu |
- | - restart the license server: ltud restart license | + | </file> |
+ | * Backup your old license file: | ||
+ | <file bash> | ||
+ | cp config/license.lic config/license.old | ||
+ | </file> | ||
+ | * Add new license file: | ||
+ | <file bash> | ||
+ | cp /tmp/MY_NEW_LICENSE_FILE config/license.lic | ||
+ | </file> | ||
+ | * Restart the license server: | ||
+ | <file bash> | ||
+ | ltud restart license | ||
+ | </file> | ||
+ | \\ | ||
Everything should then be updated, please proceed to a few queries to test system status. | Everything should then be updated, please proceed to a few queries to test system status. |