Installation and configuration of ClearCase® Remote Client CLI
You can use the IBM Installation Manager to install the ClearCase® Remote Client command-line interface (CLI) that is part of ClearTeam Explorer package.
Before you begin
The ClearCase® Remote Client CLI is installed with the ClearTeam Explorer (CTE) package. The package is available for install through the Installation Manager.
| Client | Network connection type | Connection to repository of source-controlled objects | View types | User interfaces |
|---|---|---|---|---|
| ClearCase® Local Client (CCLC) | LAN only | RPC connection to a Versioned Object Base (VOB) |
|
|
| ClearCase® Remote Client (CCRC) | WAN and LAN | http(s) connection to a VOB through a CCRC WAN server |
|
|
The term view, as used in this table, refers to the mechanism for accessing versions in a VOB. For example, snapshot, automatic and web views provide copy-based mechanisms, whereas the dynamic view provides a mechanism to directly access versions in real time.
- In a Base ClearCase® view, you specify the configuration explicitly by rules for version selection, branching, and so on.
- In a UCM view, the configuration is generated by ClearCase® operations such as creating a development stream.
DevOps Code ClearCase® or DevOps Code ClearCase® Remote Client
- Windows:
C:\Program Files\DevOps\Code\ClearCase\RemoteClient\rcleartool.batC:\Program Files\DevOps\Code\ClearCase\RemoteClient\rcleartool.conf
- UNIX/Linux:
/opt/devops/code/clearcase/RemoteClient/rcleartool-
/opt/devops/code/clearcase/RemoteClient/rcleartool.conf
ClearTeam Explorer Extension
rcleartool script file
installs with the eclipse.exe for that product. For example, when ClearTeam
Explorer is installed into Rational® Team Concert (RTC), you could find
the rcleartool files here:- Windows:
C:\Program Files\IBM\TeamConcert\rcleartool.batC:\Program Files\IBM\TeamConcert\rcleartool.conf
- UNIX/Linux:
/opt/ibm/TeamConcert/rcleartool/opt/ibm/TeamConcert/rcleartool.conf
About this task
Adding rcleartool to your system PATH: Installing ClearCase® Remote Client CLI does not
automatically add rcleartool to your PATH variable. If you want to be able
to run the 'rcleartool' command from any directory, add the installed directory. See above,
examples paths to rcleartool.
-Duser.language=esThere are no
required properties to be set in this file.Procedure
If you are installing ClearTeam Explorer from the Eclipse update site, 'rcleartool.bat' / 'rcleartool' scripts must be configured manually. Take the following steps to manually configure the rcleartool scripts.
In the following example, <ECLIPSE_HOME> refers to the location of your eclipse installation, the same directory eclipse.exe would reside.
-
On Windows:
The
rcleartoolscript is included in the com.ibm.devops.ccrc.cli plugin that is added to your eclipse installation when you install ClearTeam Explorer from the ClearTeam Explorer update site. You need to look for a directory that starts with com.ibm.devops.ccrc.cli in the following locations, and then use the one with the latest version number.- <ECLIPSE_HOME>\plugins
- %USERPROFILE%\.p2\pool\plugins
In the examples that follow, <CCRC_CLI_PLUGIN_DIR> refers to the location of the latest com.ibm.devops.ccrc.cli plugin.
-
UNIX/Linux:
The
rcleartoolscript is included in the com.ibm.devops.ccrc.cli plugin that is added to your eclipse installation if you install Eclipse with the Eclipse installer. You need to look for a directory that starts with com.ibm.devops.ccrc.cli in the following locations, and then use the one with the latest version number.- <ECLIPSE_HOME>/plugins
- ~/.p2/pool/plugins
In the examples that follow, <CCRC_CLI_PLUGIN_DIR> refers to the location of the latest com.ibm.devops.ccrc.cli plugin.