INSTALLATION INSTRUCTIONS FOR HOT FIX 82IS10 ON COMPAQ TRU64 UNIX BEFORE DOWNLOADING: The hot fix 82IS10 addresses the issue(s) in Release 2.6 of SAS IT Resource Management on Compaq Tru64 UNIX as documented in the "Issue(s) Addressed" section of the hot fix download page: http://ftp.sas.com/techsup/download/hotfix/itrm26.html The hot fix is packaged in a compressed tar file. The name of the tar file is 82is10ap.tar.Z. IMPORTANT NOTE(S): 1. You must have SAS IT Resource Management 2.6 installed on your system before applying this hot fix. AFTER DOWNLOADING: The following instructions describe the steps for installing this hot fix. In this example, !SASROOT, the directory where Release 8.2 (TS2M0) is installed, is: /usr/lib/sas8 STEP 1: Technical Support recommends that you back up the existing directories that will be updated before installing this hot fix. $> cd /usr/lib/sas8 $> tar -cf - misc/cpe | compress > misc_82is10.tar.Z $> tar -cf - sasautos | compress > sasautos_82is10.tar.Z $> tar -cf - saspgm/cpe | compress > saspgm_82is10.tar.Z The resulting compressed back up files will require over 100M of disk space. You may want to move these compressed files from the !SASROOT directory to a different location. STEP 2: Assuming the tar file is downloaded to the user's HOME directory, follow these procedures to install the package. $> pwd /usr/lib/sas8 $> uncompress -c $HOME/82is10ap.tar | tar -xf - This completes the installation of hot fix 82IS10 on Compaq Tru64 UNIX.