Difference between revisions of "Recitalserver"

From Recital Documentation Wiki
Jump to: navigation, search
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Recital Server can be managed using the dbserver script.
+
The Recital Server daemon can be managed using the recitalserver script.
  
'''Note:  dbserver must be run as root.  For systems with a hidden root account, please precede commands with ’sudo’.'''
+
Note:  recitalserver must be run as root.  For systems with a hidden root account, please precede commands with '''sudo'''.
  
 +
===start [ -l | logging ]===
 +
Used to start the Recital Server daemon.  An optional -l or ''logging'' parameter can be specified to enable server logging.
 +
<pre>
 +
recitalserver start -l
 +
</pre>
  
===start===
+
===stop===
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 [http://www.recitalsoftware.com/index.php?option=com_content&view=article&id=242] will be enabled.
+
Used to stop the Recital Server daemon.  A confirmation message will be displayed showing whether the daemon was successfully stopped or not.
 
+
 
+
<pre># dbserver start [logging]</pre>
+
  
 +
<code lang="bash">
 +
recitalserver stop
 +
</code>
  
 
===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 daemon.  A confirmation message will be displayed showing whether the daemon was successfully started or not.
 +
<code lang="bash">
 +
  recitalserver restart
 +
</code>
  
 +
===status===
 +
Used to return if the server is currently running.
 +
<code lang="bash">
 +
  recitalserver status
 +
</code>
  
<pre># dbserver restart</pre>
+
===fullstatus===
 
+
 
+
===stop===
+
Used to stop the Recital Server.  A confirmation message will be displayed showing whether the Recital Server was successfully stopped or not.
+
 
+
 
+
<pre># dbserver stop</pre>
+
 
+
 
+
===status===
+
 
Used to display the following status information for the Recital Server:
 
Used to display the following status information for the Recital Server:
* Whether the Recital Enterprise Studio Server is active or not
+
* Whether the Recital Server is running or not
* Whether the Recital Server is active or not
+
 
* Whether the Recital Web 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
 
* Whether the Recital Web Server is listening on its default port and/or port 80
Line 34: Line 36:
 
* How many concurrent connections are currently being used for each server
 
* How many concurrent connections are currently being used for each server
 
* Whether logging is enabled or not
 
* Whether logging is enabled or not
 +
<code lang="bash">
 +
recitalserver status
 +
</code>
  
 +
===help===
 +
Used to display usage information.
  
<pre># dbserver status</pre>
+
===version===
 
+
Used to display version and compilation date information for the Recital Server:
 
+
<code lang="bash">
===info===
+
recitalserver version
Used to display version and other information for the Recital Server:
+
</code>
* Platform
+
* Edition (DES3 enabled or not)
+
* Version
+
* Compilation date and time
+
 
+
 
+
<pre># dbserver info</pre>
+
  
 +
[[Category:Documentation]]
 +
[[Category:Reference]]
 
[[Category:RDS_Configuration]]
 
[[Category:RDS_Configuration]]

Latest revision as of 14:35, 28 June 2010

The Recital Server daemon can be managed using the recitalserver script.

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

start [ -l | logging ]

Used to start the Recital Server daemon. An optional -l or logging parameter can be specified to enable server logging.

 recitalserver start -l

stop

Used to stop the Recital Server daemon. A confirmation message will be displayed showing whether the daemon was successfully stopped or not.

recitalserver stop

restart

Used to restart (stop, then start) the Recital Server daemon. A confirmation message will be displayed showing whether the daemon was successfully started or not.

recitalserver restart

status

Used to return if the server is currently running.

recitalserver status

fullstatus

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

  • Whether the Recital Server is running 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 for each server
  • How many concurrent connections are currently being used for each server
  • Whether logging is enabled or not
recitalserver status

help

Used to display usage information.

version

Used to display version and compilation date information for the Recital Server:

recitalserver version