Port should be open and listening (default is 9004)
vi GLOBALS and add below entries
GGSCHEMA ggadmin
ENABLEMONITORING UDP
dev01.domain.com:NOTSET:/goldengate/home $ GG
Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.4 OGGCORE_19.1.0.0.0_PLATFORMS_191017.1054_FBO
Linux, x64, 64bit (optimized), Oracle 19c on Oct 17 2019 21:16:29
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
GGSCI (dev01.domain.com) 1> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
EXTRACT RUNNING EDEV01 00:00:00 00:00:08
EXTRACT RUNNING PDEV01 00:00:00 00:00:10
REPLICAT RUNNING RDEV01 00:00:00 00:00:04
GGSCI (dev01.domain.com) 2> start pmsrvr
ERROR: Monitoring is not enabled in the GLOBALS parameter file..
But GLOBALS file has entries already.
FIX :
dev01.domain.com:NOTSET:/goldengate/home $ GG
Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.4 OGGCORE_19.1.0.0.0_PLATFORMS_191017.1054_FBO
Linux, x64, 64bit (optimized), Oracle 19c on Oct 17 2019 21:16:29
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
GGSCI (dev01.domain.com) 1> edit params ./GLOBALS à This was EMPTY
GGSCHEMA ggadmin
ENABLEMONITORING UDP
- Added below entries and save
GGSCI (dev01.domain.com) 3> exit
dev01.domain.com:NOTSET:/goldengate/home $ GG
Oracle GoldenGate Command Interpreter for Oracle
Version 19.1.0.0.4 OGGCORE_19.1.0.0.0_PLATFORMS_191017.1054_FBO
Linux, x64, 64bit (optimized), Oracle 19c on Oct 17 2019 21:16:29
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2019, Oracle and/or its affiliates. All rights reserved.
GGSCI (dev01.domain.com) 1> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER STOPPED
JAGENT STOPPED
PMSRVR STOPPED
EXTRACT RUNNING EDEV01 00:00:00 00:00:05
EXTRACT RUNNING PDEV01 00:00:00 00:00:11
REPLICAT RUNNING RDEV01 00:00:00 00:00:04
GGSCI (dev01.domain.com) 2> start PMSRVR
PMSRVR started
Refer more on PMSRVR here :
http://chandu208.blogspot.com/search?q=pmsrvr
OMC: Discovery of Oracle GoldenGate in Oracle Management Cloud Fails with Error: Monitoring is not enabled in the GLOBALS parameter file (Doc ID 2514856.1)