Difference between revisions of "Recitalserver"

From Recital Documentation Wiki
Jump to: navigation, search
Line 8: Line 8:
 
<pre># dbserver start [logging]</pre>
 
<pre># dbserver start [logging]</pre>
  
===restart==
+
===restart===
 
Used to restart (stop, then start) the Recital Server.  A confirmation message will be displayed showing whether the Recital Server was successfully started or not.  Any errors in starting the server will be logged in the <path>/log/dbserver.log file.
 
Used to restart (stop, then start) the Recital Server.  A confirmation message will be displayed showing whether the Recital Server was successfully started or not.  Any errors in starting the server will be logged in the <path>/log/dbserver.log file.
  
 
<pre># dbserver restart</pre>
 
<pre># dbserver restart</pre>
  
==Stopping the Recital Server:==
+
===stop===
 +
Used to stop the Recital Server.
  
 
<pre># dbserver stop</pre>
 
<pre># dbserver stop</pre>
  
==Recital Server Status:==
+
===status===
 +
Used to display the following status information for the Recital Server:
 +
* Whether the Recital Server is active or not
 +
* Whether the Recital Web Server is active or not
 +
* Whether the Recital Web Server is listening on its default port and/or port 80
 +
* How many concurrent connections are licensed
 +
* How many concurrent connections are currently being used
 +
* Whether logging is enabled or not
  
 
<pre># dbserver status</pre>
 
<pre># dbserver status</pre>
  
==Version Information:==
+
===info===
 +
Used to display version and other information for the Recital Server:
 +
* Platform
 +
* Edition (DES3 enabled or not)
 +
* Version
 +
* Compilation date and time
  
 
<pre># dbserver info</pre>
 
<pre># dbserver info</pre>

Revision as of 13:31, 30 June 2009

The Recital Server can be managed using the dbserver script.

Note: dbserver must be run as root. For systems with a hidden root account, please precede commands with ’sudo’.

start

Used to start the Recital Server. A confirmation message will be displayed showing whether the Recital Server was successfully started or not. Any errors in starting the server will be logged in the <path>/log/dbserver.log file. If the optional 'logging' parameter is specified, all server logging [1] will be enabled.

# dbserver start [logging]

restart

Used to restart (stop, then start) the Recital Server. A confirmation message will be displayed showing whether the Recital Server was successfully started or not. Any errors in starting the server will be logged in the <path>/log/dbserver.log file.

# dbserver restart

stop

Used to stop the Recital Server.

# dbserver stop

status

Used to display the following status information for the Recital Server:

  • Whether the Recital Server is active or not
  • Whether the Recital Web Server is active or not
  • Whether the Recital Web Server is listening on its default port and/or port 80
  • How many concurrent connections are licensed
  • How many concurrent connections are currently being used
  • Whether logging is enabled or not
# dbserver status

info

Used to display version and other information for the Recital Server:

  • Platform
  • Edition (DES3 enabled or not)
  • Version
  • Compilation date and time
# dbserver info