User ccm_root and user informix are the two administrative users. User ccm_root owns most of the files and directories, and is the user with permissions to run the administrative commands for Rational Synergy. User informix is used by the Informix software to perform administrative tasks governing the database server activities. You must have these users and groups defined to install Rational Synergy.
Place the ccm_root and informix home directories wherever appropriate for your site.
The following examples include /users/ccm_root and /users/informix:
root# mkdir /users/ccm_root root# chown ccm_root /users/ccm_root root# chgrp ccm_root /users/ccm_root root# chmod 755 /users/ccm_root root# mkdir /users/informix root# chown informix /users/informix root# chgrp informix /users/informix root# chmod 755 /users/informix