WLST - (Custom Command|Custom Component Command)

Card Puncher Data Processing

WLST - (Custom Command|Custom Component Command)

About

Many components provide custom WLST commands through Python script.

To use those custom commands, you must invoke the WLST script from the see|appropriate Oracle home.

WLST Commands for System Components

In addition to the commands provided by WLST for Oracle WebLogic Server, WLST provides a subset of commands to monitor and manage system components. These commands are:

  • startproc(componentName [, componentType] [, componentSet): Starts the specified component.
  • stopproc(componentName [, componentType] [, componentSet): Stops the specified component.
  • status(componentName [, componentType] [, componentSet): Obtains the status of the specified component.
  • proclist(): Obtains the list of components.

To use these custom commands, you must invoke the WLST script from the Oracle home on the server in which the component has been installed. Do not use the WLST script in the WebLogic Server home. The script is located at:

(UNIX) ORACLE_HOME_for_component/common/bin/wlst.sh
(Windows) ORACLE_HOME_for_component\common\bin\wlst.cmd

Example for Oracle_BI:

fmw_home/Oracle_BI1/common/bin

Documentation / Reference





Discover More
Card Puncher Data Processing
Wlst - Dynamic Monitoring Service (DMS) Custom Command

You can use WLST DMS Custom commands to periodically save DMS metric information to a file so that you have a record of past metric values. The wlst script must be started from this directory:...



Share this page:
Follow us:
Task Runner