1.0

Table Of Contents
Syntax
sqlf validate-disk-store <diskStoreName> <directory>+
Description
The sqlf validate-disk-store command veries the health of your ofine disk store and gives you information
about the tables using that disk store, the total rows, and the number of records that would be removed if you
compacted the store. Use this command as follows:
Before compacting an ofine disk store to help decide whether it's worth doing.
Before restoring a disk store.
Any time you want to be sure the disk store is in good shape.
<diskStoreName>
The name of disk store to be validated
<directory>
The path which stores the disk store les.
Example
sqlf validate-disk-store ds1 hostB/bupDirectory
This command displays output similar to:
/partitioned_region entryCount=6 bucketCount=10
Disk store contains 1 compactable records.
Total number of region entries in this disk store is: 6
sqlf version
Prints information about the SQLFire product version.
Syntax
sqlf version
Example
sqlf version
SQLFire product directory: /Users/yozie/vFabric_SQLFire_10x
Java version: 1.0 build 34274 01/26/2012 02:32:27 PST javac
1.5.0_17
Native version: native code unavailable
Running on: David-Yozies-MacBook-Pro.local/10.0.1.11, 8
cpu(s), x86_64 Mac OS X 10.7.3
sqlf write-data-dtd-to-file
Creates a Document Type Denition (DTD) le that species the layout of an XML data le created using
sqlf write-data-to-xml.
page 508
Description on page 508
Examples on page 396
373
sqlf Launcher Commands