Administration Guide > Installation > New Installation > DB2

DB2

This guide includes the individual steps that are required to set up an DB2 databaseA database is an organized collection of data including relevant data structures. for AE usage.

Important: Automic recommends carefully reading the relevant notes about optimizing the AE database's performance before you start setting up the database.
See:
Configuration & Performance of the Database, the Automic Compatibility Checker for details on supported versions and platforms and the general information in Supported Platforms.

Do not limit resource consumption. Transactions that repeatedly abort because of limitations that are specified in the database can impede processing in your AE system. Inconsistent database contents can be a result thereof and cause subsequent errors or endless loops.

Note that your database will become inconsistent when you modify database contents.

Size required for the initial installation of an AE database

Test systems:

1 GB

Production systems:

Small systems

5 - 20 GB

Medium systems

20 - 50 GB

Large system

more than 50 GB

 


Procedure

General Requirements:

The following scripting example creates a new database with a specific coding:

create db uc4
automatic storage yes
on ...
using codeset <code set> territory <short form of country> ;

The following is a scripting example for the US:

create db uc4 automatic storage yes on ... using codeset iso-8859-1 territory us ;

DB2 for UNIX or Windows