Starts all servers in WebLogic domain including Admin Server except for those in the FDWLS_START_SERVER_EXCLUDE_LIST
. Admin Server is started first, then servers with WLS_WSM
in name (WLS_WSM1, WLS_WSM2
etc.) are started prior to starting the rest of the managed servers. This is done as various Fusion Middleware products are dependent on WSM servers and starting it first helps avoid issues in startup of other managed servers.
Managed servers on various machines are started in parallel. You can control what percentage of servers are started on each machine by using FDWLS_INP_MAX_PERCENT_SIMULTANEOUS
. This is done to control CPU utilization on each machine by controlling how many servers are started on each machine. This value defaults to 20 percent.
This operation can also be used to start servers on specific machine by providing value for FDWLS_INP_MACHINE_NAME
input.
Environment/Instance 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 WLS | |
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 Admin Server Name |
| No | WebLogic Admin Server Name. | Will Default Defaults to AdminServer. |
Weblogic Admin Domain Directory |
| 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 | or , plain, SSH, RSH) |
Weblogic Start Server Exclude List |
| No | Provide comma-separated names of managed servers (not clusters), which you do not want started during start operation. |
Project Properties
Property Name | Property Code | Required | Description |
---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Max Parallel Percentage |
| No | The maximum percentage of servers on each machine to start at the same time |
Machine Name |
| No | Managed Servers on this machine will be started. Leave empty to start all managed servers on all machines. |
Outputs
Output Name | Required | Description |
|
|
---|---|---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...