5.3
Table Of Contents
- Getting Started with vFabric Suite
- Table of Contents
- 1. About Getting Started with vFabric Suite
- 2. Quick Start Guide
- 3. Overview of vFabric Suite 5.3
- vFabric Suite Editions and Components
- Component Integration and Cross-Platform Consistency
- Optimized for vSphere and Spring-Built Applications
- Product Overviews
- vFabric tc Server 2.9 (Spring Edition)
- vFabric EM4J 1.3
- Spring Insight Operations 1.9
- vFabric Hyperic 5.0
- vFabric GemFire 7.0 (Application Cache Node)
- vFabric RabbitMQ 3.0
- vFabric Web Server 5.3
- vFabric SQLFire 1.1 (Professional)
- vFabric Application Director 5.0 (Provisioning)
- vFabric Postgres 9.2 (Standard Edition)
- 4. vFabric Suite Licensing
- 5. Installing vFabric License Server and Activating Your License
- Installing vFabric License Server on Your vCenter Server
- RHEL Only: Installing vFabric License Server Standalone
- Activate vFabric Suite Licenses
- Optionally Configure Computer to Track License Usage of OSS Components on RHEL
- Upgrade vFabric License Server on vCenter Server
- Uninstall vFabric License Server from vCenter Server
- Uninstall Standalone vFabric License Server
- 6. Monitoring vFabric License Usage
- 7. FAQ: vFabric Suite Integration and Off-Cycle Releases
20 vFabric Suite
20 vFabric Suite Licensing
You obtain a pool of licenses that you activate by adding only one license key to the vFabric License Server. Rather than
installing a license key on each machine, you register one license key that represents the number of license units that you have
purchased. See Activate vFabric Suite Licenses.
To check the validity of a license key, see Check the Validity of an Existing License Key.
The production license is a V8 license that is perpetual for a particular version and package (Standard or Advanced) of vFabric
Suite. If you do not install a license, your component installation defaults to an evaluation license, which is valid for 60 days after
you first start the component. The license includes support for all vFabric products in your vFabric Suite Standard or vFabric
Suite Advanced package.
Licensing for Standalone vFabric Components
If you purchase a vFabric component individually, rather than as part of a vFabric Suite Standard or Advanced package, you
install license keys locally, on one or more machines. Local licensing does not involve integration with the vFabric License
Server.
To install a local license for a standalone vFabric product, refer to the documentation for that product. Each
product implements licensing in a slightly different way. To check the validity of a license key, see Check the
Validity of an Existing License Key.
Check the Validity of an Existing License Key
If you have previously installed one or more vFabric components, such as vFabric GemFire or vFabric tc Server, you might
already have a license key (also referred to as a serial number in the following procedure). However, you need to confirm
whether it is valid for the latest release of the component or in the context of vFabric Suite. The vfabric-licensetool
checkserial utility checks the validity of your existing license key.
For each license key that you input, the utility displays detailed information such as the vFabric component to which it is
associated, the type of license key, the capacity, and its expiration date.
Procedure
1. From the Drivers and Tools tab of the download page for vFabric Suite Advanced or Standard, download the vFabric
License Check Tool utility ZIP file onto the computer on which you want to run it.
The file is called vfabric-vfchksn-version.bin.zip.
2. Unzip the file into a directory.
The utility and supporting files are unzipped into the vfabric-vfchksn-version child directory.
3. If necessary, install a JDK or JRE on the computer.
Be sure the JAVA_HOME and PATH environment variables point to the JDK or JRE.
For example, if you installed the JDK in /usr/java/jdk1.6.0_24, you can set the environment variables in the user's
Linux profile as follows:
export JAVA_HOME=/usr/java/jdk1.6.0_24
export PATH=$JAVA_HOME/bin:$PATH
4. Open a command (Windows) or terminal (Linux) window, change to the directory in which you unzipped the utility, and run
the following (Linux):
prompt$ vfabric-licensetool checkserial [options] serial-number
On Windows: