1.1

Table Of Contents
Note:
You must provide all of the directories in the disk store. If no oplog max size is specied, SQLFire uses
the system default.
Ofine compaction can consume a large amount of memory. If you get a java.lang.OutOfMemory error
while running this command, you made need to increase the heap size by setting the -Xmx and -Xms
options in the JAVA_ARGS environment variable. sqlf Launcher Commands on page 359 provides more
information about setting Java options.
Example
sqlf compact-disk-store myDiskStoreName /firstDir /secondDir
maxOplogSize=maxMegabytesForOplog
The output of this command is similar to:
Offline compaction removed 12 records.
Total number of region entries in this disk store is: 7
sqlf encrypt-password
Generates an encrypted password string for use in the sqlfire.properties le when conguring BUILTIN
authentication.
Syntax
sqlf encrypt-password
Description
The command takes no arguments, but prompts for the password and then displays the encrypted password on
the console. If a console is not available, an exception is thrown.
Example
sqlf encrypt-password
Enter password: test_encryption (not echoed on screen)
Re-enter password: test_encryption (not echoed on screen)
Encrypted to 3b609a3eac42eee9f99e9b8c158b216df438755810ea
sqlf install-jar
Installs a JAR le and automatically loads the JAR le classes into the SQLFire class loader. This makes the
JAR classes available to all members of the distributed system (including members that join the system at a later
time).
Syntax
To install a local JAR le to SQLFire, use the syntax:
sqlf install-jar -file=<path or URL> -name=<identifier>
[-bind-address=<address>]
[-client-bind-address=<address>]
[-client-port=<port>]
[-extra-conn-props=<properties>]
[-help] [-locators=<adresses>]
365
sqlf Launcher Commands