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
36 vFabric Suite
36
Installing vFabric License Server and
Activating Your License
Uninstall Standalone vFabric License Server
Uninstalling the standalone version of vFabric License Server completely removes it from your RHEL computer, including the
internal database that contains all usage data of vFabric components.
Procedure
1. Log on to the RHEL computer on which you installed the standalone vFabric License Server as the root user (or as an
unprivileged user who has sudo privileges) and start a terminal.
2. Stop the vFabric License Server:
prompt# service vfabric-license-server stop
Note: If the License Server was not running, the previous command returns Fail; this is correct behavior.
3. Uninstall the vFabric License Server by running the following yum command:
prompt# yum remove vfabric-license-server
4. If you previously used chkconfig to configure the License Server to start at computer boot-time, run the following
command to unconfigure it:
prompt# chkconfig --level 35 vfabric-license-server off