1.1

Table Of Contents
not online:
DiskStore at hostc.vmware.com /home/dsmith/dir3
A member that fails to complete its backup is noted in this ending status message and leaves
the le INCOMPLETE_BACKUP in its highest level backup directory.
Backup Directory Structure and Its Contents
Below is the structure of les and directories backed up in a distributed system:
2011-05-02-18-10 /:
pc15_8933_v10_10761_54522
2011-05-02-18-10/pc15_8933_v10_10761_54522:
config diskstores README.txt restore.sh
2011-05-02-18-10/pc15_8933_v10_10761_54522/config:
sqlfire.properties
2011-05-02-18-10/pc15_8933_v10_10761_54522/diskstores:
SQLF_DD_DISKSTORE
2011-05-02-18-10/pc15_8933_v10_10761_54522/diskstores/SQLF_DD_DISKSTORE:
dir0
2011-05-02-18-10/pc15_8933_v10_10761_54522/diskstores/SQLF_DD_DISKSTORE/dir0:
BACKUPSQLF-DD-DISKSTORE_1.crf
BACKUPSQLF-DD-DISKSTORE_1.drf BACKUPSQLF-DD-DISKSTORE_2.crf
BACKUPSQLF-DD-DISKSTORE_2.drf BACKUPSQLF-DD-DISKSTORE.if
Restoring an Online Backup
The restore script (restore.sh or restore.bat) copies les back to their original locations. You can do
this manually if you wish:
1. Restore your disk stores when your members are ofine and the system is down.
2. Read the restore scripts to see where they will place the les and make sure the destination locations are
ready. The restore scripts refuse to copy over les with the same names.
3. Run the restore scripts. Run each script on the host where the backup originated.
The restore copies these back to their original location.
sqlf compact-all-disk-stores
Perform online compaction of SQLFire disk stores.
Syntax
sqlf compact_all_disk_stores
[-mcast-port=<port>] [-mcast-address=<address>]
[-locators=<addresses>] [-bind-address=<address>]
[-<prop-name>=<prop-value>]*
The table describes options for sqlf compact_all_disk_stores. If no multicast or locator options are specied on
the command-line, then the command uses the sqlfire.properties le (if available) to determine the
distributed system to which it should connect.
DescriptionOption
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
363
sqlf Launcher Commands