After installing the software, follow these steps to install the database or databases.
-
Download the databases from the internet. The databases must be loaded before using the product.
-
For database files that are 2 GB or larger, remove the comment character (#) from the following commands in the setuprts script:
USE_LARGE_FILE_API=1; export USE_LARGE_FILE_API
-
If necessary, change the setmedia script to contain the correct information about the type and names of media.
-
If you specified a non-default directory for your database, you must change the $PBDB environment variable in the $PBDIR/c1p/bin/setup script. The database defaults to the directory $PBDIR/db.
-
Issue the appropriate source command to setup the environment:
. bin/setup for Bourne shells
source bin/setup.csh for C shell
-
Run the database installation script using one of the following commands:
$PBDIR/c1p/bin/installdb
or
cd to $PBDIR/c1p/bin and type installdb
-
Follow the prompts generated from the installdb script to complete the database installation.