1.0

Table Of Contents
DescriptionOption
List of other locators as comma-separated host:port values used as
backups in case one of the locators fails. The list must include all
-locators
other locators in use, and must be congured consistently for every
member of the distributed system.
Servers must be congured to use all the locators of the distributed
system, which includes this locator and all of the others in the list.
Authentication mechanism to use 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.
Comma-separated list of addresses and port numbers of locators for
remote SQLFire clusters.
-remote-locators
Use this option when conguring WAN replication to identify
connections to remote SQLFire clusters. Congure Locators for
WAN Member Discovery on page 224 provides more information.
Authentication mechanism to use for joining the cluster and talking
to other servers and locators in the cluster. Supported values are
-server-auth-provider
BUILTIN 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 have been congured to use authentication,
this option species the password for the user (specied with the
-password
-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.
Path of the le to which this locator writes log messages. The default
is sqlflocator.log in the working directory.
-log-le
Any other SQLFire boot property such as log-level.
-<prop-name>
Description
A SQLFire locator allows peers (including other locators) in a distributed system to discover one another without
having to hard-code anything about other peers. The other mode of discovery is using multicast that requires the
peers to use the same multicast address and port for discovery.
351
sqlf Launcher Commands