Deploy a Virtualized Service to Mediator
To deploy a virtualized service to Mediator, use a deploy command of the following format:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd deploy [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> -virtualService <VIRTUAL-SERVICE> -gateway <GATEWAY>
Input Parameters
The following table describes the complete set of input parameters that you can use with the deploy command:
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. |
-virtualService | The name or key of the virtual service. |
-gateway | The gateway to which the virtual service identified by the parameter -virtualService is to be deployed. |
For example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd deploy -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage -virtualService VS1 -gateway Gateway1