------------------------------------------------------------------------------- DataFlux Secure for ODBC - Installation ------------------------------------------------------------------------------- Instructions ------------ 1. Change directory to the root directory of the server installation. This directory is called 'dmserver' for Data Management Server and 'fedserver' for Federation Server. For example, if you installed Data Management Server in /opt/sas94/SASHome/DataFluxDataManagementServer/2.9, run this command: cd /opt/sas94/SASHome/DataFluxDataManagementServer/2.9/dmserver The commands in the following steps must be run from this directory. 2. Stop the server if it is running. Use the appropriate admin utility for your server product, such as dmsadmin or dfsadmin. The 'status' command can be used to determine if the server is running and the 'stop' command to stop it. For example, for Data Management Server, run: ./bin/dmsadmin status to determine if it is running and then: ./bin/dmsadmin stop to stop it. 3. (AIX only) Run this command: ./bin/uncache_libs or ask your sysadmin to run the slibclean command on the system. 4. Install the add-on files. Run this command: gzip -d -c PATH_TO/J6K020xx.tar.gz | tar xvf - replacing PATH_TO with the correct path to the patch file and xx with the platform abbreviation (r6, la, etc.).