Deploy, Undeploy or Redeploy Multiple Virtualized Services in Mediator
To deploy, undeploy or redeploy multiple virtualized services in Mediator, use commands of the following formats:
CentraSiteCommand bulk deploy [<parameters>]
CentraSiteCommand bulk undeploy [<parameters>]
CentraSiteCommand bulk redeploy [<parameters>]
CentraSiteCommand clean deploy [<parameters>]
<parameters>:
[-url <CENTRASITE-URL>]
-user <USER-ID>
-password <PASSWORD>
-target <TARGET>]
Input Parameters
The following table describes the complete set of input parameters that you can use with the above commands:
Input Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-target | The target to which the virtual service is to be deployed/undeployed/redeployed. |
For example (all in one line):
CentraSiteCommand bulk deploy
-url http://localhost:53307/CentraSite/CentraSite -user Administrator
-password manage -target Target1