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
Monitoring vFabric License Usage 43
43
Option Description
• cluster
• resourcePool
• datacenter
For example, to group by resource pool, specify -group resourcePool.
You can specify only one of the following options: -group, -cluster, -datacenter, or -resourcePool.
-cluster cluster-
name
(vSphere Environment Only) Displays periodic component version information for the specified cluster.
You can specify only one of the following options: -group, -cluster, -datacenter, or -resourcePool.
-datacenter
datacenter-name
(vSphere Environment Only) Displays periodic component version information for the specified virtual data
center.
You can specify only one of the following options: -group, -cluster, -datacenter, or -resourcePool.
-resourcePool
resourcePool-name
(vSphere Environment Only) Displays periodic component version information for the specified resource pool.
You can specify only one of the following options: -group, -cluster, -datacenter, or -resourcePool.
-period period Specifies the period that the report covers, such as daily or monthly. Valid values are:
• DAILY
• WEEKLY
• MONTHLY
• QUARTERLY (90 days)
• YEARLY
• ALL
Default value is DAILY.
Example
The following example shows how to view a monthly report of the number of computers that have run the vFabric components
from September 1, 2012 to October 04, 2012:
prompt> versions-over-periods.bat -startDate 09/01/2012 -endDate 10/04/2012 -period MONTHLY
The output will look something like the following:
Period: MONTHLY
Component Name,Component Version,Dates,Minimum Number of Machines,Maximum Number of Machines,Average Number of Machines
VMware vFabric tc Server,2.8.0.RELEASE,"Sep 1, 2012 - Sep 30, 2012",0,0,0
VMware vFabric tc Server,2.8.0.RELEASE,"Oct 1, 2012 - Oct 4, 2012",0,1,0.53
Apache Tomcat,7.0.30,"Sep 1, 2012 - Sep 30, 2012",0,0,0
Apache Tomcat,7.0.30,"Oct 1, 2012 - Oct 4, 2012",0,1,0.31
VMware vFabric Web Server,5.2.0,"Sep 1, 2012 - Sep 30, 2012",0,0,0
VMware vFabric Web Server,5.2.0,"Oct 1, 2012 - Oct 4, 2012",0,1,0.37
VMware vFabric tc Server,2.6.2.RELEASE,"Sep 1, 2012 - Sep 30, 2012",1,1,1
VMware vFabric tc Server,2.6.2.RELEASE,"Oct 1, 2012 - Oct 4, 2012",0,1,0.68
VMware vFabric Spring Insight,1.5.1.SR3,"Sep 1, 2012 - Sep 30, 2012",1,1,1
VMware vFabric Spring Insight,1.5.1.SR3,"Oct 1, 2012 - Oct 4, 2012",0,1,0.68
The output includes the name of the component and versions, the period of reporting, and the minimum, maximum, and average
number of computers (physical or virtual) on which the component was running. Note that the report includes information about
open-source components, such as Apache Tomat.
The following example is similar, but limits the output to the mycluster cluster rather than the entire vCenter server.
prompt> versions-over-periods.bat -startDate 09/01/2012 -endDate 10/04/2012 -period MONTHLY -cluster mycluster