Kbase 19371: AdminServer Does Not Start On Solaris
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/04/2003 |
|
Solution ID: 19371
FACT(s) (Environment):
Progress 9.0B
FACT(s) (Environment):
Sun Solaris SPARC
SYMPTOM(s):
Adminserver does not start
User that starts the Adminserver is not root
CAUSE:
The cause of both problems mentioned above appears to be related to the permissions on ALL files in your DLC directory and subdirectories.
FIX:
Review permissions in $DLC/bin to ensure that they have appropriate permissions.
You can check this by issuing the command 'ls -al' in $DLC and $DLC/bin (providing you have your DLC environment variable defined).
The expected permissions and commands to set them are:
chmod -R 775 $DLC (sets permissions to rwxrwxr-x)
chmod 4775 $DLC/bin/_* (to reset SETUID permissions on the _ files)
chmod 755 $DLC/bin/_sqlsrv2
chmod 755 $DLC/bin/_waitfor
The end result of these commands is that all files will have appropriate permissions.