Consultor Eletrônico



Kbase P154099: Unable to start OpenEdge Management AdminServer as non-root user
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/02/2011
Status: Verified

SYMPTOM(s):

Unable to start AdminServer as non-root user

Admserv.log file has one line

[AdminServer] Instantiating management framework container...


FACT(s) (Environment):

Progress 9.1E
Fathom Management 3.0A
OpenEdge 10.0B
OpenEdge 10.1A
OpenEdge Management 3.1A 32-bit
OpenEdge Management 3.1A 64-bit
UNIX
Progress/OpenEdge was installed by root
Remote monitoring was enabled by root.

CAUSE:

The AdminServer was being started as a non root user, where Fathom Management was installed as root. This resulted in some directories not having open permissions due to the umask for root, as a result the mfg user could not access required files.


FIX:

As root do the following:Open permissions to all sub directories in /usr/wrk (777)
Open permissions to all files in these directories (666)
Open permissions on /usr/fathom directory (777)
Open permissions on /usr/fathom/config directory (777)
Open permissions on file /usr/fathom/config/*.lock (666)
Restart admin server as user account
Monitor /usr/dlc91e/wrk/admserv.log to ensure proper startup