This command runs a plan. If there are plan prompt variables, it interactively queries the user for responses.
Table 12–8 Arguments and Result for the pe.p.run Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
PID |
[R] |
ExecutionPlanID |
The ID of the execution plan to run |
tar |
[R] |
HostIDArrayArray |
Individual hosts or host sets on which to run the plan and each of its subplans, ordered according to subplan prompts |
comp |
[O/R] |
StringArrayArray |
Selection of component builds to install as part of plan and subplans. Ordered according to component selectors within subplan prompts. Use build number, or "+" for default, "#" for recommended, and "-" for latest. . Don't specify when there are no build versions. |
vs |
[O/R] |
StringArrayArray |
Selection of variable settings to use with each selected component build. Use variable settings name, or "+" for default . Don't specify when there are no variable settings. |
po |
[O] |
Boolean |
True if only preflight should be run |
pdp |
[O] |
Boolean |
True if detailed preflight should be run; default false. |
hr1 |
[O] |
Integer |
Limit number of hosts running at the same time; default set by server config file. |
pto |
[R] |
TimeInterval |
The maximum plan execution time |
nto |
[R] |
TimeInterval |
The maximum native call execution time |
f |
[O] |
InputStreamWrapper |
An InputStreamWrapper object is constructed with the name of a regular file or "-" for standard input. If this argument isn't used, standard input is automatically selected |
result |
TaskID |
The ID of the plan run |