1.0

Table Of Contents
8.
You can stop an individual SQLFire server by using the sqlf server stop command and specifying
the server directory. To shut down an entire cluster of servers at once, use the sqlf shut-down-all
command:
sqlf shut-down-all -locators=ip_address[10101]
Connecting to distributed system: locators=ip_address[10101]
Successfully shut down 4 members
Perform Additional Tasks
After you complete the SQLFire tutorial, you can perform related tutorial tasks to explore other areas of the
product.
Explore the toursDB Database
The example toursDB database manages information about air transportation for scheduling ights. If you need
quick access to a database to use when trying SQLFire features, toursDB DDL and data script sare available in
the quickstart directory. To view the toursDB schema, see ToursDB sample database
Explore SQLFire Language Extensions
The tutorial introduces the basics of partitioning, replication, and perisistence using simple modications to the
toursDB DDL. See SQL Statements on page 432 to begin learning about other features that are implemented in
SQLFire DDL. You can copy and modify the create_colocated_schema.sql as necessary to implement
new features.
vFabric SQLFire User's Guide36
Getting Started with vFabric SQLFire