IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Installation of Terracotta

  • 1.  Installation of Terracotta

    Posted Mon December 21, 2015 07:28 AM

    Hi,

    How to install Terracotta from Command Central and composite template?

    Thanks in Advance


    #webMethods-General
    #Command-Central
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Installation of Terracotta

    Posted Tue January 05, 2016 01:25 AM

    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


    #webMethods-General
    #Command-Central
    #webMethods
    #Integration-Server-and-ESB