This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
admin:grid:creation:rules [2009/11/13 14:49] admin |
admin:grid:creation:rules [2012/10/26 14:27] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| + | |||
| ====== Creating an Omnidex Grid using Environment Rules ====== | ====== Creating an Omnidex Grid using Environment Rules ====== | ||
| + | |||
| + | |||
| + | :!: //These instructions show how to create Omnidex Grids using environment files that are compiled with OACOMP in Omnidex Version 5.0. This is an approach that pre-dated the use of SQL statements such as CREATE DATABASE or CREATE TABLE. Environment files that are compiled with OACOMP are still supported for backward compatability. Click [[admin:grid:creation:oacomp|here]] for instructions for Omnidex Version 5.1 and later.// | ||
| Omnidex Grids are straightforward to administer. Each grid node is a separate Omnidex environment, with an environment file, indexes and data. For convenience, there are methods to share a single Omnidex environment file across multiple nodes. There are also methods to share data files across multiple nodes. | Omnidex Grids are straightforward to administer. Each grid node is a separate Omnidex environment, with an environment file, indexes and data. For convenience, there are methods to share a single Omnidex environment file across multiple nodes. There are also methods to share data files across multiple nodes. | ||
| Line 8: | Line 13: | ||
| ===== Steps to create an Omnidex Grid using Environment Rules ===== | ===== Steps to create an Omnidex Grid using Environment Rules ===== | ||
| - | ==== 1. Create an environment pointing to the original database ==== | ||
| - | This environment is a standard environment that accesses the underlying database. It will be accessed when partitioning the data. | + | ==== 1. Create an environment pointing to the original database ==== |
| - | <code>EDIT Omnidex Grids work by splitting large volumes of data into smaller subsets This Environment is used to access the original data and create the multiple subsets of the data.</code> | + | Omnidex Grids needs an environment that points to the original database so that the data can be partitioned. This environment is a standard environment that accesses the underlying database. |
| ==== 2. Partition the database ==== | ==== 2. Partition the database ==== | ||
| Line 129: | Line 133: | ||
| Omnidex network services must be started on every machine that contains grid nodes. No special options are required. | Omnidex network services must be started on every machine that contains grid nodes. No special options are required. | ||
| - | <code>EDIT See how to configure and start the Omnidex Network Services (OdxNet). </code> | + | See how to [[admin:network:overview | configure and start the Omnidex Network Services (OdxNet)]]. |