Firebird Documentation IndexFirebird Vulcan Release Notes v. 1.1 → Getting Started
Firebird Home Firebird Home Prev: Firebird Vulcan Release NotesFirebird Documentation IndexUp: Firebird Vulcan Release Notes v. 1.1Next: Symmetric Multiple Processors (SMP)

Getting Started

Table of Contents

Installation Notes

Download the Firebird Vulcan installation kit and run the installation script. For your own convenience, you should add the Firebird Vulcan bin directory to your path environmental variable.

Installation Notes

As an initial test, start isql and create a database.

[More to come as the installation solidifies]

Installation kit Contents

Installing Firebird Vulcan creates a directory tree that includes the Firebird Vulcan binaries and shared libraries, plus supporting material. At the top, you will find eight files plus some directories.

Operational files

Several files are necessary for Firebird Vulcan to run correctly. They are:

security.fdb

is the shared authentication database for the installation. You can choose on a database by database basis whether to use it, store authentication information in each database, or ignore authentication entirely.

firebird.log

contains error and informational messages written by the server and engine.

firebird.msg

contains the text format of error conditions returned by the server and engine.

vulcan.lck

is the lock file that mediates access between different database users.

Configuration files

The section on Configuration Files describes the use of configuration files.

The top level of the installation tree contains the master configuration files--those used when no other configuration information supersedes them.-

client.conf

the default configuration used by the remote interface when access is made from this system to another or through local loopback.

server.conf

the default configuration used by the server when access is made from another system to this one or through local loopback.

master.conf

the base definitions referenced by all configurations.

Directories

bin and bin64

Binaries and shared libraries. The bin directory contains binaries for 32-bit systems and 32-bit compatibility mode on 64-bit systems. The bin64 directory contains binaries for 64-bit systems.

databases

Contains the message database

doc

Miscellaneous readme files, etc.

help

The qli help database

intl and intl64

directories for the internationalization libraries

lib

Library files

UDF

Directory for user-defined functions

Prev: Firebird Vulcan Release NotesFirebird Documentation IndexUp: Firebird Vulcan Release Notes v. 1.1Next: Symmetric Multiple Processors (SMP)
Firebird Documentation IndexFirebird Vulcan Release Notes v. 1.1 → Getting Started