Kbase P126049: How to modify .properties files under OpenEdge management ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/22/2008 |
|
Status: Unverified
GOAL:
How to modify .properties files under OpenEdge management ?
GOAL:
How to use OpenEdge Management to modify database properties ?
GOAL:
How to configure OpenEdge Management so that it can modify AppServer or WebSpeed properties ?
GOAL:
Is it possible to change conmgr.properties via OpenEdge Management ?
GOAL:
Is it possible to change ubroker.properties via OpenEdge Management ?
FACT(s) (Environment):
OpenEdge Management 3.1X
FIX:
Starting 3.1B version of OpenEdge Management, there is a possibility to configure Database, AppServer, WebSpeed and NameServer properties directly via OpenEdge Management Web Console. This feature is enabled for OE Management server itself and also for all remote containers (machines), OEM is monitoring. It is also possible to use HTTPS and go through the firewall.
In order to enable it:
1) edit fathom.init.params file in FATHOM directory
2) add this line (these lines)
SET fathomLite=true (on Windows)
- or -
fathomLite=true
export fathomLite (on Unix)
3) save the file and restart adminserver on the OEM machine.
From now on you should see Configuration link on Database/AppServer/WebSpeed and NameServer pages which will allow modification of their configuration.
Starting OpenEdge Management 3.1C this is enabled by default.