Difference between revisions of "Recital on UNIX Installation"

From Recital Documentation Wiki
Jump to: navigation, search
Line 58: Line 58:
 
|047||[ftp://ftp.recital.com/pub/downloads/recital-linux-x64.bin]
 
|047||[ftp://ftp.recital.com/pub/downloads/recital-linux-x64.bin]
 
|-
 
|-
|052||Recital: [ftp://ftp.recital.com/pub/downloads/RTD.SCO.tar]<br>
+
|052||Recital: [ftp://ftp.recital.com/pub/downloads/RTD.SCO.tar]
 
Recital Server:[ftp://ftp.recital.com/pub/downloads/RDS.SCO.tar]<br>
 
Recital Server:[ftp://ftp.recital.com/pub/downloads/RDS.SCO.tar]<br>
 
Recital Client Drivers: [ftp://ftp.recital.com/pub/downloads/RCD.SCO.tar]<br>
 
Recital Client Drivers: [ftp://ftp.recital.com/pub/downloads/RCD.SCO.tar]<br>
Line 68: Line 68:
 
|-
 
|-
 
|}
 
|}
 +
  
 
For details of purchasing Recital licenses, please contact Recital mailto:sales@recital.com or visit http://www.recital.com.
 
For details of purchasing Recital licenses, please contact Recital mailto:sales@recital.com or visit http://www.recital.com.

Revision as of 12:03, 30 June 2009

Template:YLM to do Recital Installation Guide for UNIX


Overview

Recital products for UNIX (except SCO OpenServer) are distributed as a binary executable which contains all the products and allows any one or more of them to be installed. Recital products for SCO OpenServer are distributed as individual tar archives.

Recital

A complete database with an integrated 4GL scripting language for developing and deploying high performance character mode database applications. Used extensively in banking, logistics, POS and other systems that require quick response times.

Recital Server

A cross-platform SQL database and application server.

Recital Web

A server-side scripting language, integrated database and application server for creating dynamic Web pages

Recital Replication

A comprehensive replication product that addresses urgent data movement and synchronization needs to help support disaster recovery and business continuity for Recital applications.

Recital Embedded

A powerful, embeddable SQL database engine (which incorporates a built-in webserver and replication engine) that combines high performance, flexibility, scalability, and a low total cost of ownership. The ideal embedded database for network routers, telephone switches and telemetry systems.


Downloads

Recital products for UNIX are available for the following platforms:

Recital for UNIX product codes
Operating System Product code
HP PA-RISC HP-UX 10.20 and above Product Code 20
Sun SPARC Solaris 8 and above Product Code 36
SCO OpenServerr 5.0.5 and above Product Code 47
Sun Intel Solaris 10 and above Product Code 52
IBM AIX 4.3 and above Product Code 54
HP Intel Itanium HP-UX 11.23 and above Product Code 61


Recital Downloads for UNIX
Product code Download
020 [1]
036 [2]
047 [3]
052 Recital: [4]

Recital Server:[5]
Recital Client Drivers: [6]
Recital Web Developer: [7]

054 [8]
061 [9]


For details of purchasing Recital licenses, please contact Recital mailto:sales@recital.com or visit http://www.recital.com.


Graphical Installation

Note: The installation must be run as root.

  1. Download the distribution file into a temporary directory
  2. Check that the distribution file has the execute permission set
  3. Run the distribution file
  4. Follow the on screen instructions:
    1. License agreement
    2. Select components
    3. Installation directory and shortcuts
    4. Linking to /usr/bin
    5. ODBC Installation type (Recital Server / Recital Client Drivers)
    6. Java Virtual Machine selection (Recital Server / Recital Client Drivers)
    7. TomCat Installation type (Recital Server / Recital Client Drivers)
    8. Apache Firecat Plugin Installation (Recital Web Developer)
    9. Replication Service Type (Recital Replication Server)
    10. Install license file


Text Installation

Note: The installation must be run as root.

  1. Download the distribution file into a temporary directory
  2. Check that the distribution file has the execute permission set
  3. Run the distribution file
  4. Follow the on screen instructions:
    1. License agreement
    2. Select components
    3. Installation directory and shortcuts
    4. Linking to /usr/bin
    5. ODBC Installation type (Recital Server / Recital Client Drivers)
    6. Java Virtual Machine selection (Recital Server / Recital Client Drivers)
    7. TomCat Installation type (Recital Server / Recital Client Drivers)
    8. Apache Firecat Plugin Installation (Recital Web Developer)
    9. Replication Service Type (Recital Replication Server)
    10. Install license file


Uninstall

Note: The uninstaller must be run as root.

To uninstall Recital products for UNIX, run the uninstall script in your chosen installation directory.


Running Recital

Recital can be accessed from the graphical environment using its desktop shortcut, or from a terminal or console using the following commands from the Operating System command prompt.

db [-p <license text file>] | [-r] | [-w] [-f]

Starts Recital in development mode. In development mode, the command window or prompt and the development tools are accessible. Development mode access requires a valid development license.

Option Description
–p Loads the information from a license text file into the Product Registration Screen, and then allows the license to be saved before starting.
–r Displays the Product Registration Screen, allowing license details to be added or amended before starting.
–w Start without the default windows active. The default windows are defined in the main config.db. The windows can also be disabled using the CLEAR WINDOWS command.
–f Start in Fox compatibility mode. The following are active: SET COMPATIBLE TO FOXPRO and SET FILETYPE TO FOXPRO. This can also be achieved using the fox script instead of the db script.
dbdemo

Starts Recital in Assistant mode in the demo directory.

dbl -i <input file> -o <output file> -x <first procedure> -m <message file>

Calls the Recital/Linker to link program source. Please see the Recital/Linker documentation for full details.

dbrt <compiled program>

or

db -x <compiled program>

Runs the specified <compiled program> in runtime mode. In runtime mode the development tools are not accessible and all source must be compiled. For more information on compiling, please see the COMPILE command. Runtime mode access requires a valid runtime license. The following alternative syntax can also be used:

dbstop <pid>

Cleanly stops the Recital process identified by the process identification number in <pid>.

dbusers –c | -l | -r

Creates, resets or lists the users file or files. Please see the Users Files documentation for full details.

Exiting Recital

Type QUIT at the command prompt to exit Recital.


Managing the Recital Server

The Recital Server can be managed using the dbserver script.

Starting the Recital Server:

# dbserver start

Restarting the Recital Server:

# dbserver restart

Stopping the Recital Server:

# dbserver stop

Is the Recital Server Running?:

# dbserver status