Noninteractive (silent) installation doesn't start on CentOS

8 views (last 30 days)
I am trying to install matlab on a remote server. It is running CentOS 7. So far I have followed the instructions here: https://www.mathworks.com/help/install/ug/install-noninteractively-silent-installation.html
The settings in the 'my_installer_input.txt' file are as follows:
destinationFolder=/home/apps/MATLAB/R2021b
fileInstallationKey=27399-62609-33086-46068-...
agreeToLicense=yes
outputFile=/home/max/logs
improveMATLAB=yes
licensePath=/home/apps/MATLAB/license/license.lic
From the folder including the 'install' and 'my_installer_input.txt' I run:
./install -inputFile my_installer_input.txt
However, nothing runs and there are no messages or errors. I also tried to run the installation on my local machine (Ubuntu 20.04), the result is the same.
I would apprechiate some help on this issue.
  1 Comment
Maximilian Nentwich
Maximilian Nentwich on 10 Nov 2021
Eventually, I found a log file with the following info:
(Nov 09, 2021 19:27:33) ##################################################################
(Nov 09, 2021 19:27:33) #
(Nov 09, 2021 19:27:33) # Today's Date:
(Nov 09, 2021 19:27:33) Nov 09, 2021 19:27:33 -0500
(Nov 09, 2021 19:27:33)
(Nov 09, 2021 19:27:33) System Info
(Nov 09, 2021 19:27:33) OS: Linux Linux 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64
(Nov 09, 2021 19:27:33) Arch: amd64
(Nov 09, 2021 19:27:33) Language: en_US
(Nov 09, 2021 19:27:33) Release Description: R2021b Update 1
(Nov 09, 2021 19:27:33) Installer build number: 9.11.0.1776456
(Nov 09, 2021 19:27:33) Error creating and setting up the model
(Nov 09, 2021 19:27:33) getrandom

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!