How to pass a list of instance names to the applicationsMgmt -deploy command
book
Article ID: KB0073209
calendar_today
Updated On:
Products
TIBCO BusinessEvents Enterprise Edition
Description
We want to deploy using the python applicationsMgmt utility. For the -deploy command, there is a -i option to pass instances. We would like to know how to correctly pass multiple instances using this parameter.
Issue/Introduction
Describes how to pass multiple instance names when deploying using the applicationsMgmt interface.
Environment
All Supported Platforms
Resolution
To pass multiple instances using the -i option, you can specify instance names separated by spaces. For example..
deploy -d APPNAME -i ins1 ins2 ins3
Additional Information
Refer to the Administration Guide section on "Application Management Commands" starting on page 100.