1.1.1

Table Of Contents
Example
This command upgrades a single disk store with les in two directories:
sqlf upgrade-disk-store myDiskStore /firstDir /secondDir
sqlf validate-disk-store
Veries the health of an ofine disk store and provides information about the tables using that disk store.
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: C:\vFabric_SQLFire_11_b40332
Java version: 1.1 build 40332 03/10/2013 11:02:14 PDT javac
1.6.0_26
Native version: native code unavailable
Running on: dyozie-e4310/10.16.17.11, 4 cpu(s), amd64 Windows
7 6.1
409
sqlf Launcher Commands