Summary: Deploys a Space onto the Service Grid.
Syntax
Description A Space only Processing Unit can be easily deployed onto the Service Grid. Options
Option |
Description |
Value Format |
Space NAme – mandatory |
The name of the space to be deployed. |
-cluster |
Allows you to control the clustering characteristics of the space. The following options are available (used automatically by any embedded space included in the Processing Unit):
- schema – the cluster schema used by the Processing Unit.
- total_members – the number of instances, optionally followed by the number of backups
(number of backups is required only if the partitioned-sync2backup schema is used).
|
-cluster schema=[schema name] total_members=numberOfInstances[,numberOfBackups] |
-properties |
Allows you to control deployment properties. |
-properties [bean name] location |
-sla |
Allows you to specify a link (default to file-system) to a Spring XML configuration, holding the SLA definition. |
-sla [slaLocation] |
-zones |
Allows you to specify a list of deployment zones that are to restrict that the deployment to specific GSCs. |
-zones [zoneName1, zoneName2 ... ] |
-max-instances-per-vm |
Allows you to set the SLA number of instances per VM |
|
-max-instances-per-machine |
Allows you to set the SLA number of instances per machine |
|
-max-instances-per-zone |
Allows you to set the SLA number of instances per zone in the format of zoneX/number,zoneY/number |
|
h / help |
Prints help |
|
-secured |
Deploys a secured processing unit (implicit when using -user/-password) - (CLI) Security |
-secured [true/false] |
-user -password |
Deploys a secured processing unit propagated with the supplied user and password - (CLI) Security |
-user xxx -password yyyy |
Example The following deploys a space named mySpace using the sync_replicated cluster schema with 2 instances (total_members).
The following deploys a space named mySpace using deployment properties file called pu.properties.
The following deploys a space called mySpace using an SLA element read from an external sla.xml file.
|