Apply a new key interactively
Perform the following steps to apply a new license key to an existing Connect installation:
cd <connect_install>
./applykey
Specify the location of the license key file when prompted.
Read the terms of the Precisely License Agreement and confirm your acceptance of them.
Review the product options, components and features that are enabled by your license key.
Applying a new key silently
A silent applykey process allows you to easily apply a new Connect license key on multiple machines with identical options. You simply apply the key interactively on the first machine using the record option to save your responses to applykey prompts in a file. Then you run the silent applykey process on the remaining machines, pointing to the recorded response file. Because the silent applykey process is non-interactive, it can be scripted to effectively automate applying the license key on many machines.
./applykey –r <silent_setup_file>
./applykey –s <silent_setup_file> -slog <log_file>
<silent_setup_file>
is the full path to the response file generated by the interactive applykey process.<log_file>
is the full path to the log file generated by the silent applykey process.