1.1.1

Table Of Contents
DescriptionOption
Use this option with -mcast-address to attach to a SQLFire
cluster as a peer client and perform the command.
If the servers or locators have been congured to use authentication,
this option species the password for the user (specied with the
-password
-user option) to use for booting the server and joining the distributed
system.
The password value is optional. If you omit the password, sqlf
prompts you to enter a password from the console.
If the servers or locators have been congured to use authentication,
this option species the user name to use for booting the server and
joining the distributed system.
-user
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 125.
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.
387
sqlf Launcher Commands