Installation Instructions for Hot Fix F74002

Linux for x64


Hot fix F74002 addresses the issue(s) in SAS Forecast Server 4.1_M1 as documented in the Issue(s) Addressed section of the hot fix download page:

http://ftp.sas.com/techsup/download/hotfix/HF2/F74.html#F74002


F74002 is a "container" hot fix that contains the following "member" hot fixes which will update the software components as indicated.

F79002  updates  SAS Forecast Server Batch Interface for Java 4.1_M1
F76002  updates  SAS Forecast Server Mid-Tier 4.1_M1
F81002  updates  SAS Forecast Server Plug-ins for SAS Management Console 4.1_M1
F75002  updates  SAS Forecast Studio 4.1_M1

See What is a container hot fix? in the Hot Fix FAQ for more information about container hot fixes.


Before applying this hot fix, follow the instructions in SAS Note 35968 to generate a SAS Deployment Registry report, then verify that the appropriate product releases are installed on your system. The release number information in the Registry report should match the 'member' release number information provided above for the software components installed on each machine in your deployment.

The hot fix downloaded, F74002pt.zip, includes the updates required for all components listed above on all applicable operating systems. To apply this hot fix on multiple machines, you can either save F74002pt.zip on each machine or save it in a network location that is accessible to all machines.

Do NOT extract the contents of F74002pt.zip. The hot fix installation process will extract the contents as needed.


IMPORTANT NOTES

  1. Files delivered in this hot fix will be backed up during the installation process. However, it is good general practice to back up your system before applying updates to software.

  2. You must have Administrator Privileges on your CLIENT or SERVER machine.

  3. All currently active SAS sessions, daemons, spawners and servers must be terminated before applying this hot fix.

  4. This hot fix should be installed using the same userid who performed the initial software installation.


INSTALLATION

Hot Fix F74002 must be installed on each machine where the updated components of the product, listed above, are installed. During the installation process you may see references to all operating systems for which updates are provided in the hot fix. The installation process will determine the operating system and which component(s) of SAS Forecast Server 4.1_M1 require updating on the machine. See SAS Note 44810 for more details.

The hot fix will be applied using the SAS Deployment Manager (SDM). By default, the SDM will search in the <SASHOME>/InstallMisc/HotFixes/New directory for hot fixes to be applied, but will also prompt for a location if you have downloaded hot fixes to a different directory.

After downloading F74002pt.zip, follow the instructions provided in the SAS Deployment Wizard/SAS Deployment Manager 9.3: User’s Guide; see the Applying Hot Fixes for Windows and UNIX section in Chapter 5 -- SAS Deployment Manager Tasks to complete the installation of the hot fix.


The hot fix installation process generates the log file

<!SASHOME>/InstallMisc/InstallLogs/IT_date-and-time-stamp.log
for example, IT_2011-10-31-13.18.21.log. Each attempt to apply a hot fix results in the creation of a new log file giving detailed information regarding the installation process.

Postexec log files are created after the installation is completed and identifies the files that were added, backed up, changed and removed. These log files include the ‘member’ hot fix id in the name of the file and are also written to the <!SASHOME>/InstallMisc/InstallLogs directory. There is one postexec log for each ‘member’ hot fix applied (member hot fixes are listed at the top of these instructions).


The content of this hot fix is listed in the hot fix manifest.


POST-INSTALLATION INSTRUCTIONS

This hot fix requires post-installation steps that will


Step 1: Re-build Web Applications

In order for this step to execute correctly, the Metadata Server must be running.

1.1 Set the DISPLAY environment variable, for example

$ export DISPLAY=<displayname>:0

1.2 Invoke the SAS Deployment Manager 9.3

From the SASDeploymentManager directory execute sasdm.sh, for example

$ cd <SASHOME>/SASDeploymentManager/9.3
$ ./sasdm.sh

1.3 Select a language in the Choose Language box

1.4 Select Rebuild Web Applications

1.5 Select Configuration Directory or Enter the Configuration Directory and Level that needs to be updated

1.6 Specify Connection Information, including the sasadm User ID and Password

1.7 Select Forecast Server 4.1 as the Web Application to Rebuild

1.8 Verify the information on the Summary screen and select Start

1.9 Select Finish when the deployment is complete


This process will update the Forecast Server ear in <CONFIGDIR>/Lev1/Web/Staging and place the updated exploded ear in <CONFIGDIR>/Lev1/Web/Staging/exploded. The Forecast Server ear includes:

A backup of the original ear file will be placed in the Backup directory.


Step 2: Re-deploy Web Applications

2.1 Re-deploy the updated ear listed above to the web application server you are using based on the instructions appropriate for your web application server. See SAS 9.3 Intelligence Platform Middle-Tier Administration Guide, Chapter 7, for more details.

To re-deploy with Websphere, see How to re-deploy_Webshere.


For each product installed, click the link to be redirected to post-installation instructions.

F79002  updates  SAS Forecast Server Batch Interface for Java 4.1_M1
F76002  updates  SAS Forecast Server Mid-Tier 4.1_M1
F81002  updates  SAS Forecast Server Plug-ins for SAS Management Console 4.1_M1
F75002  updates  SAS Forecast Studio 4.1_M1


F79002  updates  SAS Forecast Server Batch Interface for Java 4.1_M1

These instructions are to be used to modify the configuration of the Workspace Server that Forecast Sever is using. Note that this instructions provide example filenames and directory names based on a Windows deployment; if your deployment is to a different host OS please make the appropriate adjustments

  1. Go to <SASCONFIGDIR>\Lev1\SASApp\WorkspaceServer.

    Note that your Lev# may be different so use the one appropriate for your environment. Also your .SASApp. directory may have a different name if it was changed during the configuration phase

  2. Create a backup of the sasv9_usermods.cfg
  3. Open the sasv9_usermods.cfg file and add the following lines in the JREOPTIONS section:
    -JREOPTIONS=(-Dhttp.proxyHost=<serverName.proxy.domain.com>
                -Dhttp.proxyPort=<proxy server port>*
                -Dhttps.proxyHost=<serverName.proxy.domain.com>
                -Dhttps.proxyPort=<proxy server port>
                )
    
    *See your instructions.html file found in <config dir>\Lev1\Documents to determine the
    appropriate port value to use here.
    
    Note that if your site only supports HTTP then just make the HTTPS entries the same as the
    HTTP entries.
    


F76002  updates  SAS Forecast Server Mid-Tier 4.1_M1

The following Post-Install instructions for the mid-tier only needs to be followed, if you site obtain the Forecast Sever 4.1 client via Java Web Start. If they don.t then you can skip this step.

Note that this instructions provide example filenames and directory names based on a Windows deployment; if your deployment is to a different host OS please make the appropriate adjustments.

  1. Stop the <web application server> containing the sas.forecasting4.1.ear.
    1. Because of step outlined earlier this server should be stopped already.
  2. Once the application server has stopped then you will need to copy the sas.svcs.assembly.jar and sas.swing.login.jar out of the VJR and use it to replace the jar of the same name in the jws-lib directory as described below. Remember that the jar you want is the signed version of the jar since that is what Java Web Start needs to send down to the client. Within the SAS Version Jar Repository the appropriate sas.svcs.assembly.jar file can be found in the folder named similar to:
    1. C:\Program Files\SASHome\SASVersionedJarRepository\eclipse\plugins\sas.svcs.assembly.signed_20130919_903000.0.0.20110518190000_v930\
      1. Note that the date and time stamp between .assembly.signed_ and _v930 may be different on your installation.
    2. Copy that jar to <ApplicationServerInstallDir>\server\SASServer11_Lev1\deploy_sas\sas.forecasting4.1.ear\sas.forecasting.war\WEB-INF\jws-lib
      1. Note that your installation might only have a SASServer1 and not a SASServer11 so use that instead. Also your Lev# may be different so use the one appropriate for your environment.
    Within the SAS Version Jar Repository the appropriate sas.swing.login.jar file can be found in the folder named similar to:
    1. C:\Program Files\SASHome\SASVersionedJarRepository\eclipse\plugins\sas.swing.login.signed_20130919_903000.1.0.20110525190000_v930\
      1. Note that the date and time stamp between .login.signed_ and _v930 may be different on your installation.
    2. Copy that jar to <ApplicationServerInstallDir>\server\SASServer11_Lev1\deploy_sas\sas.forecasting4.1.ear\sas.forecasting.war\WEB-INF\jws-lib
      1. Note that your installation might only have a SASServer1 and not a SASServer11 so use that instead. Also your Lev# may be different so use the one appropriate for your environment.
  3. Start the SAS Metadata Server and launch the SAS Management Console connecting to that Metadata Server.
  4. In the Plug-ins panel open the following tree:
    1. Application Management->Configuration Manger->SAS Application Infrastructure->Forecast Server 4.1
  5. Right click on the last entry in the tree above and select Properties.
  6. Under the Settings tab select the Virtual Machine Options in the left-hand pane.
  7. In the VM arguments: text box enter the following after substituting the proper host and port information for your forward proxy:
    1. http.proxyHost=<serverName.proxy.domain.com>; http.proxyPort=<proxy server port>; https.proxyHost=<serverName.proxy.domain.com>; https.proxyPort=<proxy server port>
    2. If you only support HTTP then you do not need to include the two HTTPS entries though adding them and giving them the same values the HTTP entries will not hurt anything.
  8. Save this information.
  9. Restart all the services and servers previously stopped.


F81002  updates  SAS Forecast Server Plug-ins for SAS Management Console 4.1_M1

  1. Go to <SASHOME>\SASManagementConsole\9.3\sasmc.ini
  2. Create a backup of the sasmc.ini file
  3. Open the sasmc.ini file and add the following lines immediately after existing JavaArgs lines in this file:
    JavaArgs_<NEXT NUMBERIC VALUE*>=-Dhttp.proxyHost=<serverName.proxy.domain.com>
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttp.proxyPort=<proxy server port>**
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttps.proxyHost=<serverName.proxy.domain.com>
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttps.proxyPort=<proxy server port>
    
    *Increment to be one greater than the numeric value on the previous line
    **See your instructions.html file found in <config dir>\Lev1\Documents to determine the
    appropriate port value to use here.
    
    Note that if your site only supports HTTP then just make the HTTPS entries the same as the
    HTTP entries.
    


F75002  updates  SAS Forecast Studio 4.1_M1

  1. Go to <SASHOME>\SASForecastStudio\4.1
  2. Create a backup of the forecaststdo.ini file
  3. Open the forecaststdo.ini file and add the following lines immediately after existing JavaArgs lines in this file:
    JavaArgs_<NEXT NUMBERIC VALUE*>=-Dhttp.proxyHost=<serverName.proxy.domain.com>
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttp.proxyPort=<proxy server port>**
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttps.proxyHost=<serverName.proxy.domain.com>
    JavaArgs_<NEXT NUMBERIC VALUE>=-Dhttps.proxyPort=<proxy server port>
    
    *Increment to be one greater than the numeric value on the previous line
    **See your instructions.html file found in <config dir>\Lev1\Documents to determine the
    appropriate port value to use here.
    
    Note that if your site only supports HTTP then just make the HTTPS entries the same as the
    HTTP entries.
    


This completes the installation of hot fix F74002 on Linux for x64.