Usage Note 17533: Stored Process Server will fail to start if "sassrv" user account is in
too many groups
The Object Spawner will fail to start the Stored Process Server on Unix
if the "sassrv" user account is a member of more groups than is
specified in NGROUPS_MAX.
This SAS Note assumes that your Stored Process Server's "Login" user
account is "sassrv", which is the default. If your Stored Process
Server is using a different "Login" account, then when reading this
note, substitute your account name in place of "sassrv".
If you encounter this problem, the following WARNING message will be
displayed in your Object Spawner's log file:
WARNING: An error occurred while server (xxxxxxxx.xxxxxxxx) was
starting. Now attempting a different server.
This WARNING message is fairly general; it simply means that the Object
Spawner attempted to start the Stored Process Server, but failed. There
are various other scenarios that are also associated with this WARNING
message. For example, if the "sas_SPS.sh" file is not found, or
"sassrv" does not have permission to execute the "sas_SPS.sh" file, the
same WARNING message will occur.
You can determine the value of NGROUPS_MAX by running the following
command from a Unix command prompt:
> grep NGROUPS_MAX /usr/include/*.h
Run the following command from a Unix command prompt to determine the
number of groups in which "sassrv" is a member:
> groups sassrv
If the number of groups in which "sassrv" is a member exceeds the
returned value of NGROUPS_MAX, then "sassrv" must be removed from the
number of groups which exceeds the NGROUPS_MAX value in order for the
Object Spawner to successfully start the Stored Process Server.
Operating System and Release Information
SAS System | SAS Integration Technologies | HP-UX IPF | 9.1 TS1M3 SP1 | |
Linux | 9.1 TS1M3 SP1 | |
Linux on Itanium | 9.1 TS1M3 SP1 | |
Tru64 UNIX | 9.1 TS1M3 SP1 | |
64-bit Enabled AIX | 9.1 TS1M3 SP1 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP1 | |
64-bit Enabled Solaris | 9.1 TS1M3 SP1 | |
*
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: | Usage Note |
Priority: | |
Topic: | System Administration ==> Servers ==> Integration Technologies
|
Date Modified: | 2006-04-27 10:02:55 |
Date Created: | 2006-04-25 14:23:46 |