1.1.1

Table Of Contents
Finally, sqlf veries that no disk stores are missing:
sqlf list-missing-disk-stores -mcast-port=10334
Connecting to distributed system: mcast=/239.192.81.1:10334
The distributed system did not have any missing disk stores
sqlf run
Connects to a SQLFire distributed system and executes the contents of a SQL command le. All commands in
the specied le must be compatible with the interactive sqlf shell.
Syntax
sqlf run -file=<path or URL>
[-auth-provider=<name>]
[-bind-address=<address>]
[-client-bind-address=<address>]
[-client-port=<port>]
[-encoding=<charset>]
[-extra-conn-props=<properties>]
[-help]
[-ignore-errors]
[-J-D<property=value>]
[-locators=<adresses>]
[-mcast-address=<address>]
[-mcast-port=<port>]
[-password[=<password>]]
[-path=<path>]
[-user=<username>]
This table describes options for the sqlf run command. Default values are used if you do not specify an
option.
DescriptionOption
The local path of a SQL command le to execute, or a URL that
links to the SQL command le. All commands in the specied le
must be compatible with the interactive sqlf shell.
-le
This argument is required.
Sets the authentication provider to use for peer-to-peer connections
as well as client-server connections. Valid values are BUILTIN and
-auth-provider
LDAP. All other members of the SQLFire distributed system must
use the same authentication provider and user denitions. If you omit
this option, the connection uses no authentication mechanism. See
Conguring Authentication and Authorization on page 241.
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
The hostname or IP address on which a SQLFire locator listens for
client connections. The default is "localhost."
-client-bind-address
Use this option with -client-port to attach to a SQLFire
cluster as a thin client and perform the command.
389
sqlf Launcher Commands