STATUS: INCUBATING
Use this template to perform side-by-side migration of a Universal Messaging realm server.
- Universal Messaging 10.1 and higher
- Command Central 10.3 and higher
All supported Windows and UNIX platforms.
- Provisioning of Universal Messaging
- Installing latest fixes and support patches
- Side-by-side migration to Universal Messaging version 10.1 or higher
- Configuration of:
- License
- JVM memory
- NHP and JMX ports
- COMMON-JAVASYSPROPS
For information about applying templates, see Applying template using Command Central CLI.
To migrate a default
instance of Universal Messaging realm 10.1 installed in directory /home/vmtest/sag
to target default
instance of Universal Messaging realm 10.5 in directory /home/vmtest/sag_10.5 with all latest fixes,
listening on default ports 9000 and 9988 (JMX), with 512 MB of memory:
sagcc exec templates composite apply sag-um-server-migrate environment.mode=migration \
nodes=dev1 \
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