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
-
Replace INSTALL_DIR/profiles/CCE/data/templates/composite/tc-layer/terracotta-license.key placeholder license file with your real terracotta license key file!
-
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
- Execute default tc-layer template with the above mytc.properties file using CC CLI:
cc exec templates composite apply tc-layer -i mytc.properties
- 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
#webMethods-General#Command-Central#webMethods#Integration-Server-and-ESB