Creating remote databases
A remote database resides on a different machine than WebSphere Portal Express.
You must manually create the required databases before configuring WebSphere Portal Express to
work with DB2 for z/OS.
Before you begin:
Use the following steps to set up WebSphere Portal Express with
a remote instance of DB2 for z/OS.
Refer to Planning for DB2 for z/OS for
a list of databases and table space names. If you are configuring multiple WebSphere Portal Express instances to use a single DB2 subsystem, be sure to
use the database and table space names associated with the WebSphere Portal Express instance
you are setting up.
- CREATE DATABASE releasenameonzos CCSID
UNICODE;
- CREATE DATABASE communitynameonzos CCSID
UNICODE;
- CREATE DATABASE customizationnameonzos CCSID
UNICODE;
- Execute the steps in the Creating the DB2 Content Manager Runtime
Edition database topic.
- CREATE DATABASE fdbkdbnameonzos CCSID
UNICODE;
- CREATE TABLESPACE fdbkdbts IN fdbkdbnameonzos USING
STOGROUP SYSDEFLT PRIQTY 5000 SECQTY 500;
- CREATE DATABASE lmdbnameonzos CCSID
UNICODE;
- CREATE TABLESPACE lmdbts IN lmdbnameonzos USING
STOGROUP SYSDEFLT PRIQTY 5000 SECQTY 500;
Parent topic: Configuring DB2 for z/OS
|
|
|