Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Installing and Updating License Files

WebLogic Real Time 1.0 requires two valid product licenses to run:

The following sections explain how to acquire, install, and update your product licenses:

 


About BEA Product Licenses

BEA products use an XML-format license file called license.bea. This license file, stored in the BEA Home directory, is used for the BEA products installed in that directory. Your BEA software checks this file at run time to determine which product components you are authorized to use. In addition, for WebLogic Real Time 1.0, access to the JRockit Deterministic GC option requires an additional evaluation or production license key to replace the empty license.bea file in the JRockit /jre directory. For instructions on updating this license, see Updating Your BEA JRockit License for the Deterministic Garbage Collector.

Note: If you have multiple BEA Home directories on your system, each BEA Home must have a license.bea file that authorizes use of the products associated with that directory.

Licenses are release specific. For example, to use WebLogic Server 9.1, you must have a 9.1 license file. To convert a pre-9.1 license.bea file to a WebLogic Server 9.1 license.bea file, see Upgrading Licenses from Previous Software Releases.

The types of license files that can be used as the license.bea file and the technical restrictions that they impose are described in the following table.

Note: See the End User License Agreement for specific license terms and conditions.

Table 6-1 WebLogic Real Time License File Types
License Type
Description
Development
  • Used in a development environment where a developer is preparing an application to run on top of your WebLogic Real Time software; a production license is required for deployment.
  • Enables all component products provided in your product distribution.
  • Enables you to run your software on a single machine, even if it is running multiple instances of WebLogic Server
  • Permits client connections from a maximum of five IP addresses. IP addresses are tracked from the time the server is started. When you restart the server, the count is reset.
  • Is installed in the BEA Home directory as license.bea.
  • Is not tied to the IP address of a machine.
Production
  • Used in full-scale production environments.
  • May restrict functionality to the software components that you have purchased.
  • Enables you to run your software on a single machine, even if it is running multiple instances of WebLogic Server
  • Permits client connections from an unlimited number of IP addresses.
  • Must be purchased separately. For information about purchasing a production license, contact your sales representative or visit the BEA corporate Web site at http://www.bea.com.
  • Is tied to the IP address of the machine. A production license can be used only on a machine with the same IP address that is specified in the license file.

When you install your software, a non-expiring development license file (license.bea) is installed on your system. By default, your software uses the development license installed with the product so that you can start using it immediately. Subsequently, when you install additional BEA products that include a license.bea file, the installation program automatically adds the new product licenses to the license.bea file.

Note: The license.bea file conforms to the XML grammar definition. The XML definition (<?xml version="1.0" encoding="UTF-8"?>) must be at the very beginning of the license.bea file. There cannot be any spaces or line breaks before the XML definition.

 


Updating Your WebLogic Real Time Product License

When you install WebLogic Real Time, the installation program generates a development license.bea file for use with the software and installs it in the BEA Home directory. If you are installing your software in an existing BEA Home, the installation program automatically adds the development license included with your product distribution to the existing license.bea file.

In some cases, however, you must update the license.bea file separately, independent of the installation process. For example, you must update your license file if at least one of the following is true:

In each of these cases, you will receive a new license file from BEA, the contents of which must be included in the license.bea file in the target BEA Home directory. To facilitate the license update process, BEA provides an UpdateLicense utility that merges the new license into the existing license in the BEA Home directory, and deletes any expired or duplicate entries.

The UpdateLicense merge process is not intended to modify the license attributes for any component or feature in the license files being merged. For example:

Important Considerations for Updating Your license.bea File

When determining how to update your license.bea file, you should consider the following:

Note: Do not edit the license.bea file manually. Doing so may cause operating problems for the currently installed BEA products, or result in problems later when BEA products are installed for maintenance upgrades.

Updating license.bea Using the UpdateLicense Utility

To update your license.bea file, perform the following procedure:

  1. Save the license update file that you received through e-mail, with a name other than license.bea, in the target BEA Home directory. For example, save the file as new_license.bea. Use this file as the license_update_file in step 4 of this procedure.
  2. WARNING: Do not overwrite or change the name of the existing license.bea file.
  3. Perform the step appropriate for your platform:
    • On a Windows system, open an MS-DOS command window and go to the target BEA Home directory.
    • On a Linux system, go to the target BEA Home directory.
  4. If it is not already included, add the JDK to your PATH variable by entering the following commands:
    • On a Windows system:
    • set PATH=BEA_HOME\JDK\bin;%PATH%

    • On a Linux system:
    • PATH=BEA_HOME/JDK/bin:$PATH
      export PATH

      In this command, JDK represents the directory that contains the JDK being used for this installation, for example, jdk150_04 or jrockit90_150_04.

  5. Merge the license update file into your existing license by entering one of the following commands:
    • On a Windows system:
    • UpdateLicense license_update_file

    • On a Linux system:
    • sh UpdateLicense.sh license_update_file

      license_update_file represents the name to which you saved the license update file in step 1.

  6. Save a copy of your updated license.bea file in a safe place outside your BEA software and application installation directories.
  7. Although no one else can use your license file, you should save a copy of it in a place that is protected from both malicious and innocent tampering.

 


Updating Your BEA JRockit License for the Deterministic Garbage Collector

For WebLogic Real Time 1.0, access to the BEA JRockit 5.0 Deterministic Garbage Collection option requires an additional evaluation or production license key to replace the empty license.bea file in the BEA_HOME/jrockit-realtime1.0_XXX/jre/ directory. To enable deterministic garbage collection, this key must be replaced with an evaluation or production Deterministic GC license.

These steps explain how to update the empty BEA JRockit license file with the evaluation Deterministic GC license key:

  1. Download the evaluation JRockit Deterministic GC license from the WebLogic Real Time Product download page at http://commerce.bea.com/showproduct.jsp?family=WLRT&major=1.0&minor=0.
  2. To install the evaluation JRockit Deterministic GC license, simply copy it to:
  3. BEA_HOME/jrockit-realtime1.0_XXX/jre/
    
    WARNING: If you already have a JRockit Mission Control license, you should make a backup copy before overwriting it with the Deterministic GC license.
  4. The name of the license should be license.bea, thus, the full path to the license should be:
  5. BEA_HOME/jrockit-realtime1.0_XXX/jre/license.bea
    
  6. To enable the Deterministic GC option, you can:
    • For WebLogic Server, start the server with the -Xgcprio:deterministic option in the startup script.
    • For standalone Java applications, enter the -Xgcprio:deterministic option from a Java command line.
    • Use StartArrow symbol BEA HomeArrow symbol ToolsArrow symbol Configuration Wizard to create a WebLogic domain with the Deterministic GC enabled.
    • Note: Follow steps 2-4 when updating the BEA JRockit license with either a WebLogic Real Time 1.0 CD-ROM kit evaluation license or a WebLogic Real Time 1.0 production license obtained from BEA.

 


Upgrading Licenses from Previous Software Releases

The format of the license.bea file changes with each release of WebLogic Real Time software. To upgrade a license.bea file from a previous release to a license for the current release, complete the following steps:

  1. Log in to the BEA eLicense Web site at http://elicense.bea.com.
  2. Note: You need a BEA eLicense account to log in to this Web site. If you do not have a BEA eLicense account, click the Register link on the Customer Support site to register for one.
  3. In the left navigation area of the Web page, click Upgrade/Downgrade and follow the instructions on the page. If the license you want to upgrade is not listed, click the Add a Missing License link. The BEA Licensing team will research the missing license for you.
  4. You will receive an upgraded license file through e-mail. To update the license.bea file on your system, see Updating license.bea Using the UpdateLicense Utility.

 


Installing Licenses for Use with Promotional CD Distributions

In some cases, BEA distributes software for promotional purposes on CD. Such CDs include installers that do not automatically generate a development license key. Instead, the CD folio directs you to a BEA Web site, where you can obtain a development license file after you supply a code from the CD folio. The license file you obtain allows you to begin using the software immediately, and entitles you to the same usage rights described for the development license in Table 6-1, WebLogic Real Time License File Types, on page 6-2.

When you receive this license file from BEA, complete the following steps:

  1. Save the license file using the name license.bea. Make sure that the filename does not include a suffix, such as .txt.
  2. Copy the license.bea file into the BEA Home directory in which your WebLogic Real Time software was installed. For example, c:\bea.

  Back to Top       Previous  Next