Enabling Servers to Start Without Supplying Credentials Configuring Node Manager to Start Managed Servers

Starting and Stopping Oracle Fusion Middleware 4-5

4.3.2 Starting and Stopping Components Using the Command Line

If a component is a Java component, you use WLST commands to start and stop the component. If a component is a system component, you use opmnctl commands to start and stop the components. ■ To start and stop Java components, use the WLST startApplication and stopApplication commands: startApplicationappName, [options] stopApplicationappName, [options] For example, to start Oracle Directory Integration Platform, use the following command: startApplicationDIP ■ To start and stop system components, use the opmnctl command-line tool. It is located in the following directory: UNIX ORACLE_HOMEopmnbin Windows ORACLE_HOME\opmn\bin To start or stop OPMN and all system processes, such as Oracle HTTP Server: opmnctl startall opmnctl stopall To start, stop, or restart a component using opmnctl: opmnctl startproc ias-component=component_name opmnctl stopproc ias-component=component_name opmnctl restartproc ias-component=component_name For example, to start Oracle HTTP Server, ohs1: opmnctl startproc ias-component=ohs1 To start, stop, or restart the subprocess of a component: opmnctl stopproc process-type=process opmnctl startproc process-type=process opmnctl restartproc process-type=process

4.4 Starting and Stopping Fusion Middleware Control

If Fusion Middleware Control is configured for a domain, it is automatically started or stopped when you start or stop an Oracle WebLogic Server Administration Server, as described in Section 4.2.1 .

4.5 Starting and Stopping Oracle Management Agent

Oracle Management Agent is designed specifically for monitoring particular Oracle Fusion Middleware components. To start Oracle Management Agent, use the following command: opmnctl startproc ias-component=EMAGENT To stop Oracle Management Agent, use the following command: opmnctl stopproc ias-component=EMAGENT 4-6 Oracle Fusion Middleware Administrators Guide

4.6 Starting and Stopping Applications

You can start and stop applications using Fusion Middleware Control, the WebLogic Server Administration Console, or the WLST command line. The following topics describe how to start and stop applications using Fusion Middleware Control and the command line: ■ Starting and Stopping Java EE Applications Using Fusion Middleware Control ■ Starting and Stopping Java EE Applications Using WLST

4.6.1 Starting and Stopping Java EE Applications Using Fusion Middleware Control

To start or stop a Java EE application using Fusion Middleware Control: 1. From the navigation pane, expand Application Deployments. 2. Select the application. 3. From the Application Deployment menu, choose Control, then Start Up or Shut Down. To start or stop a SOA Composite application using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then SOA, and then soa-infra. 2. Select the application. 3. On the SOA Composite page, click Start Up or Shut Down.

4.6.2 Starting and Stopping Java EE Applications Using WLST

To start or stop a Java EE application with the WLST command line, use the following commands: startApplicationappName, [options] stopApplicationappName, [options] The application must be fully configured and available in the domain. The startApplication command returns a WLSTProgress object that you can access to check the status of the command. In the event of an error, the command returns a WLSTException. For more information about the WLSTProgress object, see WLSTProgress Object in the Oracle Fusion Middleware Oracle WebLogic Scripting Tool.

4.7 Starting and Stopping Your Oracle Fusion Middleware Environment

This section provides procedures for starting and stopping an Oracle Fusion Middleware environment. An environment can consist of an Oracle WebLogic Server domain, an Administration Server, multiple Managed Servers, Java components, system components, including Identity Management components, and a database used as a repository for metadata. The components may be dependent on each other. Therefore, it is important to start and stop them in the proper order. You can follow these procedures when you need to completely shut down your Oracle Fusion Middleware environment. For example, when preparing to perform a complete backup of your environment, or apply a patch.

4.7.1 Starting an Oracle Fusion Middleware Environment

To start an Oracle Fusion Middleware environment: