1.0

Table Of Contents
sqlf revoke-missing-disk-store
Instruct SQLFire members to stop waiting for a disk store to become available.
Syntax on page 368
Description on page 369
Example on page 369
Syntax
sqlf revoke-missing-disk-store <host> <directory>
[-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
Host-name of the SQLFire member that hosts the disk store that you
want to revoke.
<host>
Path to the disk store (on the specied SQLFire member) to revoke.
If the disk store is spread over multiple directories, specify only the
<directory>
rst directory in the list. Use sqlf list-missing-disk-stores to display
descriptions of missing disk stores.
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 85 provides more details about listing and revoking missing disk stores.
vFabric SQLFire User's Guide358
vFabric SQLFire Reference