5.3

Table Of Contents
34 vFabric Suite
34
Installing vFabric License Server and
Activating Your License
Procedure
1. Log in as the root user on the RHEL computer on which you are going to install the OSS license agent and start a terminal.
2. Execute the following yum command to install the OSS license agent:
prompt# yum install vfabric-agent
The yum command begins the install process, resolves dependencies, and displays the packages it plans to install.
The yum command automatically choses the appropriate RPM package based on your architecture (32- or 64-bit).
3. Enter y at the prompt to begin the actual installation.
If the installation is successful, you will see a Complete! message at the end.
4. If you are using the standalone (non-vSphere) version of vFabric License Server, configure the OSS license agent to
communicate with the License Server by creating a file called vflicense.properties that contains a single property
(vfabric.licensing.server.address), as shown in the following sample:
vfabric.licensing.server.address=https://host:port
where:
host is the hostname of the vFabric License Server RHEL computer.
port is the secure (HTTPS) port number that the License Server listens to for HTTPS requests.
These secure port number was outputted when you installed the License Server.
For example, if your License Server is on host myhost, listening at the default HTTPS port 8443, the file would look like
the following:
vfabric.licensing.server.address=https://myhost:8443
Save the vflicense.properties file in the /opt/vmware/vfabric-agent directory.
You do not perform this step if you install vFabric License Server in a vSphere environment.
Your RHEL computer is now configured to automatically detect whether any of the supported OSS components are installed and
to periodically send usage information to the vFabric License Server.
What the vfabric-agent RPM install does
The yum install of the vfabric-agent RPM performs the following tasks on the RHEL computer:
If it doesn't already exist, creates the vfabric group.
Copies the following files and directories (owned by root:vfabric) to disk:
/etc/cron.d/vfabric-agent
/opt/vmware/vfabric-agent
/opt/vmware/vfabric-agent/vfdetect-license.cfg
/opt/vmware/vfabric-agent/vfdetect-scripts
/opt/vmware/vfabric-agent/vfdetect-scripts/oss.rmq
/opt/vmware/vfabric-agent/vfdetect-scripts/oss.tc
/opt/vmware/vfabric-agent/vfdetect-scripts/oss.ws
/opt/vmware/vfabric-agent/vfdetect.log
/usr/sbin/vfdetect
The /etc/cron.d/vfabric-agent file contains the following line: