1.1

Table Of Contents
Description
Disk stores must be ofine in order to upgrade them. If the disk store is large, additional memory may need to
be allocated to the process using the --J=-Xmx parameter.
Note: You must update the default disk stores as well as any additional disk stores that were dened
using the CREATE DISKSTORE statement. Specify the full path to each disk store in multiple invocations
of the sqlf upgrade-disk-store command.
SQLFire creates default disk stores in each SQLFire server or locator directory, as well as in the
/datadictionary subdirectory of each SQLFire server or locator directory.
Upgrading vFabric SQLFire on page 29 provides more details about upgrading to SQLFire 1.1.
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.
vFabric SQLFire User's Guide398
vFabric SQLFire Reference