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.

 View Only
  • 1.  Command Central - Installation of products from Image

    Posted Thu December 17, 2015 05:26 AM

    Hi Team,

    Could you please provide step by step process to install MWS in the remote system from Command Central? Could you please provide sample template for composite template for installing MWS in the remote server?

    Also please let me know how to do configuration of MWS from composite template.

    Thanks in advance.


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


  • 2.  RE: Command Central - Installation of products from Image

    Posted Mon January 04, 2016 11:11 PM

    CC 9.8 comes with default composite template for MWS provisioning which can be found at INSTALL_DIR/profiles/CCE/data/templates/composite/mws-layer/template.yaml

    The template can be used to provision a standalone and clustered MWS on one or more remote machines.

    1. Create environment configuration mymws.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

    mws.host=linuxhost

    list of fixes to install

    mws.fixes=ALL

    MWS database connection. MUST be pre-created

    db.type=sqlserver
    db.host=dbhost
    db.port=1433
    db.database=mwsdb
    db.username=dbuser1
    db.password=dbpass1

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

    cc exec templates composite apply mws-layer -i mymws.properties

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

    Thanks
    Sergei


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


  • 3.  RE: Command Central - Installation of products from Image

    Posted Mon July 09, 2018 04:45 AM

    Hi Sergei,
    unfortunately, my CC 10.1 installation does not include such a template. There is no templates sub-directory at all. Could you provide it, please?

    Best regards,
    Marcus


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


  • 4.  RE: Command Central - Installation of products from Image

    Posted Mon July 09, 2018 11:13 PM

    Hi,
    The 9.x templates are now available on GitHub

    They are as is from 9.12 release and are not maintained.

    The new templates are getting added to this project on GitHub

    This one is an ongoing project that gets new updates on a continuous basis

    The MWS template is not yet finalized. It is under develop branch
    https://github.com/SoftwareAG/sagdevops-templates/tree/develop/templates/sag-mws-server
    When it’s ready it will be promoted to master branch

    Thanks
    Sergei


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


  • 5.  RE: Command Central - Installation of products from Image

    Posted Tue July 10, 2018 03:35 AM

    Thank you for your answer, Sergei!

    Are those 9.12 templates compatible with CC v10.1 (as version 10.2 of the MwS template is still under development)?

    Best regards,
    Marcus


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


  • 6.  RE: Command Central - Installation of products from Image



  • 7.  RE: Command Central - Installation of products from Image

    Posted Thu July 12, 2018 03:58 AM