Hi,
How to install Terracotta from Command Central and composite template?
Thanks in Advance
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
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):
environment.type=server
install.dir=/opt/softwareag
os.platform=lnxamd64
os.username=sagadmin
os.password=sagadminpass
repo.product=webMethods-9.9_LocalMirror
repo.fix=Empower
tc.host=linuxhost
tc.fixes=ALL
cc exec templates composite apply tc-layer -i mytc.properties
To provision cluster instead of server change/add the following properties:
environment.type=cluster
tc.host2=linuxhost2
Thanks
Sergei