Provision, configure, and start an application. Application configuration parameters may be specified for the new application and sizes for application user and singleton class volumes.
app provision <template-app> <target-app> [<option>]* [<prop>=<val>]* [<vol>.[parN].size=<val>]*
Name of existing application to use as a template.
name of the application that is to be created - the application must not currently exist.
Config parameter pairs as used for the 'app config command.
Specify new size for application user or singleton class volumes. Units may be specified (for example, 128M[B], 2G[B]). If units are not provided, it is assumed that the size is in MB. The value can be absolute (that is, 20G) or relative (that is, +10G).
Skip starting of new application
Force copying of volumes using filesystem-level copy. If not specified, volumes are copied using filesystem-level copy only if they are being resized.
Allocate ALL blocks for copied volumes. This option is only valid if --fscpy is specified; otherwise it is ignored.
app provision crm crm2 user_ip=64.4.47.21 out_ip=64.4.47.22 app provision myapp myapp-new data.size=128M mysql.data.size=256M app provision myapp myapp-new data.size=128M mysql.boot.par1.size=256M mysql.boot.par2.root.size=1G
Notes:
|
Copyright © 2013 CA.
All rights reserved.
|
|