- Open a Terminal window.
- Log in as root at your shell's command prompt by entering:
su
- Enter the root password when prompted.
- With your text editor, open the shell script file executed by the root user's login shell as part of the login sequence to create the license environment variable.
The license file specified by NMSLMFDB contains your NaturalText password. The password specifies the number of text-to-speech ports allowed in your system. See Section 1.7 for details on activating your NaturalText licenses.
For the Bourne or Korn shell, edit the /.profile file to create the environment NMSLMFDB to specify the license file. For example:
NMSLMFDB=/opt/nms/licenses.txt
export NMSLMFDB
If the root user's shell is the C shell, edit the /.login file to create the environment NMSLMFDB to specify the license file. For example:
setenv NMSLMFDB /opt/nms/licenses.txt
- Save the modified shell script file and exit your text editor.
- For the changes to the root user's environment parameters to take affect, log out and log back in as root (e.g.,
exit, su).
- Now proceed to Section 1.5, Modifying Your CT Access Configuration File to complete your installation.