1.1.1

Table Of Contents
DescriptionOption
Location of user classes required by the SQLFire Server.
This path is appended to the current classpath.
-classpath
Set the maximum heap size and initial heap and for the Java VM,
using SQLFire default resource manager settings. If you use the
-max-heap
-initial-heap
-max-heap and -initial-heap options, by default
SQLFire sets the critical-heap-percentage to 80% of the heap, and
the eviction-heap-percentage to 80% of the critical heap. SQLFire
also sets resource management properties for eviction and garbage
collection if they are supported by the JVM.
Note: If you use the -J-Xms or -J-Xmx JVM
properties instead of -initial-heap and
-max-heap, then SQLFire does not use default JVM
resource management properties. In this case, you must
specify all properties manually for eviction, garbage
collection, heap percentage, and so forth.
Comma-separated list of server groups to which this member belongs.
Used for creating tables in particular sets of servers or for ring
-server-groups
data-aware procedures in particular server groups. See CREATE
TABLE on page 491 and CALL on page 474. If this option is not
specied then the server only belongs to the default server group.
The default server group has no name and contains all members of
the distributed system.
Note: SQLFire converts the server group names that you
specify to use all-uppercase characters.
If true, starts a network server that can service thin clients. See the
-client-bind-address and -client-port
options to specify where the server should listen. Defaults is true.
If set to false, the -client-bind-address and
-client-port options have no effect.
-run-netserver
Determines whether the sqlf server command returns
immediately if the server reaches a "waiting" state. A locator or server
-sync
may reach a "waiting" state on startup if the member depends on
another server or locator to provide up-to-date disk store persistence
les. This type of dependency can occur if the locator or server that
you are starting was not the last member to shut down in the
distributed system, and another member stores the most recent version
of persisted data for the system.
Specifying -sync=false (the default for locators) causes the
sqlf command to return control after the member reaches
"waiting" state. With -sync=true (the default for servers), the
sqlf command does not return control until after all dependent
members have booted and the member has nished synchronizing
disk stores.
393
sqlf Launcher Commands