Deploying EAM using vertical scaling - HxGN EAM - 12.0.1 - Installation & Upgrade

HxGN EAM Application Installation

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
12.0.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.

We recommend that you allow an extra 256MB 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 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. Execute the deploy batch script: deploy.bat to redeploy the HxGN EAM application: