Skip to content

Latest commit

 

History

History

sag-msc-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Microservices Runtime

Use this template to provision and maintain Microservices Runtime

Requirements

None.

Supported Software AG releases

  • Command Central 10.5 and higher
  • Microservices Runtime 10.5 and higher

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of new 10.5 or higher environments
  • Installing latest fixes and support patches
  • Configuration of:
    • License

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.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