To set up the Rational Synergy environment for X applications, CCM_HOME, and PATH:
root# cp $CCM_HOME/etc/Ccm /usr/openwin/lib/app-defaults
root# cp $CCM_HOME/etc/Ccm /usr/lib/X11/app-defaults
root# cp $CCM_HOME/etc/XKeysymDB /usr/openwin/lib
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.
$ 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
$ su - informix
Password:*****
$ vi .profile
If the .profile file is not the correct file for your shell, edit the correct file.
Add the following lines, then exit from user informix.
CCM_HOME=ccm_home; export CCM_HOME
PATH=$CCM_HOME/bin:$CCM_HOME/informix/bin:$PATH:/usr/ccs/bin
export PATH
$ exit