ccmdb protect

The ccmdb protect command prevents users from starting new sessions on the protected database.

Synopsis

ccmdb pr|protect database_path

Uses

You want to prevent users from starting new sessions if a database is corrupted or if you are installing a model into a database.

The user for this command is the Rational® Synergy administrator.

Options and arguments

database_path
Specifies the path to the database that you want to protect.

Example

Protect the \\boon\ccmdb\test_ccm database.

> ccmdb protect \\boon\ccmdb\test_ccm

Attention

This command prevents new sessions from being started on the specified database. However, it does not protect the database from sessions already running. Stop current sessions by running the ccmdb shutdown command.


Feedback