Installation Note 40786: Redirecting the SAS® Object Spawner utility file in UNIX environments
Beginning with SAS® 9.2, the Object Spawner process creates, upon invocation, a small utility file in the /tmp directory. If this utility file needs to be redirected to an alternate directory, you must override the default location by modifying the ObjectSpawner.sh script file. This script file is typically located in /<Configuration-Directory>/Lev1/ObjectSpawner.
Edit ObjectSpawner.sh file and locate the following section of the script:
CONFIGDIR=$LEVEL_ROOT/ObjectSpawner
LOGSDIR=/saswork/CFGTEST/Lev1/Logs
SASENV=$SASROOT/bin/sasenv
OMRCFG=$LEVEL_ROOT/ObjectSpawner/metadataConfig.xml
SPWNNAME="Object Spawner - server.unx.sas.com"
SERVERUSER=sas
CMD_OPTIONS=" -dnsMatch server.unx.sas.com"
COMMAND="$SASROOT/utilities/bin/objspawn"
SCRIPT=`basename $0`
Add the following export command, containing the path to the new directory, to the bottom of this section:
export TKOPT_ENV_UTILLOC=/<override_directory_path>
NOTE: You must restart the Object Spawner in order for the modification to take effect.
Operating System and Release Information
SAS System | SAS Object Spawner | 64-bit Enabled AIX | 9.2 TS2M0 | |
64-bit Enabled HP-UX | 9.2 TS2M0 | |
64-bit Enabled Solaris | 9.2 TS2M0 | |
HP-UX IPF | 9.2 TS2M0 | |
Linux | 9.2 TS2M0 | |
Linux for x64 | 9.2 TS2M0 | |
Solaris for x64 | 9.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Beginning with SAS® 9.2, the Object Spawner on UNIX systems creates a small utility file in the /tmp directory by default. It is necessary to add an export command to the ObjectSpawner.sh script file in order to redirect the utility file directory location.
Type: | Installation Note |
Priority: | low |
Date Modified: | 2010-11-09 19:24:24 |
Date Created: | 2010-09-02 17:07:45 |