Stop synchronization engine processes
Purpose
Note: This subcommand is only available
if you have installed the ClearCase Connector.
Operating system note: This command works
on Linux only.
The
ccc stop syncEngine subcommand
stops the synchronization engine process that handles requestsfor
the named synchronization streams. The process can be resumed using
the
ccc start syncEngine subcommand.
The alias for
ccc stop syncEngine is
ccc stop se.
Synopsis
- To run ccc stop syncEngine after
you have used ccc login to create stored
credentials:
ccc stop syncEngine [ -r
| --repository-uri ] repository URI or nickname { [ -v | --verbose ] } [synchronized stream [...] | [ --L | --locallySyncd] ]
- To run ccc stop syncEngine supplying
credentials on the command line:
ccc stop syncEngine [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository { [ -v | --verbose ] } [synchronized stream [...] | [ --L | --locallySyncd] ]
Options and arguments
- [ -L | --locallySyncd ]
- Operate on all synchronized streams that are synchronized on this
host.
- [ -P | --password ] password for user ID in repository
- The password for the specified user ID in
the named repository. If this option is not included on the command
line, you are prompted for a password. If you specified a repository
URI or nickname for which you have stored credentials using the scm
login command, this option is ignored.
- [ -r | --repository-uri ] repository URI
- Specifies the repository in which to take
this action. If you have stored repository credentials using the scm
login command, you can use the nickname you supplied for
these stored credentials
- [ -u | --username ] user ID in repository
- Specifies a user ID that exists in the named
repository. If you specified a repository URI or nickname for which
you have stored credentials using the scm login command,
this option is ignored.
- [ -v | --verbose ]
- Provide additional informational messages
while operating.
- synchronized stream [...]
- A space-separated list of synchronized streams, specified by name,
on which the upgrade will be performed. You must specify one or more
stream names or include the [ -L | --locallySyncd ]
option to specify all streams on this host.
The user has already logged in, the repository nickname is
repos and
the synchronized stream is
IntStream:
$ ./ccc stop syncEngine -r repos IntStream
IntStream:
stopping synchronization engine