Use these instructions to set up your Rational® Synergy environment after installation.
Procedure
To set up the Rational Synergy environment for X applications, CCM_HOME, and PATH:
- Copy the X application defaults file for Rational Synergy to the app-defaults directory on all computers that run clients (interface processes).
- On Oracle Sun OpenWindows only, check to see if the X11 translation table is already installed. If it is not, copy the X11 translation table.
root# cp $CCM_HOME/etc/XKeysymDB /usr/openwin/lib
- Set ccm_root environment variables.
Some Rational Synergy commands require the tsort command in the path. Check your installation to see if you must modify the path to include tsort. For example, on Oracle Solaris tsort is in /usr/ccs/bin.
- Set the command path for user ccm_root.
$ su - ccm_root
Password: *****
$ vi .profile
If the .profile file is not the correct file for your shell, edit the correct file (for example, .cshrc or .login).
Add the following lines, then exit from user ccm_root.
CCM_HOME=ccm_home; export CCM_HOME
PATH=$CCM_HOME/bin:$PATH:/usr/ccs/bin; export PATH
exit