create_pimdevdb.sh script

Use the create_pimdevdb.sh script to create an IBM® InfoSphere® Master Data Management Collaboration Server database for use in a test or development environment.

Syntax

create_pimdevdb.sh --db=dbname --instowner=instanceowner --cpath=containerpath

Parameters

db
Specify the name of the database.
instowner
Specify the name of the instance owner.
cpath
Specify the path of the container.

Example

In this example, the create_pimdevdb.sh script is run to create a database with the name pimdb for the instance owner db2inst1 in the container path /u01 :

$<install directory>/bin/db_creation/create_pimdevdb.sh --db=pimdb  --instowner=db2inst1
  --cpath=/u01 


Last updated: 21 Jul 2017