5.12 PGX Installation

Note:

PGX Installation is recommended to be installed in a different server other than the MMG Installation Server.
To install the PGX, follow these steps:
  1. Copy the mmg-pgx.zip file from MMG Server and copy it to the target server where PGX has to be installed remotely to MMG.
  2. Unzip the mmg-pgx.zip file.
    For Example: unzip -a mmg-pgx.zip.
    The below files will be displayed:
    • bin
    • conf
    • pgx-23.4.6
  3. Give 0755 permission to mmg-pgx folder.
  4. Configure the config.sh of pgx. For more details, see Configure the config.sh File of PGX section.
  5. Copy the graph-keystore.p12 from MMG Installation server to <pgx installation path>/mmg-pgx/conf. For more details, see Generate GRAPH-KEYSTORE.P12 section.
  6. Copy the below key files from <MMG Installation path>/OFS_MMG/conf to <pgx installation path>/mmg-pgx/conf.
    • public.key
    • private.key
  7. Run the install.sh from <pgx installation path>/mmg-pgx/bin
  8. Update the pgx-server URL in config.sh for ##PGX_SERVER_URLS## in the <MMG Installation path>/bin and run the install.sh -u command and restart the MMG services. For more details, see Configure the config.sh File of PGX section.
  9. Start the Server. For more details, see Starting PGX Server section.
  10. Stop the Server. For more details, see Stopping PGX Server section.