Consultor Eletrônico



Kbase P107639: Which file contains the configurations for the dbagents of managed databases when Fathom Mgt. is on
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/03/2008
Status: Verified

GOAL:

How is the host for the dbagents specified?

GOAL:

Where is the entry made when the host for Fathom is different than the host for the managed databases?

GOAL:

When Fathom Mgt. is running on a remote host, how is the host specified for the dbagents for the managed databases, which are to be auto started?

GOAL:

Which file contains the configurations for the dbagents of managed databases when Fathom Mgt. is on a remote host.

GOAL:

How does the database agent communicate with Fathom Management, when Fathom is on a remote host?

FACT(s) (Environment):

All Supported Operating Systems
Fathom Management

FIX:

The agent must communicate with Fathom through the scripted database plugin. The scripted plugin information is stored in $DLC/properties/smdatabase.properties.
An example of the syntax for the following example is below: Database "remote-db" located in f:\100bwork\remote-db1 on machine pcwinxp whose ip address is 199.99.999.88, would look like:

[smdatabase.remote-db1]
databasename=f:\100bwork\remote-db1
displayname=remote-db1
host=pcwinxp
hostipaddresses=199.99.999.88

This entry is auto discovered when the AdminServer is started. A scripted database resource will automatically be created in Fathom. The database agent could then connect into the Fathom console.