Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.61 KB

File metadata and controls

74 lines (52 loc) · 2.61 KB

Microservices Runtime

Use this template to provision and maintain Microservices Runtime

Requirements

None.

Supported Software AG releases

  • Command Central 10.3 and higher
  • Microservices Runtime 10.1 to 10.3

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of new 10.1 or 10.3 environments
  • Installing latest fixes and support patches
  • Configuration of:
    • License
    • JVM memory
    • Primary, diagnostics and JMX ports

Provisioning of new server instance

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

To provision a default instance of Microservices Runtime 10.1 with all latest fixes, using license key alias MSC_LIC, listening on default ports 5555, 9999 and 8094 (jmx), with 512mb of memory on a managed installation node alias dev1:

sagcc exec templates composite apply sag-msc-server-103-and-lower nodes=dev1 \
  is.memory.max=512 \
  repo.product=webMethods-10.1 \
  repo.fix=Empower \
  is.msc.license.key=MSC_LIC \
  --sync-job --wait 360

Creating a new stack using the web user interface

For information about using stacks and layers, see Creating a stack using Command Central Web UI.

  • Open Stacks UI
  • Click (+) to add a new stack
  • Add a new Infrastructure layer
  • Add a new Runtime layer
    • Select MSC-SERVER-103-and-lower layer definition
    • Select product and fix repositories
    • Select a single node on which to provision Integration Server
    • Review and adjust the optional parameters as required
    • Finish the wizard
  • Wait until the provision jobs completes. Use the Jobs view to monitor the job progress.