DataFlux Data Management Server 2.7 Update 1 Installation Instructions for UNIX Systems 1. Change directory to the root directory of the Data Management Server installation. This is the directory named 'dmserver' created during installation. For example, if you installed DMS in /opt/dataflux, run this command: cd /opt/dataflux/dmserver The commands in the following steps must be run from this directory. 2. Stop the Data Management Server if it is running. You can use the command: ./bin/dmsadmin status to determine if it is running and the command: ./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 patch files. Run this command: gzip -d -c PATH_TO/B5U001la.tar.gz | tar xvf - replacing PATH_TO with the correct path to the patch file. 5. (AIX only) If you have installed the patch on an NFS filesystem and did not run slibclean in step 3, run this command: ./bin/uncache_libs -f