Learn More Overview of Monitoring Oracle Fusion Middleware

Deploying Applications 4-13 3. From the WebLogic Domain menu, choose Application Deployment, then Fetch Deployment Plan . The Fetch Deployment Plan page is displayed. 4. Select an application from the list of currently deployed applications. 5. Select a location where you want to save the deployment plan, and click Fetch. You can save the plan to the computer where the Web browser is running or to the computer where Fusion Middleware Control is running. 6. In the resulting dialog box, specify a directory location for the saved deployment plan. You can now use this deployment plan to later deploy or redeploy the application using the configuration currently in use by the application. Alternatively, you can edit a deployment plan on the Deployment Settings page of the Application Deployment wizard.

4.6 Learn More

For more information about the topics covered in this chapter, see: ■ The chapter Deploying Applications in the Oracle Fusion Middleware Administrators Guide ■ Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server ■ Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for more information about configuring multi data sources 4-14 Oracle Fusion Middleware 2 Day Administration Guide 5 Monitoring Oracle Fusion Middleware 5-1 5 Monitoring Oracle Fusion Middleware This chapter describes how to perform basic monitoring tasks for Oracle Fusion Middleware. It contains the following topics: ■ Overview of Monitoring Oracle Fusion Middleware ■ Monitoring the Status of Oracle Fusion Middleware ■ Monitoring the Performance of Oracle Fusion Middleware Components ■ Viewing the Routing Topology ■ Viewing Port Numbers ■ Learn More

5.1 Overview of Monitoring Oracle Fusion Middleware

Monitoring the health of your Oracle Fusion Middleware environment and ensuring that it performs optimally is an important task for the administrator. Oracle Fusion Middleware provides the following methods for monitoring the status of your environment: ■ Oracle WebLogic Server Administration Console: You can monitor the status of Oracle WebLogic Server domains, clusters, servers, Java components, and applications. From the Administration Console, navigate to the entitys page. See Overview of the Administration Console in the Oracle Fusion Middleware Introduction to Oracle WebLogic Server for information on monitoring using the console. ■ Fusion Middleware Control: You can monitor the status of Oracle WebLogic Server domains, clusters, servers, Java components, system components, and applications. Navigate to the entitys home page, for example, to the home page for an Oracle HTTP Server instance. ■ The command line: You can monitor the status of your environment using the WLST or opmnctl command lines. To monitor the status of Java components with the command line, use the WLST state command, using the following format: statename, type For example, to get the status of the Managed Server server1, use the following command: wls:mydomainserverConfig stateserver1,Server 5-2 Oracle Fusion Middleware 2 Day Administration Guide Current state of server1: SUSPENDED To monitor the status of system components with the command line, use the opmnctl status command, using the following format: opmnctl status [scope] [options] For example, to view the status of all processes monitored by OPMN, use the following command: opmnctl status

5.2 Monitoring the Status of Oracle Fusion Middleware