...
Tufts network concurrent license is comprised of approximately 25 or so popular Mathworks Toolboxes. Matlab may be installed on Tufts owned machines such as lab computers and faculty hardware. As a network license, the installed machine must be on Tufts' network for authentication. If you or your lab wishes to use this license on local hardware, please contact your local FSP/IT support person. The following Toolboxes are currently part of the license : https://wikis.uit.tufts.edu/confluence/display/TuftsUITResearchComputing/Network+Concurrent+Licenses(information provided for all cluster software)
License Term
The term of the software license .............
License Codes
License codes can be are obtained .............from RGTS. Currently embedded in the package.
Platform(s)
Supported platforms ............: Windows, Linux, Mac
Installation Requirements
http://www.mathworks.....com/support/sysreq/previous_releases.html
Maintenance, Fixes
Maintenance for the concurrent licenses is provided ...........by RGTS
Versions, Upgrades and New Releases
License holders are permitted to run ...........New versions are coming every year, but we might not have licenses for the newest version which Mathworks released.
Type of Purchase
The software may be purchased by .................
Restrictions on use .................
...
Package is available in Landesk .............
Packaging information is available................
...
Both network.lic and installer_input.txt files are needed for the Landesk package.
Network.lic - has information on where are the licensing servers and which port they are using
installer_input.txt - has information for the installation settings - it can be edited to suit certain changes
Unattended command line installation
Example:
Code Block |
---|
sample code
|
Info |
important info
@echo off
:: Unzip the installer
7za.exe x MATLAB_R2012b.zip -y -oC:\Windows\temp\MATLAB_R2012b
:: Copy license file to work directory
mkdir "C:\Program Files\MATLAB\R2012b"
copy /y network.lic "C:\Program Files\MATLAB\R2012b"
:: Copy installer setup file to temp directory
copy /y installer_input.txt "C:\Windows\temp\MATLAB_R2012b"
:: Install Matlab
cd /d "C:\Windows\temp\MATLAB_R2012b"
start /wait setup.exe -inputFile C:\Windows\temp\MATLAB_R2012b\installer_input.txt
|
Info |
---|
The installer takes about 40 min to complete |
Where are the license files for MATLAB located?
...