Kbase P143000: How to configure OpenEdge Explorer to access/control remote machines.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/8/2010 |
|
Status: Verified
GOAL:
How to configure OpenEdge Explorer to access/control remote machines.
GOAL:
Can OpenEdge Explorer be configured to access/control remote machines.
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge Explorer 10.2A
OpenEdge Explorer 10.2B
FIX:
Use "fmconfig -enable" for local box and the "fmconfig -enable -host <hostname>" for the remote site to be monitored following the steps below:
On the Machine that has OpenEdge Explorer:
1. From the Windows Start menu, choose Programs-> OpenEdge Explorer-> Proenv. The Proenv window opens.
2. At the prompt, type the following command:
fmconfig -enable [-port]
[-port] is optional. Should be used in case of specifying a non-default port.
3. To verify that remote monitoring has been set up properly, run the following command in the Proenv window: fmconfig -query
4. Restart the AdminServer.
On the Machine that will be remotely monitored:
1. From the Windows Start menu, choose Programs-> OpenEdge -> Proenv. The Proenv window opens.
2. At the prompt, type the following command:
fmconfig -enable -host <hostname> [-port]
where <hostname> is the hostname of the machine where OpenEdge Explorer was installed.
[-port] is optional. Should be used in case of specifying a non-default port.
3. To verify that remote monitoring has been set up properly, run the following command in the Proenv window: fmconfig -query
4. Restart the AdminServer.