Search This Blog

Stop and Start Service Manager in Oracle Goldengate Microservices Architecture

 The stop and start process of the Service Manager within Oracle Goldengate Microservices Architecture is based on two approaches.

1. If the service manager is configured in Manual mode:

There are scripts in the $OGG_SRVMGR_DIRECTORY/bin directory that you can run to start or stop the Service Manager .

  • To Start the service Manager : 

$OGG_SRVMGR_DIRECTORY/bin/startSM.sh

  • To Stop the Service Manager : 

$OGG_SRVMGR_DIRECTORY/bin/stopSM.sh

** Before running either script to stop or start the Service Manager, edit the script and set the following variables:

export OGG_HOME=<Oracle Goldengate Installation Folder>
export OGG_ETC_HOME=$OGG_SRVMGR_DIRECTORY/etc
export OGG_VAR_HOME=$OGG_SRVMGR_DIRECTORY/var

2. If the Service Manager is configured as a daemon service, then the script required to start ot stop for manual interaction are not needed.

The operating system is responsible for starting or stopping the Service Manager.

For Linux:

systemctl start OracleGoldemgate
systemctl stop OracleGoldengate
systemctl status OracleGoldengate


3. If the Service Manager is configured to run with the XAG event in oracle in as Oracle Cluster Ready Service (CRS), then the start and stop process is handled by the CRS stack.


No comments:

Post a Comment