1.0

Table Of Contents
DescriptionOption
Multicast address used to discover other members of the distributed
system. Only used if mcast-port is non-zero.
The default multicast address is 239.192.81.1 as assigned by IANA
(http://www.iana.org/assignments/multicast-addresses).
-mcast-address
This must be consistent across all the members of cluster.
List of locators as comma-separated host:port values used to
communicate with running locators in the system and thus discover
-locators
other peers of the distributed system. The list must include all locators
in use, and must be congured consistently for every member of the
distributed system.
The default is no locators, so the system uses multicast for peer
discovery.
Use of locators is recommended for production systems.
Species an embedded locator in this server that is started and
stopped automatically with this server. The locator is specied as
-start-locator
<address>[<port>] (note the square brackets), or just <port>. When
address is not specied, the one specied in "-bind-address" is used,
if set. Otherwise the machine's default address is used.
If set to false, this peer does not host table data and acts as an accessor
member, still having the capability to route queries to appropriate
datastores and aggregating the results.
-host-data
Authentication mechanism for client connections. If
-server-auth-provider is not specied, then this
-auth-provider
same mechanism is also used for joining the cluster. Supported values
are BUILTIN and LDAP.
By default, no authentication is used.
Authentication mechanism for joining the cluster and talking to other
servers and locators in the cluster. Supported values are BUILTIN
-server-auth-provider
and LDAP. By default, SQLFire uses the value of
-auth-provider if it is specied, otherwise no
authentication is used.
If the servers or locators have been congured to use authentication,
this option species the user name to use for booting the server and
joining the distributed system.
-user
If the servers or locators are congured for authentication, this option
species the password for the user (specied with the -user option)
to use for booting the server and joining the distributed system.
The password value is optional. If you omit the password, sqlf
prompts you to enter a password from the console.
-password
Path of the le to which this member writes log messages (default
is sqlfserver.log in the working directory)
-log-le
Any other SQLFire boot property such as "log-level".-<prop-name>
vFabric SQLFire User's Guide362
vFabric SQLFire Reference