Difference between revisions of "Recitalserver"
Yvonnemilne (Talk | contribs) m (Dbserver moved to Recitalserver) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | The Recital Server can be managed using the | + | The Recital Server can be managed using the recitalserver script. |
− | '''Note: | + | '''Note: recitalserver must be run as root. For systems with a hidden root account, please precede commands with ’sudo’.''' |
Line 7: | Line 7: | ||
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 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. | ||
− | <pre># | + | <pre># recitalserver start [logging]</pre> |
Line 13: | Line 13: | ||
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># | + | <pre># recitalserver restart</pre> |
Line 19: | Line 19: | ||
Used to stop the Recital Server. A confirmation message will be displayed showing whether the Recital Server was successfully stopped or not. | Used to stop the Recital Server. A confirmation message will be displayed showing whether the Recital Server was successfully stopped or not. | ||
− | <pre># | + | <pre># recitalserver stop</pre> |
Line 32: | Line 32: | ||
* Whether logging is enabled or not | * Whether logging is enabled or not | ||
− | <pre># | + | <pre># recitalserver status</pre> |
Line 42: | Line 42: | ||
* Compilation date and time | * Compilation date and time | ||
− | <pre># | + | <pre># recitalserver info</pre> |
[[Category:RDS_Configuration]] | [[Category:RDS_Configuration]] |
Revision as of 13:52, 8 October 2009
The Recital Server 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
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.
# recitalserver 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.
# recitalserver restart
stop
Used to stop the Recital Server. A confirmation message will be displayed showing whether the Recital Server was successfully stopped or not.
# recitalserver stop
status
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 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 for each server
- How many concurrent connections are currently being used for each server
- Whether logging is enabled or not
# recitalserver status
info
Used to display version and other information for the Recital Server:
- Platform
- Edition (DES3 enabled or not)
- Version
- Compilation date and time
# recitalserver info