1.1

Table Of Contents
table are online, because their ofine status may be causing PartitionOfflineExceptions in cache
operations or preventing the system from satisfying redundancy.
Example:
sqlf list-missing-disk-stores
Connecting to distributed system: mcast=/239.192.81.2:12348
DiskStore at straw.gemstone.com
/export/straw3/users/jpearson/testGemFire/hostB/DS1
Note: Make sure this sqlf call can nd a sqlfire.properties le to locate the distributed system.
Or, specify the multicast port or locator properties to connect to the cluster (for example, -mcast-port=
port_number).
Revoke Missing Disk Stores
This section applies to disk stores for which both of the following are true:
Disk stores that have the most recent copy of data for one or more tables or table buckets.
Disk stores that are unrecoverable, such as when you have deleted them, or their les are corrupted or on a
disk that has had a catastrophic failure.
When you cannot bring the latest persisted copy online, use the revoke command to tell the other members to
stop waiting for it. Once the store is revoked, the system nds the remaining most recent copy of data and uses
that.
Note: Once revoked, a disk store cannot be reintroduced into the system.
Use the sqlf list-missing-disk-stores command to identify the disk store you need to revoke. The
revoke command takes the host and directory in input, as listed by that command.
Example:
sqlf list-missing-disk-stores
Connecting to distributed system: mcast=/239.192.81.2:12348
DiskStore at straw.gemstone.com
/export/straw3/users/jpearson/testGemFire/hostB/DS1
sqlf revoke-missing-disk-store straw.gemstone.com
/export/straw3/users/jpearson/testGemFire/hostB/DS1
Connecting to distributed system: mcast=/239.192.81.2:12348
revocation was successful ...
Note: Make sure this sqlf call can nd a sqlfire.properties le to locate the distributed system.
Or, specify the multicast port or locator properties to connect to the cluster (for example, -mcast-port=
port_number).
95
Using Disk Stores to Persist Data