1.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>
[-auth-provider=<name>]
[-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
Sets the authentication provider to use for peer-to-peer connections
as well as client-server connections. Valid values are BUILTIN and
-auth-provider
LDAP. All other members of the SQLFire distributed system must
use the same authentication provider and user denitions. If you omit
this option, the connection uses no authentication mechanism. See
Conguring Authentication and Authorization on page 241.
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.
383
sqlf Launcher Commands