gunzip AcuCob*.tar.gzThen extract the files:
tar xvf AcuCob*.tar
export GENESIS_HOME=INSTALL_DIRECTORY
cd $GENESIS_HOME/bin
export PATH=INSTALL_DIRECTORY/bin:$PATH export LD_LIBRARY_PATH=INSTALL_DIRECTORY/bin:INSTALL_DIRECTORY/lib:$COBDIR/lib;$LD_LIBRARY_PATH
AIX (5.1 and later): | LIBPATH |
Linux, Solaris, and64-bit HP-UX: | LD_LIBRARY_PATH |
64-bit Solaris alternative: | LD_LIBRARY_PATH_64 |
32-bit HP-UX (11.0 and later): | SHLIB_PATH |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/var/microfocuslicensing/bin
export CESLIB=/var/microfocuslicensing/bin export MFCES_INIT_LOCATION=/var/microfocuslicensing/bin/ces.ini
Below is a partial sample of acuxdbc.cfg showing the syntax for the two required variables. Note that this file also contains sample syntax and instructions for all available variables. If you want to use this file, you can remove the comment indicators from any of the other variables listed in acuxdbc.cfg.
# The path to your system catalog directory. This is a required variable DICTSOURCE /usr2/acuxdbc/syscat # The path to your data files. You must prepend the line with a semi-colon, # use either double backslashes ("\\") or forward slashes ("/"), # and separate your paths by semi-colons. This is a required variable. FILE_PREFIX ;/usr2/acuxdbc/data;/usr2/acuxdbc/sample/acuxdbc/data