5.3

Table Of Contents
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