Skip to content

Latest commit

 

History

History

sag-internaldatastore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

API Data Store

Use this template to provision and maintain API Data Store.

Requirements and limitations

Prepare your environment for API Data Store installation by completing the required steps, provided in the Installing Software AG Products help on Empower.

Supported Software AG releases

  • API Data Store 10.1 to 10.15
  • Command Central 10.3 or higher

Supported platforms

All supported Windows and UNIX platforms.

Supported use cases

  • Provisioning of new 10.1 and higher environments
  • Installing latest fixes
  • Configurations for clustered environment with two or three nodes

Using the template to provision a new API Data Store server or clustered environment

For information about applying templates, see Applying template using Command Central CLI.

To provision API Data Store 10.3 on a single node with all latest fixes:

sagcc exec templates composite apply sag-internaldatastore nodes=node \
  repo.product=products-10.3 \
  repo.fix=fixes-10.3 \
  --sync-job --wait 360

To provision API Data Store 10.3 on two nodes with all latest fixes and configure the nodes in a cluster:

sagcc exec templates composite apply sag-internaldatastore nodes=[dev1,dev2] \
  repo.product=products-10.3 \
  repo.fix=fixes-10.3 \
  --sync-job --wait 360