Hot fix F7P001 addresses the issue(s) in SAS High-Performance Risk Server Component 4.2 on Linux for x64 as documented
in the Issue(s) Addressed section of the hot fix download page:
https://tshf.sas.com/techsup/download/hotfix/HF2/F7P.html#F7P001
The hot fix downloaded, F7P001la.zip, contains the updated files required to address
the documented issues.
Do NOT extract the contents of F7P001la.zip. The hot fix installation process will extract
the contents as needed.
After downloading F7P001la.zip, follow the instructions for applying hot fixes in the SAS Deployment Wizard and SAS Deployment Manager 9.4: User's Guide.
Please review the CONFIGURATION Important Note above concerning proper selection of the "Configure SAS Hot Fix" option in the SAS Deployment Manager.
The content of this hot fix is listed in the hot fix manifest.
$ umask 022
$ cd /install
The output of the file command should indicate that TKGrid is a directory. If so, then proceed to the next step. When the output of the file command indicates that TKGrid is a symbolic link (i.e., softlink), issue the "cd" command to change to the parent folder of the resolved link location. Repeat the "file TKGrid" and "cd" commands until the "file TKGrid" output indicates that TKGrid is a directory.
$ ./TKGrid_HF_x86_64_tkhprisk_01.shYou should see the following:
Verifying archive integrity... All good. Uncompressing TKGrid........... running TKGrid/bin_tkhprisk_01/hfInstall TKGrid /install TKGrid HotFix Configuration Utility. Running on 'gridnode01.orion.com' Using stdin for options. Shared install or replicate to each node? (Y=SHARED/n=replicated)
The updated shared libraries will be located in the /install/TKGrid/lib_tkhprisk_01 folder.
If necessary, the permissions on the /install/TKGrid folder for all grid nodes may need to be updated for group read/write permissions.
High-Performance Risk Server 4.2 optional integration with SAS Event Stream Processing (ESP)
If you are integrating SAS High-Performance Risk with ESP, perform the following post-installation steps:
LD_LIBRARY_PATH:
The path ${SASROOT}/misc/hprisksvr/misc/espps/lib must be placed at the start of the LD_LIBRARY_PATH variable.
The path ${SASROOT}/misc/hprisksvr/misc/espps/tksf must be placed at the end of the LD_LIBRARY_PATH variable.DFESP_HOME:
Set this environment variable to the ESP client located at the directory ${SASROOT}/misc/hprisksvr/espps. This must not be set to an external ESP installation as HPRisk now only works with the ESP client that is installed with this hotfix.TKPATH:
Set this environment variable to the path for the SAS executables located in ${SASROOT}/sasexeNOTE It is important that this be done in ${SASROOT}/bin/sasenv_local and not on the command line when launching SAS to ensure the ESP libraries are first in the LD_LIBRARY_PATH.
The following is an example modification to ${SASROOT}/bin/sasenv_local that assumes $SASROOT is set to the root directory of the SAS installation (you will need to change this value based on your deployment).
#########################################################################
# Set path to internal ESP PubSub Client to the start of LD_LIBRARY_PATH
# and set ESP variables DFESP_HOME and TKPATH.
#########################################################################
SASROOT=/path/to/sas/installation/dir
if [ "$LD_LIBRARY_PATH" != "" ] ; then
LD_LIBRARY_PATH=${SASROOT}/misc/hprisksvr/espps/lib:${LD_LIBRARY_PATH}
else
LD_LIBRARY_PATH=${SASROOT}/misc/hprisksvr/espps/lib
fi
# Add the path to libtksf.so at the end so the installed version is used
# if one is found.
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${SASROOT}/misc/hprisksvr/espps/tksf
export LD_LIBRARY_PATH
export DFESP_HOME=${SASROOT}/misc/hprisksvr/espps
export TKPATH=${SASROOT}/sasexe#########################################################################
This completes the installation of hot fix F7P001 on Linux for x64.
Copyright 2019 SAS Institute Inc. All Rights Reserved.