ccmdb create

The ccmdb create command creates a root database.

Synopsis

ccmdb create   database_path [-e|-empty] [-p|-space dbspace] [-s|-server servername]
               [-f|-filelimit namelimit.extensionlimit|none] 

Uses

Use the ccmdb create command to create a Rational® Synergy root database for a new model installation.

This command creates a database without a model, which means that the database contains no roles, types, users, and so on. Such databases are intended for use only by model developers.

Note: Use the ccmdb unpack command to create a ready-to-use database instead of a database without an installed model. Also see Modifying database server parameter values for more information.

You must run this command on the database server, as user ccm_root.

Options and arguments

database_path
Specifies the path to the new database.
-e|-empty
Specifies that the database must be empty. This option creates a database without a model or contents.
-f|-filelimit
Specifies the optional file limit.
-p|-space dbspace
Specifies the dbspace to be used by the database server for the new database. By default, the ccm dbspace is used. You can specify a different dbspace for the database server on which you are creating the database.
-s|-server servername
Specifies the database server. If you do not specify the server, the database is created on the current machine, if the machine is a database server, and on the main server if it is not.

Examples

Create a root database called /data/ccmdb/test_ccm.

$ ccmdb create /data/ccmdb/test_ccm


Feedback