Kbase P133751: How to configure the OpenEdge Management to handle multiple AdminServers within the same host
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/3/2009 |
|
Status: Verified
GOAL:
How to configure the OpenEdge Management to handle multiple AdminServers within the same host
GOAL:
How to configure Fathom Management to manage multiple AdminServers running on the same machine?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge Management
FIX:
Under particular circumstances in which we may require to handle either different versions or installations of OpenEdge, it is possible to start different AdminServers and treat them as if there were in remote containers. Since the communication is done through TCP OpenEdge Management will not be aware that these AdminServers are running locally.
1) Go to the OpenEdge Management directory
2) Run ./bin/fathomenv
3) Run fmconfig -enable (this will enable the default port 6835 for remote monitoring on OE Management)
4) Stop and restart the AdminServer
5) For each Progress or OpenEdge installation do the following:
a.- Use cd to change to the other Progress or OpenEdge installation directory
b.- Run ./bin/proenv
b.- Run: fmconfig -enable -host localhost (this will use the default port 6835 to reach OE Management)
c.- Start additional AdminServers using different ports, for example:
proadsv -start -port 4444 -adminport 55555
d.- Refresh the Resources section of OE Management to view the new containers.