1.1

Table Of Contents
This command connects as a peer client to a SQLFire system running on multicast port 1234, and installs the
JAR le:
sqlf install-jar -name=APP.toursjar -file=c:\tours.jar
-mcast-port=1234 -extra-conn-props=host-data=false
sqlf list-missing-disk-stores
Lists all disk stores with the most recent data for which other members are waiting.
Syntax
sqlf list-missing-disk-stores [-mcast-port=<port>]
[-mcast-address=<address>]
[-locators=<addresses>] [-bind-address=<address>]
[-<prop-name>=<prop-value>]*
If no multicast or locator options are specied on the command-line, the command uses the
sqlfire.properties le (if available) to determine the distributed system to which it should connect.
The table describes options for sqlf list-missing-disk-stores.
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
Description
Handling Missing Disk Stores on page 94 provides more details about listing and revoking missing disk stores.
Example
sqlf list-missing-disk-stores -mcast-port=10334
Connecting to distributed system: mcast=/239.192.81.1:10334
1f811502-f126-4ce4-9839-9549335b734d
[curwen.local:/Users/yozie/vmware/sqlf/vFabric_SQLFire_11_bNNNNN/server2/./datadictionary]
vFabric SQLFire User's Guide368
vFabric SQLFire Reference