How do I install MATLAB, or other MathWorks products, on a client computer for a network license?
Mostrar comentarios más antiguos
I am trying to find instructions on how to install a MATLAB client for a Network-based (concurrent or network named user) license.
Respuesta aceptada
Más respuestas (1)
Steve Pellegrino
el 14 de Oct. de 2021
Editada: Steve Pellegrino
el 19 de Nov. de 2024
26 votos
For clients, the license file is a simple text file with the extension ‘.lic’ or ‘.dat’.
The first line starts with the word SERVER followed by the server's name (usually a DNS FQDN), followed by the server’s MAC address and then the listening port for the FLexLM licensing service (usually 27000). The second line is USE_SERVER. So, for example:
-------------
SERVER myserver.abcd.com EF0123456789A 27000
USE_SERVER
-----------
The license file can be created with a text editor like Notepad, Textedit, Vi, or nano.
Comment lines can be added if started with #
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!