Command-line instructions and examples

All command-line instructions and examples are shown for the standard Bourne shell /bin/sh. If you use an alternative shell, such as the C shell, you must make the appropriate changes. For example, replace:

      PATH=/usr/local/ccm71/bin:$PATH; export PATH

with:

      setenv PATH/usr/local/ccm71/bin:$PATH

Rational Synergy commands assume a default installation directory of /usr/local/ccm. However, you can have more than one installation of Rational Synergy on a machine (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/ccm71. 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.

Note: Unless otherwise noted, the examples in this Information Center assume that your previous installation directory is /usr/local/ccm70 and your Release 7.1 installation directory is /usr/local/ccm71.

Feedback