Kbase P144329: Scripted databases shown as not running and are not trending in OpenEdge Management Console.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/04/2009 |
|
Status: Unverified
SYMPTOM(s):
Scripted databases shown as not running and are not trending in OpenEdge Management Console.
Fathom Management is not seeing polling for scripted and monitored database
Group for Fathom Management install is also root.
Files for OpenEdge Management are read only.
Databases being monitored on the OpenEdge Management host are seen as running and are being polled.
Scripted database is on a remote host.
FACT(s) (Environment):
UNIX
OpenEdge Management
CAUSE:
When all files are read only, owned by Root and the group is also Root will limit the functionality or the product, because some files must be written to at times by the Product and root does not always have same privileges on remote file systems that it does on local disks and OpenEdge Management will not be be able to get resources as required.
FIX:
Change the group to sys ( or a group with adequate permissions and resources) and set permissions on the files appropriately.
ie
chown sys $DLC/bin/*
File permissions should be set as follows:
1. Log in as root or switch user to root.
2. Move to the $DLC/bin directory.
3. Type the following set of commands:
chown root _*
chmod 4755 _*
chmod 755 _sqlsrv2
chmod 755 _waitfor