Setting the License File Variable
The totalview startup script sets the LM_LICENSE_FILE environment variable to:
installdir/flexlm-6.1/license.demo
If you do not want to install the license.demo file in this directory, you must set the LM_LICENSE_FILE environment variable to the full pathname of the directory containing the license.demo file. For example:
setenv LM_LICENSE_FILE
nonstandard-dir/license.demo
Note: If you change this directory, you will have to change the name "license.demo" to "license.dat" after you purchase TotalView.
If the LM_LICENSE_FILE environment variable is already set, add the pathname for license.demo to the list. The LM_LICENSE_FILE variable contains a colon-separated list of license file pathnames. For example:
setenv LM_LICENSE_FILE \
nonstandard-dir/license.demo:${LM_LICENSE_FILE}