Installation of Terracotta

Hi,

How to install Terracotta from Command Central and composite template?

Thanks in Advance

Terracotta standalone server or two server cluster can be provisioned by Command Central using default out of the box tc-layer template which can be found at INSTALL_DIR/profiles/CCE/data/templates/composite/tc-layer/template.yaml

  1. Replace INSTALL_DIR/profiles/CCE/data/templates/composite/tc-layer/terracotta-license.key placeholder license file with your real terracotta license key file!

  2. Create environment configuration mytc.properties file with at least the following properties/values (adjust as needed):

single server setup

environment.type=server

folder to install to

install.dir=/opt/softwareag

remote platform is supported Linux distro

os.platform=lnxamd64

SSH user account that has write access to install.dir folder

os.username=sagadmin
os.password=sagadminpass

master, image or mirror repo with 9.8 or 9.9 MWS and deps

repo.product=webMethods-9.9_LocalMirror

master, image fix repo with all MWS fixes

repo.fix=Empower

remote linux host to install to

tc.host=linuxhost

list of fixes to install

tc.fixes=ALL

see tc-layer/template.yaml for all supported properties/parameters

  1. Execute default tc-layer template with the above mytc.properties file using CC CLI:

cc exec templates composite apply tc-layer -i mytc.properties

  1. Monitor the job using CC Web UI jobs view or CLI

To provision cluster instead of server change/add the following properties:

environment.type=cluster
tc.host2=linuxhost2

Thanks
Sergei

2 Likes