INSTALLATION INSTRUCTIONS FOR HOT FIX 32ORV01 ON HPUX FOR ITANIUM BEFORE DOWNLOADING: The hot fix 32ORV01 addresses the issues) in 3.2 of SAS OpRisk VaR software on HPUX for Itanium as documented in the "Issues) Addressed" section of the hot fix download page: http://ftp.sas.com/techsup/download/hotfix/orv32.html#32orv01 IMPORTANT NOTE(S): 1. You must have SAS OpRisk VaR 3.2 installed on your system before applying this hot fix. 2. It is recommended that the hot fix be installed using the same userid who performed the SAS 9.1.3 installation. 3. You must have Administrator Privileges on your CLIENT or SERVER machine and all currently active SAS sessions, daemons, spawners and servers must be terminated before applying this hot fix. 4. Manual steps many be necessary to complete the installation, please see Post-Installation steps below. Hot fix Installation Save the hot fix bundle 32ORV01s6.tar from the SAS Technical Support Hot Fix web site to a temporary directory for installation. NOTE: You must use the SAS user account that originally installed SAS OpRisk Var. This is typically the SAS account. 1. Technical Support strongly suggests that you back up the files being replaced by this hot fix. You should always try to include the current date in the name of the backup file created to distinguish between versions of backup files. By doing this you will maintain a history of the file and this will be helpful when multiple iterations of a hot fix have been applied to the same file. For example, cp sas.foo.jar sas.foo.jar.07012006 where 07012006 is the date when the hot fix is applied. The . extension MUST be appended AFTER the .jar extension as it appears above. The files that should be backed up for this hot fix are: sas.oprisk.var.jar orva_diagplot.sas orva_dist_globals.sas orva_ffitkri_dist.sas orva_freq_fit_kri.sas orva_freq_kri_effect.sas orva_freq_var_select.sas orva_get_hill_estimate.sas orva_get_parm_kris.sas orva_getmomts.sas orva_getmomts_scenario_bucketed.sas orva_gfit.sas orva_insurance_coverage.sas orva_insurance_proportion.sas orva_kri_subset.sas orva_kri_transpose.sas orva_loss_sim.sas orva_loss_sim_stream.sas orva_range_merge.sas orva_rank.sas orva_sfit_dist.sas orva_sfitkri_dist.sas orva_var_compress.sas orvd_gamma.sas orvd_lng.sas orvd_lngrobust.sas orvd_logngpd.sas orvd_logngpd1.sas orvd_logngpd_hill.sas orvd_wbl.sas s64/orvarjavacln_s64.tar orvl_cmn_cpi.sas orvl_int_kris.sas orvl_int_scale.sas orvl_migrate_monitor_ds.sas orvr_empirical.sas orvr_fcmatrix.sas orvr_fitting.sas orvr_report_setup.sas orvr_var_calc.sas 2. Extract the contents of 32orv01s6.tar into a temporary directory, for example /tmp/32orv01. $> mkdir /tmp/32orv01 $> cd /tmp/32orv01 $> tar -xf $HOME/32orv01s6.tar where $HOME is the location to where the tar file was downloaded. This will extract the files as follows: -- The Java Client update archive will be placed in 32ORV01_s64/s64. -- The macro files (.sas) will be placed in the root 32ORV01_s64/ directory. Sample output from the extraction are below: x 32orv01_s64/s64/orvarjavacln_s64.tar x 32orv01_s64/orva_diagplot.sas x 32orv01_s64/orva_dist_globals.sas x 32orv01_s64/orva_ffitkri_dist.sas x 32orv01_s64/orva_freq_fit_kri.sas x 32orv01_s64/orva_freq_kri_effect.sas x 32orv01_s64/orva_freq_var_select.sas x 32orv01_s64/orva_get_hill_estimate.sas x 32orv01_s64/orva_get_parm_kris.sas x 32orv01_s64/orva_getmomts.sas x 32orv01_s64/orva_getmomts_scenario_bucketed.sas x 32orv01_s64/orva_gfit.sas x 32orv01_s64/orva_insurance_coverage.sas x 32orv01_s64/orva_insurance_proportion.sas x 32orv01_s64/orva_kri_subset.sas x 32orv01_s64/orva_kri_transpose.sas x 32orv01_s64/orva_loss_sim.sas x 32orv01_s64/orva_loss_sim_stream.sas x 32orv01_s64/orva_range_merge.sas x 32orv01_s64/orva_rank.sas x 32orv01_s64/orva_sfit_dist.sas x 32orv01_s64/orva_sfitkri_dist.sas x 32orv01_s64/orva_var_compress.sas x 32orv01_s64/orvd_gamma.sas x 32orv01_s64/orvd_lng.sas x 32orv01_s64/orvd_lngrobust.sas x 32orv01_s64/orvd_logngpd.sas x 32orv01_s64/orvd_logngpd1.sas x 32orv01_s64/orvd_logngpd_hill.sas x 32orv01_s64/orvd_wbl.sas x 32orv01_s64/s64/orvarjavacln_s64.tar x 32orv01_s64/orvl_cmn_cpi.sas x 32orv01_s64/orvl_int_kris.sas x 32orv01_s64/orvl_int_scale.sas x 32orv01_s64/orvl_migrate_monitor_ds.sas x 32orv01_s64/orvr_empirical.sas x 32orv01_s64/orvr_fcmatrix.sas x 32orv01_s64/orvr_fitting.sas x 32orv01_s64/orvr_report_setup.sas x 32orv01_s64/orvr_var_calc.sas 3. Extract the contents of s64/orvarjavacln_s64.tar after moving to that directory. $> cd /s64 $> tar -xvf orvarjavacln_s64.tar The tar command will extract the following files: s64/Setup_Solaris_Sparc s64/media.inf s64/setup.jar 4. Verify that Setup_Solaris_Sparc has execute permission. If it does not, use the 'chmod' command to make it executable: $> cd /tmp/32orv01/32orv01_s64/s64 $> chmod 755 Setup_Solaris_Sparc 5. Initiate the installation wizard $> export DISPLAY=:0 <==== set your display $> cd /tmp/32orv01/s64 $> ./Setup_Solaris_Sparc Note that you must turn on the execute bit for the setup script the first time you perform the unarchive. This setup command runs an InstallShield wizard which will guide you through the installation. Follow the prompts to complete the installation. . 6. To verify the installation of the hot fix confirm that the files) in the locations) below have been updated to the level indicated by the date provided: /SASOpRiskVar/3.2/lib/sas.oprisk.var.jar Date: 01/8/07 (EST) /orvar/ucmacros/orva_diagplot.sas Date: 11/15/06 (EST) /32orv01_s64/orva_dist_globals.sas Date: 10/23/06 (EST) /32orv01_s64/orva_ffitkri_dist.sas Date: 12/11/06 (EST) /32orv01_s64/orva_freq_fit_kri.sas Date: 10/18/06 (EST) /32orv01_s64/orva_freq_kri_effect.sas Date: 01/30/07 (EST) /32orv01_s64/orva_freq_var_select.sas Date: 12/11/06 (EST) /32orv01_s64/orva_get_hill_estimate.sas Date: 12/05//06 (EST) /32orv01_s64/orva_get_parm_kris.sas Date: 12/1/06 (EST) /32orv01_s64/orva_getmomts.sas Date: 11/10/06 (EST) /32orv01_s64/orva_getmomts_scenario_bucketed.sas Date: 10/20/06 (EST) /32orv01_s64/orva_gfit.sas Date: 11/10/06 (EST) /32orv01_s64/orva_insurance_coverage.sas Date: 10/10/06 (EST) /32orv01_s64/orva_insurance_proportion.sas Date:10/10/06 (EST) /32orv01_s64/orva_kri_subset.sas Date: 11/2/06 (EST) /32orv01_s64/orva_kri_transpose.sas Date: 12/9/06 (EST) /32orv01_s64/orva_loss_sim.sas Date: 10/20/06 (EST) /32orv01_s64/orva_loss_sim_stream.sas Date: 10/11/06 (EST) /32orv01_s64/orva_range_merge.sas Date: 12/4/06 (EST) /32orv01_s64/orva_rank.sas Date: 11/10/06 (EST) /32orv01_s64/orva_sfit_dist.sas Date: 10/12/06 (EST) /32orv01_s64/orva_sfitkri_dist.sas Date: 01/30/07 (EST) /32orv01_s64/orva_var_compress.sas Date: 10/10/06 (EST) /32orv01_s64/orvd_gamma.sas Date: 10/11/06 (EST) /32orv01_s64/orvd_lng.sas Date: 10/19/06 (EST) /32orv01_s64/orvd_lngrobust.sas Date: 10/23/06 (EST) /32orv01_s64/orvd_logngpd.sas Date: 11/30/06 (EST) /32orv01_s64/orvd_logngpd1.sas Date: 11/30/06 (EST) /32orv01_s64/orvd_logngpd_hill.sas Date: 12/5/06 (EST) /32orv01_s64/orvd_wbl.sas Date: 10/19/06 (EST) /32orv01_s64/orvl_cmn_cpi.sas Date: 11/6/06 (EST) /32orv01_s64/orvl_int_kris.sas Date: 11/6/06 (EST) /32orv01_s64/orvl_int_scale.sas Date: 10/10/06 (EST) /32orv01_s64/orvl_migrate_monitor_ds.sas Date: 10/11/06 (EST) /32orv01_s64/orvr_empirical.sas Date: 10/24/06 (EST) /32orv01_s64/orvr_fcmatrix.sas Date: 10/24/06 (EST) /32orv01_s64/orvr_fitting.sas Date: 10/24/06 (EST) /32orv01_s64/orvr_report_setup.sas Date: 10/24/06 (EST) /32orv01_s64/orvr_var_calc.sas Date: 10/10/06 (EST) All .sas files listed above will also be placed in the following system directory, should there be a need for manual copy: /32ORV01_s64/ POST INSTALLTION STEPS: You must copy the updated macro files into the appropriate SAS OpRisk Var Installation path. The .sas files listed in this documentation will reside in /SASOpRiskVar/3.2/ucmacro/ Instructions for renaming the files are provided above. Once the files have been backup the new files should be copied in to complete the installation process. This completes the installation of hot fix 32ORV01.