- Oracle Financial Services Model Management and Governance Installation and Configuration Guide
- Installation
- Run the MMG Installer
5.5 Run the MMG Installer
- Navigate to following path:Go to
<MMG_INSTALLATION_PATH>/bin
directory. - Run the following command:
./install.sh
Note:
When ./install.sh command is triggered, pre-installation utility validates install configurations such as availability of ports, ftpshare/log folders, database connections, and so on.This step will install the configurations and has to be executed only once per deployment. This will also bring up the Schema Creator Service in nohup mode.A message similar to following means a successful startup:<MMG_INSTALLATION_PATH>/OFS_MMG/bin>./install.sh
PIPELINE_HOME: <MMG_INSTALLATION_PATH>/OFS_MMG/mmg-pipeline/pipeline
<MMG_INSTALLATION_PATH>/OFS_MMG/mmg-pipeline/pipeline
PIPELINE_HOME: <MMG_INSTALLATION_PATH>/OFS_MMG/mmg-pipeline/pipeline
Installing Pipeline Data Model. Please Wait ...
Pipeline Data Model installation finished.
Starting Gateway ...
Starting Pipeline UI Service ...
Starting Pipeline Service ...
Starting Data Pipeline UI Service ...
Starting Data pipeline services ...
Inserting DataMeta Data ...
***************** Data Pipeline Deployment Done *****************
Stopping Graph-Service service...
Graph-Service stopped.
Schema Creator executed successfully for config schema
Schema Creator for config executed successfully.
If Graph Schema is configured, the below message is displayed.
Now triggering for graph-schema
./../mmg-schema-creator/bin/startup.sh: line 70: 126438 Killed nohup java -jar -Doracle.net.tns_admin=/scratch/ofsaadb -Doracle.net.wallet_location=/scratch/ofsaadb/wallet -Dspring.config.location=../conf/ -Dspring.datasource.url=jdbc:oracle:thin:@conf_als -Dspring.liquibase.change-log=file:../scripts/changelog-master.xml $JAVA_OPTS ../lib/mmg-schema-creator.war > nohup.out 2>&1
Schema Creator executed successfully for graph schema
nohup: ignoring input and redirecting stderr to stdout
Stopping Graph-Service service...
Graph-Service stopped.
nohup: ignoring input and redirecting stderr to stdout
You can check mmg-schema-creator/bin/nohup.out to check if the service comes up properly.Started BuildSchemaCreatorApplication in 20.317 seconds (JVM running for 21.26)
WARNING:
If you notice any errors, do not proceed further. Contact My Oracle Support (MOS) and provide the applicable error code and log files. - Execute
shutdown.sh
and triggerstartup.sh
for the services to come up. For more details, refer to the below sections.Note:
The MMG Application is installed with or without OFSAA, depending on the configuration provided in theconfig.sh
file.