All command-line instructions and examples are shown for the standard Bourne shell /bin/sh. If you use a different shell, such as the C shell, you must make the appropriate changes. For example, replace:
PATH=/usr/local/ccm72x/bin:$PATH; export PATH
with:
setenv PATH/usr/local/ccm72x/bin:$PATH
The commands assume a default installation directory of /usr/local/ccm. However, you can have more than one installation of Rational Synergy on a computer (for example, when you install, and upgrade to, a new release). Install each release of Rational Synergy in a release-specific directory. For example, /usr/local/ccm72x. Optionally, you can link /usr/local/ccm to your current default release.
To select an installation directory, set the environment variable CCM_HOME to the absolute path for that installation, and include $CCM_HOME/bin in the PATH environment variable.