1.1

Table Of Contents
Description
The -out option species the le in which to write the merged log information. If you do not specify a le,
the merged log information is written to stdout.
Example
sqlf merge-logs sqlfserver-01-00.log sqlfserver-02-00.log
sqlfserver-03-00.log -out=merged.log
Completed merge of 3 logs to "merged.log".
sqlf remove-jar
Removes a JAR le installation, unloaded all classes associated with the JAR.
Syntax
To remove a JAR le installation and unload the JAR le classes, use the syntax:
sqlf remove-jar -name=<identifier>
[-bind-address=<address>]
[-client-bind-address=<address>]
[-client-port=<port>]
[-extra-conn-props=<properties>]
[-help] [-locators=<adresses>]
[-mcast-address=<address>]
[-mcast-port=<port>]
[-password[=<password>]]
[-user=<username>]
This table describes options for the sqlf remove-jar command. Default values are used if you do not specify an
option.
DescriptionOption
The unique identier of the existing JAR installation to remove. The
identier that you provide must specify a schema name delimiter.
For example: APP.myjar.
This argument is required.
-name
The address to which this peer binds for receiving peer-to-peer
messages. By default sqlf uses the hostname, or localhost if the
hostname points to a local loopback address.
-bind-address
The hostname or IP address on which a SQLFire locator listens for
client connections. The default is "localhost."
-client-bind-address
Use this option with -client-port to attach to a SQLFire
cluster as a thin client and perform the command.
The port on which a SQLFire locator listens for client connections.
The default is 1527.
-client-port
Use this option with -client-bind-address to attach
to a SQLFire cluster as a thin client and perform the command.
A semicolon-separated list of properties to use when connecting to
the SQLFire distributed system.
-extra-conn-props
375
sqlf Launcher Commands