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
Description
Handling Missing Disk Stores on page 94 provides more details about listing and revoking missing disk stores.
Example
This command rst lists the missing disk store:
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]
Next, sqlf revokes the missing disk store if more recent data is available:
sqlf revoke-missing-disk-store 1f811502-f126-4ce4-9839-9549335b734d
-mcast-port=10334
Connecting to distributed system: mcast=/239.192.81.1:10334
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=10334
Connecting to distributed system: mcast=/239.192.81.1:10334
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 380
Description on page 385
Example: Multiple Servers Using Default Multicast Port for Peer Discovery on page 387
vFabric SQLFire User's Guide380
vFabric SQLFire Reference