Creating the Db2ZAI home directory

The Db2ZAI Home directory will contain the configuration and log files.

Before you begin

This task requires a TSO ID with OMVS access authority.

Procedure

To create the Db2ZAI home directory:

To create the DB2ZAI_HOME directory, allocate and mount a ZFS directory with a minimum of 20 GB free disk space to store the Db2ZAI configuration and log files.

The mount point will be your Db2ZAI home directory, and will be assigned subsequently to the DB2ZAI_HOME environment variable.

MOUNT FILESYSTEM('#zfsdsn') +
     TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW') +
     MOUNTPOINT('-PATHPREFIX-db2zai/home')