--- Instructions --- 1. Change directory to the root directory of the Authentication Server installation. This is the directory named 'das' created during installation. For example, if you installed the Authentication Server in /opt/dataflux, run this command: cd /opt/dataflux/das The commands in the following steps must be run from this directory. 2. Stop the Authentication Server if it is running. You can use the command: ./bin/dasadmin status to determine if it is running and the command: ./bin/dasadmin 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/dmp21-auth-u3-PLATFORM.tar.gz | tar xvf - replacing PATH_TO with the correct path to the patch file and PLATFORM with the name of the target platform (aix64, linux, etc.). 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 6. Complete the ODBC Update. Run this command: ./bin/update_odbc --- Notes --- This patch will not overwrite or otherwise modify any configuarion files (as_serv_aspsql.xml, odbc.ini, etc.) in the installation. This patch updates or installs the following files: [TBD]