Modifying the search path to include the bin directory

As part of the post-installation procedures, the search path of each client host environment must include the HCL VersionVault bin directory.

Table 1. Setting the executable path to include the HCL VersionVault bin directory
Shell environment Standard installation location (/opt/hcl/ccm/versionvault) Alternate installation location (/opt/vvault)
.cshrc (C shell)
set path=($path /opt/hcl/ccm/versionvault/bin)
setenv CLEARCASEHOME /opt/vvault
set path=($path $CLEARCASEHOME/bin)
.profile (Bourne or Korn shell)
PATH=${PATH}:/opt/hcl/ccm/versionvault/bin
export PATH
CLEARCASEHOME=/opt/vvault
PATH=${PATH}:$CLEARCASEHOME/bin
export CLEARCASEHOME PATH
Note: The variable CLEARCASEHOME must be set if HCL VersionVault is installed at a location other than /opt/hcl/ccm/versionvault.