Starting and stopping DevOps Code ClearCase on the Linux system

When the Linux system is started, systemd starts the clearcase service. This clearcase service does the following:
  • Starts the albd_server process of the host.
  • Performs additional setup tasks, such as mounting public VOBs.

The root user can stop or start DevOps Code ClearCase® using the systemctl command. For example:

# systemctl stop clearcase

Stops DevOps Code ClearCase.

# systemctl start clearcase

Starts DevOps Code ClearCase.