Skip to content

Latest commit

 

History

History

sag-is-applatform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Application Platform

Use this template to provision Application Platform 10.1 to 10.15 on an existing Microservices Runtime or Integration Server instance with the same version.

Requirements and Limitations

None.

Supported Software AG releases

The template is tested and supported for the following releases:

  • Command Central 10.1 and higher
  • Application Platform 10.1 to 10.15
  • Integration Server 10.1 to 10.15
  • Microservices Runtime 10.1 to 10.3

NOTE: This template is not supported for Microservices Runtime version 10.4.

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of new 10.1 to 10.15 environments
  • Installing the latest fixes

Running as a composite template

IMPORTANT: Apply this template to an existing Integration Server or Microservices Runtime instance with the same release version as Application Platform.

  1. To import the sag-is-applatform/template.yaml file in Command Central, use one of the methods described in Importing templates library.
  2. To apply the template, follow the instructions in Applying template using Command Central CLI.

Provisioning Application Platform on Microservices Runtime

  1. Provision an instance of Microservices Runtime on a managed node with alias dev1 using the sag-msc-server-103-and-lower template:

    sagcc exec templates composite apply sag-msc-server-103-and-lower nodes=dev1 \
    repo.product=products-10.1 \
    repo.fix=fixes-10.1 \
    --sync-job --wait 360

    See sag-msc-server for details.

  2. Provision Application Platform on top of the above Microservices Runtime instance:

    sagcc exec templates composite apply sag-is-applatform nodes=dev1 \
     repo.product=products-10.1 \
     repo.fix=fixes-10.1 \
     is.instance.type=MSC \
     --sync-job --wait 360

IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command, instead of the --sync-job option:

sagcc list jobmanager jobs <jobIdFromCommand> --wait 360 -e DONE

Provisioning Application Platform on Integration Server

  1. Provision an instance of Integration Server on a managed node with alias dev2 using the sag-is-server template:

    sagcc exec templates composite apply sag-is-server nodes=dev2 \
     repo.product=products-10.1 \
     repo.fix=fixes-10.1 \
     --sync-job --wait 360

    See sag-is-server for details.

  2. Provision Application Platform on top of the above Integration Server instance:

    sagcc exec templates composite apply sag-is-applatform nodes=dev2 \
     is.instance.type=integrationSever \
     repo.product=products-10.1 \
     repo.fix=fixes-10.1 \
     --sync-job --wait 360

IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command, instead of the --sync-job option:

sagcc list jobmanager jobs <jobIdFromCommand> --wait 360 -e DONE