1.1.1

Table Of Contents
7.
(Optional) Specify the conguration of the vfabric-sqlfire process by editing the le
/etc/sysconfig/sqlfire, which is the le sourced by the script that you will later use to start the
SQLFire process (/etc/init.d/vfabric-sqlfire.)
The /etc/sysconfig/sqlfire le includes many comments to help you decide whether you need to
modify it. Here are additional pointers:
If you do not modify the /etc/syscong/sqlre le but simply use the one installed by default, the
vfabric-sqlre process starts up a server instance in a multicast conguration.
If you want the vfabric-sqlre process to start up using a locator-based conguration, change the LOCATOR
property in the /etc/syscong/sqlre le to local, as shown:
LOCATOR=local
This conguration allows a local locator process to start along with a local server instance. To add additional
remote locators, add their IP address and port to the LOCATOR_IP_STRING as shown in the conguration
le as a commented-out example.
If you want to start up only a local locator process and not a local server instance, set the LOCATOR
property to locator_only. This sets up a redundant locator conguration; be sure you add the locator IP
addresses and port numbers to the LOCATOR_IP_STRING; an example is shown in the conguration le.
Finally, set the LOCATOR property to remote if you want to start a local server instance that relies on
having locator processes running on one or more remote hosts. Specify these remote hosts using the
LOCATOR_IP_STRING property.
8. Start the processes associated with SQLFire by running the following command:
/etc/init.d/vfabric-sqlfire start
By default, the process uses an evaluation license; if you have purchased a production license, see Activating
vFabric SQLFire Licensing on page 21 for information about conguring it in the
/var/opt/vmware/sqlfire/sqlfire.properties le. The RPM installation process creates a
skeleton sqlfire.properties le to get you started.
9. To stop, restart, and get status about the processes, pass the stop, restart, and status parameters, respectively,
to the /etc/init.d/vfabric-sqlfire script:
/etc/init.d/vfabric-sqlfire status
Install vFabric SQLFire from a ZIP File
This procedure describes how to install the SQLFire software on a single computer or VM, for either a peer
client or client/server deployments. Repeat the procedure to install and license SQLFire on each physical or
virtual machine where you want to run a SQLFire member.
Prerequisites
1. Conrm that your system meets the hardware and software requirements described in Supported Congurations
and System Requirements on page 15.
2. From the VMware downloads page, select VMware vFabric SQLFire. From the Download VMware vFabric
SQLFire 1.1 page, perform the following steps:
If you are installing SQLFire for evaluation, click on the "Download Free Trial" link, register an account
with VMware (if you have not done so already) and download SQLFire.
If you have already purchased SQLFire, locate the vFabric SQLFire licensed offering that you have purchased
from the Product Downloads tab. Click on the View Download button.
Note: You can also get SQLFire from your salesperson.
19
Installing vFabric SQLFire