User guide

-startServer
Starts the server as specified by other command line
options
Example
$ thincontrol –startServer –port 1701 –node localhost
$ thincontrol –startServer –name myserver
$ thincontrol –startServer –all
6.4.5 Stopping Servers
Active servers may be stopped using the controller. You must provide a valid control
password for the server.
Only those servers where the control password matches the control session control
password will be stopped.
Note:
Stopping a server will forcibly terminate all database connections on that server and does
not wait for client transaction completion. Consider using the Close Server command first,
to stop further client connections and then use the Stop Server command later when no
clients are bound. See Closing Servers
for more details.
You may use Show Server or Show Clients command to see if any clients are currently
using the server. See Showing Servers
for more details.
6.4.5.1 Interactive mode
The control commands available to stop servers can be seen in Table 6–13 Interactive Stop
Server.
Table 6-13 Interactive Stop Server
Command
Description
stop active servers
stop all servers
Stops all responding servers.
stop server
Stops the currently connected server
stop server <server_connection>
Stops the active server specified by the server
connection information. See Connecting to servers
for more information
85