1.0

Table Of Contents
sqlf merge-logs
Merges multiple log les into a single log.
Syntax
sqlf merge-logs <logFile>+ [-out=<outFile>]
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.
page 508
Description on page 508
Examples on page 396
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
353
sqlf Launcher Commands