ccmdb dump

The ccmdb dump command dumps only the database metadata (excluding the file system) in the database_path area. If a destination argument is not provided, Rational® Synergy creates a dump file in the current directory. This dump file is named database_name.dmp where database_name is the last directory name of database_path.

Synopsis

ccmdb dump database_path [/t|/to dumpfile]

Uses

The user for this command is the Rational Synergy administrator.

This command must be run from the database server machine or on a client with admin tools installed.

Options and arguments

database_path
Specifies the path to the database that you want dumped.
/t|/to dumpfile
Specifies the destination of the database dump.
The default dump file path is database_name.dmp in the directory above the database_name leaf under the database_path.

Example

Dump the \\loon\ccmdb\test_ccm database to the mad50.dmp file.

> ccmdb dump \\loon\ccmdb\test_ccm /t mad50.dmp


Feedback