1.1.1

Table Of Contents
DescriptionOption
Multicast port used to communicate with other members of the
distributed system. If zero, multicast is not used for member discovery
(specify -locators instead).
-mcast-port
Valid values are in the range 065535, with a default value of 10334.
Multicast address used to discover other members of the distributed
system. This value is used only if the -locators option is not
specied.
-mcast-address
The default multicast address is 239.192.81.1.
List of locators used to discover members of the distributed system.
Supply all locators as comma-separated host:port values.
-locators
The address to which this peer binds for receiving peer-to-peer
messages. By default sqlf uses the hostname, or localhost if the
hostname points to a local loopback address.
-bind-address
Any other SQLFire distributed system property.
-<prop-name>=<prop-value>
Description
When used without the external option, sqlf prompts for a password to encrypt, and
then displays the encrypted password to the console.
Example
sqlf encrypt-password
Enter User Name: test_user
Enter password: test_encryption (not echoed to screen)
Re-enter password: test_encryption (not echoed to screen)
Encrypted to v23b60032c17ab973929e43d60acc597887a5f3d5658bd
You can then add the encrypted password to the specied BUILTIN user account in the
sqlfire.properties le, as described in Creating Users for BUILTIN Authentication
on page 243.
sqlf install-jar
Installs a JAR le and automatically loads the JAR le classes into the SQLFire class loader. This makes the
JAR classes available to all members of the distributed system (including members that join the system at a later
time).
Syntax
To install a local JAR le to SQLFire, use the syntax:
sqlf install-jar -file=<path or URL> -name=<identifier>
[-auth-provider=<name>]
[-bind-address=<address>]
[-client-bind-address=<address>]
[-client-port=<port>]
[-extra-conn-props=<properties>]
[-help] [-locators=<adresses>]
[-mcast-address=<address>]
373
sqlf Launcher Commands