Consultor Eletrônico



Kbase P21554: AdminServer Shutting Down on User Session Exit on UNIX.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/29/2009
Status: Verified

SYMPTOM(s):

AdminServer Shutting Down on User Session Exit on UNIX.

Adminserver may not stay running if started from rc3.d

AdminServer starts correctly.

AppServers shutting down when user logs out of system.

FACT(s) (Environment):

UNIX
Progress 9.1x
OpenEdge 10.x
User that logs out is the same user which started the database.
AdminServer does not shutdown when the Operating System is using the Korn shell.
AdminServer does not shutdown when the Operating System is using the C shell.

CAUSE:

The behavior of different shell environments effect the way the operating system handles how processes, which were started by a user, will endure if the same user logs out of the system.

FIX:

Two options for correcting the problem:
Option 1 - Change the shell to ksh or csh before starting the AdminServer.


Option 2 - For Bourne shell, a workaround is to use the nohup option in front
of the proadsv command.

For example, to start the AdminServer with
the nohup option:

nohup proadsv -start

nohup will run a command immune to hangups and quits.