Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Order of restarts is: 1)

  1. admin server (if not skipped by FDWLS_INP_SKIP_ADMIN),

...

  1. WSM servers (WLS_WSM1, WLS_WSM2 etc. if included in input), then

...

  1. the other clusters and servers.

This order is managed as various Fusion Middleware products are dependent on WSM servers. This order applies for both modes of restarts.

...

Environment/Instance Properties

Property Name

Required

Description

FDWLS_WEBLOGIC_HOME

Yes

WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver)

FDWLS_DOMAIN_NAME

Yes

WebLogic Domain Name.

FDWLS_ADMIN_LISTEN_ADDRESS

Yes

The listener address of the WLS admin server. (e.g. localhost)

FDWLS_ADMIN_LISTEN_PORT

Yes

The port of the WLS admin server. (e.g. 7001)

FDWLS_ADMIN_USE_SSL

No

Indicates whether the admin server is using SSL.

FDWLS_ADMIN_USER

Yes

The user name for the WLS admin server.

FDWLS_ADMIN_PASSWORD

Yes

The password for FDWLS_ADMIN_USER.

FDWLS_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.

FDWLS_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.

FDWLS_ADMIN_SERVER_NAME

No

WebLogic Admin Server Name. Will Default to AdminServer.

FDWLS_ADMIN_DOMAIN_DIRECTORY

No

WebLogic Domain Directory for AdminServer. Used when the admin server runs from a different domain folder than managed servers

FDWLS_DOMAIN_DIRECTORY

Yes

WebLogic Domain Directory for managed servers.

FDWLS_NODEMANAGER_PORT

Yes

The port for the WLS Node Manager.

FDWLS_NODEMANAGER_USER

Yes

The user id for the WLS Node Manager.

FDWLS_NODEMANAGER_PASSWORD

Yes

The password for FDWLS_NODEMANAGER_USER.

FDWLS_NODEMANAGER_HOST

Yes

Host for Node Manager connection.

FDWLS_NODEMANAGER_TYPE

No

Node Manager Type. (e.g. ssl or plain)

FDWLS_START_SERVER_EXCLUDE_LIST

No

Provide comma-separated names of managed servers (not clusters), which you do not want started or restarted.

FDWLS_STOP_SERVER_EXCLUDE_LIST

No

Provide comma-separated names of managed servers (not clusters), which you do not want stopped or restarted. They will be started at the end if not also in FDWLS_START_SERVER_
EXCLUDE_LIST.

Project Properties

Property Name

Required

Description

 

 

 

Inputs

Input Name

Required

Description

FDWLS_INP_USE_ROLLING_MODE

No

If checked, servers will be restarted so that application delivery continues through the restart operation.

FDWLS_INP_SKIP_ADMIN

No

If checked, the Admin server will not be restarted.

FDWLS_INP_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.

...