1.0

Table Of Contents
Example
This command rst lists the missing disk store:
sqlf list-missing-disk-stores -mcast-port=3000
Connecting to distributed system: mcast=/239.192.81.1:3000
DiskStore at hosta.vmware.com /home/dsmith/dir2/.
Next, sqlf revokes the missing disk store if more recent data is available:
sqlf revoke-missing-disk-store hosta.vmware.com /home/dsmith/dir2/.
-mcast-port=3000
Connecting to distributed system: mcast=/239.192.81.1:3000
revocation was successful and no disk stores are now missing
Finally, sqlf veries that no disk stores are missing:
sqlf list-missing-disk-stores -mcast-port=3000
Connecting to distributed system: mcast=/239.192.81.1:3000
The distributed system did not have any missing disk stores
sqlf server
A SQLFire server is the main server side component in a SQLFire system that provides connectivity to other
servers, peers, and clients in the cluster. It can host data. A server is started using the server utility of the sqlf
launcher.
Syntax on page 359
Description on page 363
Example: Multiple Servers Using Default Multicast Port for Peer Discovery on page 363
Example: Servers and Client Using Locator on page 364
Example: Multiple Locators for High Availability on page 364
Example: Servers and Accessors with a Locator on page 365
Example: Servers and Locator Using BUILTIN Authentication on page 366
Example: Servers and Accessors with Server Groups and Locator on page 366
Syntax
To start a SQLFire server :
sqlf server start [-J<vmarg>]* [-dir=<workingdir>]
[-classpath=<classpath>]
[-max-heap=<size>] [-initial-heap=<size>]
[-server-groups=<groups>]
[-run-netserver=<true|false> (default true)]
[-rebalance] [-config-scripts=<sql-files>]
[-init-scripts=<sql-files>]
[-bind-address=<address> (default is hostname or localhost
if hostname points to a local loopback address)]
[-client-bind-address=<clientaddr> (default is localhost)]
[-client-port=<clientport> (default 1527)]
[-critical-heap-percentage=<percentage>
(default 90 if -max-heap and -initial-heap both are
provided otherwise not configured)]
[-mcast-port=<port> (default 10334)]
[-mcast-address=<address> (default 239.192.81.1)]
[-locators=<addresses>] [-start-locator=<address>]
[-host-data=<true|false> (default true)]
[-auth-provider=<provider>]
359
sqlf Launcher Commands