Install the License
1. 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 to the flexnetls-version directory:
cp license.bin installdir/toolworks/flexnetls-version
or
cp license_demo.bin installdir/toolworks/flexnetls-version
3. Set the environment variable TV_LICENSE_FILE to point to this file:
export TV_LICENSE_FILE=installdir/toolworks/flexnetls-version/license.bin
or
export TV_LICENSE_FILE=installdir/toolworks/flexnetls-version/license_demo.bin
4. To test that TotalView can use the license file, enter:
installdir/toolworks/totalview.version/bin/totalview
TotalView displays its Root window.
If you are using a demo license, you will receive a permanent license after you purchase TotalView.
NOTE >> If you do not want to install the license file in the installdir/toolworks/flexls-version directory, you must set your TV_LICENSE_FILE environment variable to the file’s full pathname. For example:
setenv TV_LICENSE_FILE nonstandard-dir/license.bin