Run the MMG Installer

To run the MMG Installer, follow these steps:
  1. Navigate to following path:
    Go to <MMG_INSTALLATION_PATH>/bin directory.
  2. 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

    Pre Install Validation Successful

    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 *****************

    DTP_PIPELINE_HOME: <MMG_INSTALLATION_PATH>/OFS_MMG/mmg-dtp/dtp-pipeline

    <MMG_INSTALLATION_PATH>/OFS_MMG/mmg-dtp/dtp-pipeline

    DTP_PIPELINE_HOME: <MMG_INSTALLATION_PATH>/OFS_MMG/mmg-dtp/dtp-pipeline

    Installing DTP Pipeline Data Model. Please Wait ...

    DTP Pipeline Data Model installation finished.

    Starting DTP Gateway ...

    Starting DTP Pipeline Service UI...

    Starting DTP Pipeline Service ...

    Starting DTP Data Pipeline Service UI...

    Starting DTP Data pipeline services ...

    Starting DTP Scenario Pipeline Service UI...

    Starting DTP Scenario pipeline services ...

    Inserting Scenario MetaData ...

    ***************** Data Pipeline Deployment Done *****************

    Stopping Graph-Service service...

    ./../mmg-load-to-graph/graph-service/bin/stop-script.sh: line 29: kill: (2479738) - Operation not permitted

    Graph-Service stopped.

    AAI Lite Schema creator executed.

    Schema Creator executed successfully for config schema

    Schema Creator for config executed successfully. Now triggering for graph-schema

    ./../mmg-schema-creator/bin/startup.sh: line 123: 2742584 Killed nohup java -jar -Doracle.net.tns_admin=/scratch/upgtest26 -Doracle.net.wallet_location=/scratch/upgtest26/wallet -Dspring.config.location=../conf/ -Dspring.datasource.url=jdbc

    thin:@conf_als -Dlogging.config=../conf/log4j2.xml -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...

    ./../mmg-load-to-graph/graph-service/bin/stop-script.sh: line 29: kill: (2479738) - Operation not permitted

    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.
  3. Execute shutdown.sh and trigger startup.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 the config.sh file.