As you’re on 9.9 the easiest way to bootstrap multiple installations is using spm-layer template
$ cc exec templates composite apply spm-layer environment.type=layer spm.hosts=[host1,host2,host3] os.username=hhansson os.password=manage install.dir=C:\SoftwareAG\TST_UM_03 os.platform=W64 repo.product=cc-all-9.9-release-w64 repo.fix=cc-fix-9.9-fix1 spm.fixes=ALL -u Administrator -p manage
NOTE1: that your remote Windows hosts must have OpenSSH setup and allow user hhansson to login via SSH and have administrative rights on this host.
NOTE2: You can as easily setup UM on a given host by using um-layer.
$ cc exec templates composite apply um-layer environment.type=cluster um.hosts=[host1,host2] os.username=hhansson os.password=manage install.dir=C:\SoftwareAG\TST_UM_03 os.platform=W64 repo.product=webMethods-9.9 repo.fix=Empower um.fixes=ALL -u Administrator -p manage
Notice that you have to provide repo.product and repo.fix that includes UM products and fixes as cc-* repos don’t
You can run the spm-layer first and then um-layer (or any other layer) second or you can run um-layer only. It will bootstrap spms first before performing UM setup.
#Command-Central#webMethods-General#Integration-Server-and-ESB#webMethods