Problem Note 44121: Errors occur when you use the SASĀ® Grid Manager Client Utility in UNIX operating environments
Under UNIX, errors can occur when you use the SAS Grid Manager Client Utility, which is invoked by using the SASGSUB command-line command. The following errors occur because the SASGSUB command does not accept parameters for the -GRIDSASOPTS argument.
Error 1
ERROR: The option gridsasopts expects a String value.
Failed to initialize cradle support
This error occurs when you submit the following SASGSUB command:
sasgsub -gridsubmitpgm /tmp/sascnn.sas -gridsasopts "-work /usr/tmp"
Error 2
ERROR: The command line token /usr/tmp' was found when a command line option was expected.
Failed to initialize cradle support
This error occurs when you submit the following SASGSUB command:
sasgsub -gridsubmitpgm /tmp/sascnn.sas -gridsasopts "'-work /usr/tmp'"
To circumvent this problem, follow these steps:
- Open the sasgsub file that resides in SASHOME/Lev1/Applications/SASGridManagerClientUtility/9.x/.
- Add "$@" to the end of the SASGSUB line, as follows:
SASHOME/SASFoundation/9.x/utilities/bin/sasgsub
-GRIDCONFIG /config/Lev1/Applications/SASGridManagerClientUtility/9.x/sasgsub.cfg
"$@"
Note: Spaces cannot be used in the directory path specifications for the options that are specified by the -GRIDSASOPTS argument.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Grid ManagerClient | Solaris for x64 | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Linux for x64 | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
Linux | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
HP-UX IPF | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
64-bit Enabled AIX | 9.21 | 9.3 | 9.2 TS2M3 | 9.3 TS1M0 |
*
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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2011-08-29 08:56:24 |
Date Created: | 2011-08-26 10:20:57 |