Use this template to provision and maintain Microservices Runtime
None.
- Command Central 10.5 and higher
- Microservices Runtime 10.5 and higher
All supported Windows and UNIX platforms.
- Provisioning of new 10.5 or higher environments
- Installing latest fixes and support patches
- Configuration of:
- License
For information about applying templates, see Applying template using Command Central CLI.
To provision a default
instance of Microservices Runtime 10.5 with all latest fixes, using license key alias MSC_LIC
on a managed installation node alias dev1
:
sagcc exec templates composite apply sag-msc-server nodes=dev1 \
repo.product=webMethods-10.5 \
repo.fix=Empower \
msc.license.key=MSC_LIC \
--sync-job --wait 360
To provision a `default` instance of Microservices Runtime 10.5 + layer product WmSAP with all latest fixes, using license key alias `MSC_LIC`
on a managed installation node alias `dev1`:
```bash
sagcc exec templates composite apply sag-msc-server nodes=dev1 \
repo.product=webMethods-10.5 \
repo.fix=Empower \
msc.products=[MSC,WmSAP] \
msc.license.key=MSC_LIC \
--sync-job --wait 360