User guide
Example
rdbthincontrol> stop server myMPServer
Failed to connect <CONTROL>
No Rdb Thin Server connection has been established
Unable to connect to server //localhost:1788/
In addition the control password may be set for a session by using the Set Session
Controlpass statement at the controller command line prompt.
rdbthincontrol> set session controlpass badpassword
rdbthincontrol> show server 1701
Failed to connect <CONTROL>
No Rdb Thin Server connection has been established
rdbthincontrol> set session controlpass mypassword
rdbthincontrol> show server 1701
RDB$NODE : 192.168.1.100
RDB$PORT : 1701
RDB$STATUS : Idle
RDB$SERVER_NAME : jiserv
RDB$SERVER_TYPE : RdbThinSrv
RDB$SERVER_VERSION : X7.1-301 20040713 B47C
RDB$SERVER_SHR_VERSION : X7.1-301 20040712 B47C
RDB$SERVER_PID : 0x1728(5928)
RDB$ALLOWS_ANON : false
RDB$ALLOWS_BYPASS : false
RDB$NUMBER_OF_CLIENTS : 0
RDB$MAX_CLIENTS : -1
Contents
6.4 Server Operations
This section details the operations you may carry out on servers using the controller both
interactively and in command mode.
Note:
The examples in this section assume that JAVA has been set up and the following DCL
symbol has been set in the environment.
$ thincontrol :== 'java' -jar rdb$jdbc_home:rdbthincontrol.jar –
–cfg my_servers.xml –controlpass "MySecretPassword"
77