Skip to content

Latest commit

 

History

History

sag-is-cluster

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Integration Server

STATUS: INCUBATING

Use this template to provision and maintain Integration Server stateless cluster

Requirements

Supported Software AG releases

  • Integration Server 9.8 and higher
  • Command Central 10.2 and higher

Supported platforms

All supported Windows and UNIX platforms. All supported Database servers.

Supported use cases

  • Provisioning of new 9.8 or higher single server environment with database
  • Provisioning of new 9.8 or higher cluster environment
  • Installing latest fixes and support patches
  • Configuration of:
    • License
    • JVM memory
    • Primary, diagnostics and JMX ports

Provisioning of new Cluster

Consult Applying template using Command Central CLI for additional information about applying templates.

Provision default instance of Integration Server 10.1 with all latest fixes onto dev1 and dev2 nodes, connected to an Oracle database, listening on default ports 5555, 9999 and 8094 (jmx), with 512mb of memory:

sagcc exec templates composite apply sag-is-server nodes=[dev1,dev2] \
  is.memory.max=512 \
  db.type=oracle db.username=webm db.password=**** \
  db.url="jdbc:wm:oracle://oracledb:1521;SID=XE" \
  repo.product=webMethods-10.1 \
  repo.fix=Empower \
  --sync-job --wait 360

Creating a new stack with Integration Cluster layer using Web UI

Consult Creating a stack using Command Central Web UI for additional information about using Stacks UI.

  • Open Stacks UI
  • Add new stack by clicking (+) icon
  • Add new Infrastructure layer
  • Add new Runtime layer
    • Select IS-STATELESS-CLUSTER layer definition
    • Select product and fix repositories
    • Select one or more nodes on which to provision Integration Server
    • Review and adjust optional parameters as needed
    • Finish the wizard
  • Wait until provision jobs completes. Use Jobs view to monitor

Local development and testing using Docker

With SQL Server database

Provision SQL Server container and schemas

Provision My webMethods Server:

CC_ENV=sqlserver ./provisionw sag-is-cluster