![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This appendix describes how licensing is configured for AquaLogic Interaction. It contains the following sections:
In order to function, AquaLogic Interaction requires a valid license key on each portal server in the environment. This key will enable both AquaLogic Interaction and AquaLogic Interaction Search. The license file containing this key must be located in the BEA_HOME directory.
Depending on your use case, a different type of license is used. Each license type is defined by the license attributes that govern the behavior of the licensed installation. The following table lists the license types, the most important attribute for each type, and how the license should be obtained.
By default, the installer attempts to install a Standard Evaluation license file containing an AquaLogic Interaction key in the BEA_HOME directory. This key enables both AquaLogic Interaction and AquaLogic Interaction Search.
If a license.bea file exists in the specified location, then the installer prompts you to merge a Standard Evaluation license with the existing license, overwrite the existing license with a Standard Evaluation license, or leave the existing license alone. If you elect to overwrite the existing license, then the installer places a backup of the existing license into the BEA_HOME directory.
If you are installing AquaLogic Interaction on a machine with another BEA product on it (for example, BEA WebLogic Server, AquaLogic Interaction Analytics, AquaLogic Interaction Grid Search, or AquaLogic Interaction Publisher), choose to merge the license files when prompted by the installer.
Subsequent installs of an AquaLogic Interaction instance obey the same logic described in the Installation Behavior section. When upgrading to a new major or minor version of AquaLogic Interaction, it is necessary to upgrade the license file. When prompted by the installer during upgrade, choose to merge the license files if there are other BEA products installed on the machine. Choose to overwrite the existing license file with a Standard Evaluation license if only AquaLogic Interaction is installed on the machine. For details on merging license files, see Merging License Keys.
When installing the new Production license key, you do not need to run the installer again to change license keys; you only need to replace the existing license file with the new version’s license file, then restart your AquaLogic Interaction instance. For details, see Upgrading an Existing License.
If you are upgrading an existing license to an Extended Evaluation license or a Production license, you can either combine the license keys or replace the existing license file with the new license file.
If you are upgrading a license on a machine with another BEA product on it (for example, BEA WebLogic Server, AquaLogic Interaction Analytics, AquaLogic Interaction Grid Search, or AquaLogic Interaction Publisher), you must merge the license keys for both products into a single file. For more information on merging license keys, see Merging License Keys.
To manually combine two or more license keys into the license.bea file, either use a text editor or the tool provided in BEA_HOME.
The path to java.exe must be in the PATH variable. Use the following command to execute the tool:
Replace <new_license_file>
with the name of the file containing the license key you wish to add to license.bea.
The following is an example of a license.bea file which includes an AquaLogic Interaction Standard Evaluation key:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bea-licenses>
<license-group format="1.0" product="AquaLogic Interaction" release="6.1">
<license
component="Portal"
cpus="unvalued"
expiration="never"
ip="any"
licensee="BEA Evaluation Customer"
serial="616351266349-2264196138122"
sessions="10"
type="EVAL"
users="unlimited"
signature="MCwCFBrLArWXX0x6T2rVqMxgV/4dMkppAhR95fv65tfXoIK4klPz44q9mWg48A=="
/>
<license
component="Search"
cpus="unvalued"
expiration="never"
ip="any"
licensee="BEA Evaluation Customer"
nodecount="2"
serial="616351266349-2264196138122"
type="EVAL"
signature="MC0CFQCcwAbNyYTj4hNkEIXJblrq7Wb7pgIUHx23r3jnjRrkROYxUqfAcPThSeo="
/>
</license-group>
</bea-licenses>
![]() ![]() ![]() |