Hi,
I am using FC 10. I did an rsync to get a software Matlab from the local lan. But Matlab does not work. The error is:
Quote:
License checkout failed.
License Manager Error -96
MATLAB is unable to connect to the license server.
Make sure that the MATLAB client machine can communicate with the hostname listed in the SERVER line
of the license file, and that the port listed in the SERVER line is not blocked by a firewall.
Troubleshoot this issue by visiting:
http://www.mathworks.com/support/lme/R2008a/96
Diagnostic Information:
Feature: MATLAB
License path: /home/samrat/.matlab/R2008a_licenses:/usr/local/pkgs/matlab_7.6_r2008a/licenses/license.dat:/usr/loc
al/pkgs/matlab_7.6_r2008a/licenses/network.lic:
FLEXnet Licensing error: -96,7. System Error: 2
|
I have set SELinux as Permissive for the current enforcing mode, while the default enforcing mode is Enforced. I did rsync in this way:
Code:
rsync mecsmrao@10.16.4.32:/home/pkg/lic/matlab-7.6/ /usr/local/pkgs/matlab_7.6_r2008a/ -avtpog -e ssh
What am i supposed to do?