Getting Started with Management Tools 2-11
2.4.1.1 Using Custom WLST Commands
Many components, such as Oracle SOA Suite, Oracle Platform Security Services OPSS, Oracle Fusion Middleware Audit Framework, and Oracle Metadata Service
MDS, and services such as SSL and logging, provide custom WLST commands.
To use those custom commands, you must invoke the WLST script from the appropriate Oracle home. Do not use the WLST script in the WebLogic Server home.
■
For the following components and services, invoke WLST from the Oracle Common home:
– Oracle Application Development Framework
– Oracle Fusion Middleware Audit Framework
– Oracle Access Manager
– Oracle Platform Security Services
– Oracle Metadata Service
– Diagnostic Framework
– Dynamic Monitoring Service DMS
– Logging
– Secure Sockets Layer SSL
– Oracle Web Services
– Oracle Web Services Manager
The script is located at:
UNIX ORACLE_COMMON_HOMEcommonbinwlst.sh Windows ORACLE_COMMON_HOME\common\bin\wlst.cmd
■
For other components, such as Oracle HTTP Server, Oracle SOA Suite, or Oracle WebCenter, invoke WLST from the Oracle home in which the component has been
installed. The script is located at:
UNIX ORACLE_HOME_for_componentcommonbinwlst.sh Windows ORACLE_HOME_for_component\common\bin\wlst.cmd
For example, to run the custom WLST commands for Oracle SOA Suite on a Linux system, use the following commands:
cd ORACLE_HOME_for_SOAcommonbin .wlst.sh
2.4.1.2 Using WLST Commands for System Components
In addition to the commands provided by WLST for Oracle WebLogic Server, WLST provides a subset of commands to manage system components. These commands are:
■
startproccomponentName [, componentType] [, componentSet]: Starts the specified component.
■
stopproccomponentName [, componentType] [, componentSet]: Stops the specified component.
■
statuscomponentName [, componentType] [, componentSet]: Obtains the status of the specified component.
■
proclist: Obtains the list of components.
2-12 Oracle Fusion Middleware 2 Day Administration Guide
To use these custom commands, you must invoke the WLST script from the Oracle home 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_componentcommonbinwlst.sh Windows ORACLE_HOME_for_component\common\bin\wlst.cmd
2.4.2 Getting Started Using Oracle Process Manager and Notification Server