Deploying EAM using vertical scaling - HxGN EAM - Version 11.07.01 - Installation & Upgrade

HxGN EAM Installation Guide

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
11.7.1

HxGN EAM can be deployed on a local machine using vertical scaling. Vertical scaling involves configuring multiple JVM instances to run simultaneously in order to achieve maximum efficiency by optimizing system resource usage.

When planning a vertically scaled deployment of HxGN EAM using a multi-JVM configuration, you must consider the availability of physical RAM on the application server, as well as the memory requirements of any other applications that are running on the same system. Hexagon recommends that you allow an extra 384MB per JVM beyond what is normally available as the maximum JVM size.

  1. Navigate to the [APP_HOME]/depconfig/properties/external directory located in the HxGN EAM application home directory.

  2. Open config.yml and set the jboss.domain.cluster. Set the cluster_size element to reflect the desired number of JVMs.

    The following sample extract from config.yml enables domain mode and sets the cluster size to two:

    Jboss:
    domain:
    enabled: true
    cluster: 2

  3. Choose one of the following options to redeploy the HxGN EAM application:

    • On Linux, execute the deploy shell script: ./deploy.sh

    • On Windows, execute the deploy batch script: deploy.bat