HPC/Applications/matlab: Difference between revisions

From CNM Wiki
Jump to navigation Jump to search
(Created page with "== Introduction == [http://www.mathworks.com/ MATLAB] on Carbon is currently licensed to run on '''clogin5 only.''' == Troubleshooting == You might get errors for the followi...")
 
mNo edit summary
Line 4: Line 4:
== Troubleshooting ==
== Troubleshooting ==
You might get errors for the following conditions:
You might get errors for the following conditions:
; Running on a host that is not licensed:
1. '''Running on a host that is not licensed'''
<pre>
<pre>
License checkout failed.
License checkout failed.
Line 12: Line 12:
</pre>
</pre>
: Solution: log in to clogin5 and retry.
: Solution: log in to clogin5 and retry.
; License in use:
2. '''License in use'''
<pre>
<pre>
License checkout failed.
License checkout failed.
Line 21: Line 21:
If no other user is currently running MATLAB, you may need to activate.
If no other user is currently running MATLAB, you may need to activate.
</pre>
</pre>
: Solution: Wait a bit and retry. You could identify the user currently running matlab using the "ps" command. Be considerate in negotiating access with that user.
: '''Solution:''' Wait a bit and retry. You could identify the user currently running matlab using the "ps" command. Be considerate in negotiating access with that user.

Revision as of 17:40, January 30, 2013

Introduction

MATLAB on Carbon is currently licensed to run on clogin5 only.

Troubleshooting

You might get errors for the following conditions: 1. Running on a host that is not licensed

License checkout failed.
License Manager Error -9
The hostid of your computer ("001122334455 001122334466") does not match the hostid of the license
file (001122334400).
Solution: log in to clogin5 and retry.

2. License in use

License checkout failed.
License Manager Error -9
This error may occur when:
-The hostid of this computer does not match the hostid in the license file.
-A Designated Computer installation is in use by another user.
If no other user is currently running MATLAB, you may need to activate.
Solution: Wait a bit and retry. You could identify the user currently running matlab using the "ps" command. Be considerate in negotiating access with that user.