Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to install Matlab on Linux server. Here are the constrains:

  • I have only remote access to that server via SSH from machine running Windows (using putty).
  • There is no X server installed on that server but I'm still able to run Java applications in visual mode using Xming
  • I have no root access on the server

Matlab is given as an ISO file and license file. I have both of them on the server in directory \tmp\matlab_install.

I guess all I need to do is to do is:

  1. mount that ISO somehow
  2. run installation
  3. hope that the installation will need no root privileges and that the installation itself will either need no Xserver or will run on Java

The question is how do I do the first step with no root privileges?

share|improve this question
Well, superuser is back on-line... So what do I do with this question now? You can vote to close or answer, as you wish. – drasto Oct 13 '12 at 17:30
Seems to me like a hopeless mission ;) You need root to mount a cd (unless the server is already configured to automount it for you - is it?). You need X server to run matlab installer, although Xming might work for you - don't know. Installation itself does not need root priviledges. But can you not install matlab on a linux desktop computer and copy the installed version to your server? Or scp the entire installer to the server and try to start it usinng Xming? maybe it runs. – angainor Oct 14 '12 at 6:11
@angainor Interesting idea - instal on desktop and copy files to server. There might be some problems: Matlab uses licence file and licence code so if any of whose are used during installation then the installation will be machine dependent I guess. I don't know what you mean by scp entire installer and start it but you might mean what I've tried lately: I scped installation ISO to server, extracted it using 7zip and then tried to run ./install file. I got message "operation refused". It does not make life easy... :( – drasto Oct 14 '12 at 6:32
Matlab installations are not machine dependent. They are os-dependent, and if you access internet - only a limited number of installation may run. So matlab will eventually figure out that you have two copies running. You also have two types of licenses: stand-alone and network. – angainor Oct 14 '12 at 6:37
About the operation refused, I don't know - too much can happen. But might it not be the lack of display? Did you save the installer in a directory exactly as it is on the CD? I guess.. Anyway, try to install on a desktop linux and copy the entire installation directory. You might run into problems with paths, so better install it in the same directory you will have it in on the server. – angainor Oct 14 '12 at 6:39
show 1 more comment

closed as off topic by Brad Larson Oct 14 '12 at 16:43

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.