Skip to content

Latest commit

 

History

History

sag-um-cluster-migrate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Universal Messaging Cluster Side-by-Side Migration

STATUS: INCUBATING

Use this template to perform side-by-side migration of a Universal Messaging cluster.

Requirements

Supported Software AG releases

  • Universal Messaging 10.1 and higher
  • Command Central 10.3 and higher

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of Universal Messaging
  • Installing latest fixes and support patches
  • Side-by-side migration of Universal Messaging to version 10.1 or higher
  • Configuration of:
    • License
    • JVM memory
    • NHP and JMX ports
    • COMMON-JAVASYSPROPS
    • COMMON-CLUSTER - supporting clusters with two, three, or four nodes

Migration of new server instance

For information about applying templates, see Applying template using Command Central CLI.

To perform side-by-side migration of a cluster with two nodes, dev1 and dev2, where each node has a default instance of Universal Messaging 10.1 in directory /home/vmtest/sag, to a target cluster with two nodes, dev1 and dev2, where each node has a default instance of Universal Messaging 10.5 in directory /home/vmtest/sag_10.5, and each Universal Messaging node is listening on default ports 9000 and 9988 (JMX), has 512 MB of memory, and has all latest fixes installed:

sagcc exec templates composite apply sag-um-cluster-migrate environment.mode=migration \ 
  nodes=[dev1,dev2] \
  version=10.5 \
  platform=lnxamd64 \
  install.dir=/home/vmtest/sag \
  um.memory.max=512 \
  repo.product=webMethods-10.5 \
  repo.fix=Empower \
  --sync-job --wait 360