This operation restarts entire WebLogic domain. Servers in the FDWLS_STOP_SERVER_ EXCLUDE_LIST
property are not stopped, and servers in the FDWLS_START_SERVER_EXCLUDE_LIST
property are not started. If admin server restart is desired, configure node manager (NODEMANAGER
) related properties on environment instance. This operation supports rolling restart to make sure application is available to users during restart operation.
...
If FDWLS_INP_USE_ROLLING_MODE
is not checked, entire domain is stopped and started. Managed servers on various machines are stopped and started in parallel. You can control what percent of the servers of each cluster are stopped and started together with the FDWLS_INP_MAX_PERCENT_SIMULTANEOUS
input.
Blog Posts
Environment/Instance Properties
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Required | Description | |
---|---|---|---|
Rolling Mode |
| No | If checked, servers will be restarted so that application delivery continues through the restart operation. |
Skip Admin Server |
| No | If checked, the Admin server will not be restarted. |
Max Parallel Percentage |
| 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.
...