Bulk Deploying Virtual Services to Mediator
Pre-requisites:
To deploy multiple Virtual Services to Mediator gateway through the Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named bulk deploy for this purpose.
To deploy multiple Virtual Services
Run the command bulk deploy. The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd bulk deploy [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> -gateway <GATEWAY>
The input parameters are:
Input Parameter | Description |
CENTRASITE-URL | (Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite. |
USER-ID | The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator. |
PASSWORD | The password for the CentraSite user identified by the parameter USER-ID. |
PASSWORD | The gateway to which the Virtual Services are to be deployed. |
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd bulk deploy -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage -gateway Gateway1