Reprise (RLM) Demo License Installation
Reprise (RLM) style licensing uses text license files that are typically named license_.demo.lic or license.lic.
Before starting the license file installation, first verify that your license is a Reprise (RLM) demo file by running the toolworks_licensetype utility:
 
<installdir>/toolworks/totalview.<version>/bin/toolworks_licensetype <licensefile>
The utility should report “Reprise (RLM) TotalView Evaluation license detected.”
Install Option 1: Install license file in the default location in your TotalView installation.
Before you can use TotalView, place the demo license file into the license directory of your TotalView installation. This license file was attached to the email message confirming your download request. If your email system did not retain the name license_demo.lic, rename it after you save it to disk.
1. Become root user (optional).
If you installed TotalView as the root user, become the root user again. If you used sudo to install TotalView, use sudo in the following step.
2. Copy the license file.
Copy the license file to the license directory.
 
cp <licensefile> <installdir>/toolworks/license
where <installdir> is the top-level directory where you performed the TotalView installation.
Install Option 2: Install license file in a custom location
If you do not want to install the license file in the <installdir>/toolworks/license directory, set your RLM_LICENSE environment variable to the file's full pathname. The following example shows the bash shell style syntax for setting RLM_LICENSE.
 
export RLM_LICENSE=<nonstandard-dir>/<licensefile>
If a RLM_LICENSE environment variable already exists, add the pathname for the license file to this variable's declaration. Notice that the RLM_LICENSE variable contains a colon-separated list of license file pathnames. For example:
 
export RLM_LICENSE=<nonstandard-dir>/<licensefile>:${RLM_LICENSE}
Test that TotalView can use the license file
Enter:
 
<installdir>/toolworks/totalview.<version>/bin/totalview \
<installdir>/toolworks/totalview.<version>/<platform>/examples/wave
TotalView should come up with no license error dialogs.