This command runs a plan. If there are plan prompt variables, it interactively queries the user for responses.
Table 10–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 versions to install as part of plan and subplans. Ordered according to component selectors within subplan prompts. Use version number, or "+" for default, "#" for recommended, and "-" for latest. Do not specify when there are no component versions. |
|
vs |
[O/R] |
StringArrayArray |
Selection of variable settings to use with each selected component version. Use variable settings name, or "+" for default. Do not 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] |
ReaderWrapper |
Plan variables can be passed with a file or standard input; default is standard input |
|
result |
TaskID |
The ID of the plan run |
|