Command Central - Installation of products from Image

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.

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

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

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

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

Yes

Great. Thank you for your answer!