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.
None.
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.
All supported Windows and UNIX platforms.
- Provisioning of new 10.1 to 10.15 environments
- Installing the latest fixes
IMPORTANT: Apply this template to an existing Integration Server or Microservices Runtime instance with the same release version as Application Platform.
- To import the sag-is-applatform/template.yaml file in Command Central, use one of the methods described in Importing templates library.
- To apply the template, follow the instructions in Applying template using Command Central CLI.
-
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.
-
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
-
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.
-
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