1.1.1

Table Of Contents
Syntax
sqlf revoke-missing-disk-store <disk-store-id>
[-mcast-port=<port>]
[-mcast-address=<address>]
[-locators=<addresses>]
[-bind-address=<address>]
[-<prop-name>=<prop-value>]*
The table describes options and arguments for sqlf revoke-missing-disk-store. 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.
DescriptionOption
(Required.) Species the unique ID of the disk store to revoke. You
can obtain the ID from the output of sqlf show-disk-store-metadata
<disk-store-id>
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 96 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
vFabric SQLFire User's Guide388
vFabric SQLFire Reference