Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

Software Installation

Linux - Server Setup Guide

Install the Oracle Driver

Install the DB2 Driver

Install the POSIX Flat File Driver

Finish the Driver Installation

 

Linux Server Setup Guide

Step 1 - Create the Software Environment

Step 2 - Restore the Software

Step 3 - Build the Omnidex Executables

Step 4 - License the Software

Step 3: Build the Omnidex Executables

This step involves executing a command file named odxmake. The odxmake command file does the following:

To run odxmake, follow these steps.

1. If you have not already done so, log in as the user you created in Step 1:

$ login omnidex
Password: omnidex

2. Run odxmake, which resides in the /omnidex root subdirectory:

$ ./odxmake

3. odxmake checks to see which data drivers are present in your product account and asks which drivers to link into the Omnidex utilities. You may select any or all of the available drivers as long as the corresponding vendor software is present on your system. The following sections describe the prompts and the responses required to select each of the available drivers.

Note: When installing drivers, be sure to install all that apply to your installation. If you re-run odxmake later to add a driver you overlooked, you must reinstall all drivers, including the drivers previously installed.

 

Installing the Oracle Driver

To select the Oracle driver, enter Y for “yes” at this prompt.

Would you like the Oracle Driver (Y/[N])? y

odxmake asks you for the following information. Note that default responses are enclosed in square brackets [ ]:

1. Oracle’s home directory

Enter the Oracle home directory [/u/oracle]:

2. The Oracle SID (system identifier)

Enter the Oracle SID [oracle]:

3. The version of Oracle you are running.

Enter the Oracle version [8.1]:

Depending on the version and home directory you specified, a message similar to the following appears:

Link using Oracle 8.1 libraries in /u/oracle/lib

 

Installing the DB2 Driver

To select the DB2 driver, enter Y for “yes” at this prompt:

Would you like the DB2 driver (Y/[N])? Y

odxmake asks the following questions. The default responses are enclosed in square brackets [ ]:

1. The DB2 home directory:

Enter the DB2 home directory [/usr/db2]:

2. The name of the DB2 instance:

Enter the DB2 instance name [db2]:

 

Installing the POSIX Flat File Driver

To select the POSIX or “flat” file driver, enter Y for “yes” at this prompt:

Would you like the POSIX flat file driver Y/[N])? Y

Omnidex uses POSIX routines that are part of the Linux operating system, so you do not need to provide any additional information for the POSIX driver.

 

Finish the Driver Installation

When you are finished installing drivers, odxmake lists all of the libraries and files that it is linking. Lastly, it tells you that it is updating .profile to initialize Omnidex.

If you failed to install a driver, and would like another chance, you can run odxmake again. Note, however, that at that time you must also install all the previously requested drivers as well.

 

Top