1.1

Table Of Contents
Description
Specify one of these pairs of options with the command to connect to a SQLFire Distributed system and replace
a JAR le installation:
Use both -client-bind-address and -client-port to connect to a SQLFire cluster as a thin client
and perform the command.
Use both mcast-port and -mcast-address, or use the -locators property to connect to a SQLFire
cluster as a peer client and perform the command.
The -name that you provide for the JAR must be an existing JAR le identier (created with sqlf install-jar).
You must include a schema name to qualify the identier.
The -file option species the location of the new JAR le to use for replacing the existing JAR installation.
Include either a local path to the le or a URL.
See Storing and Loading JAR Files in SQLFire on page 121.
Examples
This command connects to a SQLFire network server running on localhost:1527, and replaces the JAR installation
name APP.toursjar with a new JAR le named tours2.jar:
sqlf replace-jar -name=APP.toursjar -file=c:\tours2.jar
This command connects to a SQLFire network server running on myserver:1234 to replace the JAR le:
sqlf replace-jar -name=APP.toursjar -file=c:\tours2.jar
-client-bind-address=myserver -client-port=1234
This command connects as a peer client to a SQLFire system running on multicast port 1234, and replaces the
JAR le:
sqlf replace-jar -name=APP.toursjar -file=c:\tours2.jar
-mcast-port=1234 -extra-conn-props=host-data=false
sqlf revoke-missing-disk-store
Instruct SQLFire members to stop waiting for a disk store to become available.
Syntax
sqlf revoke-missing-disk-store <disk-store-id>
[-mcast-port=<port>]
[-mcast-address=<address>]
[-locators=<addresses>]
[-bind-address=<address>]
[-<prop-name>=<prop-value>]*
The table describes options and arguments for sqlf revoke-missing-disk-store. If no multicast or locator options
are specied on the command-line, the command uses the sqlfire.properties le (if available) to
determine the distributed system to which it should connect.
DescriptionOption
(Required.) Species the unique ID of the disk store to revoke. You
can obtain the ID from the output of sqlf show-disk-store-metadata
<disk-store-id>
379
sqlf Launcher Commands