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.
- 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
- Execute default mws-layer template with the above mymws.properties file using CC CLI:
cc exec templates composite apply mws-layer -i mymws.properties
- Monitor the job using CC Web UI jobs view or CLI
Thanks
Sergei
#webMethods#webMethods-General#Command-Central#Integration-Server-and-ESB