seestop: stop a region

Syntax

seestop parameter parameter . . 

Stops or disables a region, either on the local machine or on a specified remote machine.

Parameters

-force
Unconditional (or 'forced') region shutdown. The region must be cold started when using this parameter.
immediate
Stops the region immediately. The region must be cold started when using this parameter.
-nobanner
Do not display utility welcome and copyright messages
-region:<region-name>
Name of the region to be stopped.
-server:<machine-name>[:<port>]
The name of the machine performing the stop region operation. Specify <port> if the event monitor on the target machine is not listening on the default 9186 port.
The default setting is localhost:9186.
-usedb:<database-server-instance>
Name of the database server instance that hosts the region database. For example:
Default database server on the local machine: -usedb
Default database server on the local machine, identical to -usedb: -usedb:(local)
Specific database server on the local machine: -usedb:(local)\SQLEXPRESS
Default database server instance on a specific machine (SC1 used in example) -usedb:SC1
Specific database server instance on a specific machine (SC1, SQLEXPRESS used in example for machine name, database server name) -usedb:SC1\SQLEXPRESS
Note: Parameter values are not case sensitive.
-verbose
The command output displays all of the messages that the command generates.

Examples

seestop
Perform a normal shutdown of the ESDEMO region.
seestop -region:TESTDB
Uses Region_TESTDB.config to stop the TESTDB region.
seestop -usedb:(local)\SQLEXPRESS
Performs a normal shutdown of the ESDEMO region using the (local)\SQLEXPRESS database instance.
seestop -force -region:TESTDB
Performs a forced shutdown of the TESTDB region.
seestop -immediate -region:ESDEMO
Performs an immediate shutdown of the ESDEMO region.