Restarts a comma-separated list of WebLogic servers or clusters. If admin server restart is desired, configure node manager (NODEMANAGER) related properties on Target. This operation supports rolling restart to make sure applications continue to be available to users during the restart operation.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Weblogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
Weblogic Domain Name |
| Yes | WebLogic Domain Name. |
Weblogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. localhost) |
Weblogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
Weblogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
Weblogic Admin User |
| Yes | The user name for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for |
Weblogic Start Server Timeout |
| No | Time in milliseconds that the plugin operation will wait for server start. Plugin operation will return as soon as server starts, and if the server fails to start in timeout specified, plugin operation will fail. |
Weblogic Stop Server Timeout |
| No | Time in milliseconds that the plugin operation will wait for server stop. Plugin operation will return as soon as server stops, and if the server fails to stop in timeout specified, plugin operation will fail. |
Weblogic Admin Domain Director |
| No | WebLogic Domain Directory for AdminServer. Used when the admin server runs from a different domain folder than managed servers |
Weblogic Domain Directory |
| Yes | WebLogic Domain Directory for managed servers. |
Weblogic Node Manager Port |
| Yes | The port for the WLS Node Manager. |
Weblogic Node Manager User |
| Yes | The user id for the WLS Node Manager. |
Weblogic Node Manager Password |
| Yes | The password for |
Weblogic Node Manager Host |
| Yes | Host for Node Manager connection. |
Weblogic Node Manager Type |
| No | Node Manager Type. (e.g. ssl, plain, SSH, RSH) |
Project Properties
Property Name | Property |
---|
Code | Required | Description | |
---|---|---|---|
Weblogic Server or Cluster Name(s) |
| No | WebLogic Server or Cluster name to start. |
...
Inputs
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.
...