Starting and stopping DevOps Code ClearCase on the UNIX system
When the UNIX system is started, the DevOps Code ClearCase® startup script ccase-home-dir/etc/clearcase is run by the
init program. The startup script does the following:
- Starts the albd_server process of the host.
- Performs additional setup tasks, such as mounting public VOBs.
The root user can run the clearcase
script to stop or start DevOps Code ClearCase at any time. For example:
# ccase-home-dir/etc/clearcase stop
Stops DevOps Code ClearCase.
# ccase-home-dir/etc/clearcase start
Starts DevOps Code ClearCase.
For more information, see the init_ccase reference page.