DB2

This guide includes the individual steps that are required to set up an DB2 database for AE usage.

Important Notes

Disk Space Required

See also: AWA System Requirements and Sizing

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

General Requirements

Installation settings for DB2 (to be configured on the DB computer):

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