Restarts a comma-separated list of WebLogic servers or clusters. If admin server restart is desired, configure node manager (NODEMANAGER) related properties on Environment Instance. This operation supports rolling restart to make sure applications continue to be available to users during the restart operation.
...
If FDWLS_INP_USE_ROLLING_MODE
is not checked, the selected servers and clusters will all be stopped together and then started. The FDWLS_INP_MAX_PERCENT_SIMULTANEOUS
input will NOT be used in this scenario.
Blog Posts
Environment/Instance Properties
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Weblogic Server or Cluster Name(s) |
| No | WebLogic Server or Cluster name for start operation. If this is not supplied start operation will use |
Rolling Mode |
| No | If checked, a maximum of 50% of each cluster will be recycled so that application delivery continues through the restart operation. |
Max Percent Simultaneous |
| No | The maximum percentage of cluster members to restart at the same time. Defaults to 20%. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...