All Sun Solaris platforms using Open Windows:
root# cp $CCM_HOME/etc/Ccm /usr/openwin/lib/app-defaults
All other platforms including Sun Solaris using CDE:
root# cp $CCM_HOME/etc/Ccm /usr/lib/X11/app-defaults
If your environment is mixed, copy the file for both the OpenWindows and the non-OpenWindows platforms.
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 need to modify the path to include tsort. For example, on 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