install_matlab

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Dernière révisionLes deux révisions suivantes
install_matlab [2016/01/27 15:54] gerardinstall_matlab [2017/02/10 11:29] chabrol
Ligne 1: Ligne 1:
 [[matlab|matlab]] [[matlab|matlab]]
 +====== r2016b ======
 +
 +installer sur license (vm sur slatp)
 +compatible ubuntu 16 donc instalation d'un ubuntu16, pour l'installation demande un serveur x, donc installation d'un serveur X, l'installation via le réseau ne fonctionne pas.
 +Même si on peut accéder à login.mathworks.com 443 et services.mathworks.com 80
 +Du coup installation avec une license key
 +pour l'ID de la machine demandé sur le site web : donner l'adresse mac du serveur.
 +au lancement du serveur de licence j'obtient ça :
 +<Code>
 +/usr/local/MATLAB/R2016b/etc/lmstart 
 + 
 +Checking license file for local hostname and local hostid . . .
 +/usr/local/MATLAB/R2016b/etc/lmhostid: 332: /usr/local/MATLAB/R2016b/etc/lmhostid: /usr/local/MATLAB/R2016b/etc/glnxa64/lmhostid: not found
 + 
 +    Error: Your hostname matches the hostname on a SERVER line in
 +           your license file but the lmhostid in that line does not.
 +           Your local lmhostid(s) are:
 + 
 +           
 + 
 +           Your hostname is:  license
 + 
 +           The SERVER line in question is:
 + 
 +           -----------------------------------------------
 +           SERVER license 72AB5BF20635 27000
 +           -----------------------------------------------
 + 
 +Please stop, fix the problem, and try again . . .
 + 
 +Continue to start up license manager? y/[n]) n
 +
 +</Code>
 +
 +en fait ''/usr/local/MATLAB/R2016b/etc/lmstart'' s'appuie sur  ''/usr/local/MATLAB/R2016b/etc/lmstart'' qui nécessite une lib pour fonctionner, car sinon quand on lance ''/usr/local/MATLAB/R2016b/etc/lmstart '' on obtient:
 +<Code>
 +/usr/local/MATLAB/R2016b/etc/lmhostid: 332: /usr/local/MATLAB/R2016b/etc/lmhostid: /usr/local/MATLAB/R2016b/etc/glnxa64/lmhostid: not found
 +</Code> 
 +Pour régler le pb installer la lib ''lsb'':
 +<Code>apt-get install lsb</Code>
 +et ''/usr/local/MATLAB/R2016b/etc/lmhostid'' renvoie bien l'hostId à savoir  l'adresseMac...
 +<Code>
 +lmhostid - Copyright (c) 1989-2015 Flexera Software LLC. All Rights Reserved.
 +The FlexNet host ID of this machine is "72ab5bf20635"
 +</Code>
 +penser a lancer ''/usr/local/MATLAB/R2016b/etc/lmstart'' pas en tant que root.
 +
 +les logs sont dans ''/var/tmp/lm_TMW.log''
  
 ====== installation en réseau ====== ====== installation en réseau ======
  • install_matlab.txt
  • Dernière modification : 2017/08/25 09:56
  • de 127.0.0.1