Command-line instructions and examples

This section includes instructions for using the Rational® Synergy commands.

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/ccm72/bin:$PATH; export PATH

with:

      setenv PATH/usr/local/ccm72/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/ccm72. 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/ccm71 and that your Release 7.2 installation directory is /usr/local/ccm72.

Feedback