OpenEdge 11.3.0 first made OEM changes to use activemq for remote monitoring instead of sonic. As such, since 11.3,
fmconfig is no long used and is not a valid command to enable remote monitoring.
Instead remote containers in 11.3+ are added by selecting:
Options > configuration > Remote AdminServer Configuration
To Change the default ACTIVEMQ listening ports:1. Stop the AdminServer then backup and edit:
<DLC>\properties\management.properties2. Change the ports for each property to a non-default available port number.
Optionally add
"hostname" to force a specific IP address to bind to the ActiveMQ port on a multi NIC Server.
For example:
port=6835 # default value Remote AdminServer ( -mgmtport )
discoveryPort=6840 # default value ActiveMQ
# sslPort=7279 # default value
hostName=<IP address> # the hostname is only needed if the remote server where the remote AdminServer is running has multiple network interfaces (NIC). In 12.0, it's possible to change the default AdminServer port that OEE/OEM uses to connect to the local default AdminServer. It is not possible to change the host it connects to. In prior versions of OEE/OEM, it couldn't change default AdminServer port or the host.
3. Start/Restart the AdminServer
4. In OEM/OEE change the port for the Adminserver:
Options > configuration > Remote AdminServer Configuration
OE 12 OEE/OEM will try to bind to the Remote AdminServer through port 6835 as default, it's hard-coded in the configdb. In effect the AdminServer itself is a 'remote adminserver' in this version and essentially a resource that is monitored by 'fathom'.
This means if the OE 11.7 AdminServer is running when starting version 12 OEE/OEM, the 117 resources will be seen. Or the AdminServer is shown as running in the RESOURCES list, but when specific resources are selected a message is shown: "AdminServer is Offline".
Even when started with a different -mgmtport from the cmd line, (or different port in
management.properties), but makes no difference to the port 6835 which is still seen in the OE Console. To change this port in the configdb as well when multiple versions of the AdminServer are running at the same time, refer to Article
OE Explorer of Version 12.0 is showing 11.7 resources