MATLAB: Do the MATLAB license manager scripts fail to install on a HP-UX machine

MATLAB

When I choose to install the network license manager on my HP-UX machine, the installation completes without any errors, but the license manager scripts (lmstart, lmstat, lmhostid, etc…) are missing from $MATLAB/etc, where $MATLAB is my root MATLAB directory.

Best Answer

This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
This error will occur when the locale on your machine is set to en_US.iso88591.
To allow the installation to complete properly, run the following command before running the installer, to set the locale to C:
setenv LANG C
When the installation is complete, the locale can be set back to en_US.iso88591.