Book Image

Middleware Management with Oracle Enterprise Manager Grid Control 10g R5

Book Image

Middleware Management with Oracle Enterprise Manager Grid Control 10g R5

Overview of this book

Today's IT environment is very complex, encompassing a myriad of technologies and middleware platforms. Many organizations have large and heterogeneous middleware platforms that power their enterprise applications and it is often a real challenge for administrators to meet agreed service levels and minimize downtime. Oracle Enterprise Manager allows administrators to manage the complete lifecycle of an entire application infrastructure for middleware and SOA applications. This book will help you kick-start the setup of Oracle Enterprise Manager Grid Control and master all aspects of middleware management supported by Oracle Enterprise Manager. This book, written by senior members of the Oracle team serves as the only hands on guide to provisioning middleware and implementing proactive monitoring to maximize application performance and compliance using Oracle Enterprise Manager. The book starts with an introduction to the challenges faced by middleware administrators in their everyday life, and how Oracle Enterprise Manager helps solve those challenges. This book will help you manage your middleware infrastructure and applications effectively and efficiently using Oracle Enterprise Manager. By following the practical examples in this book you will learn to proactively monitor your production middleware applications running on Oracle Application Server, Oracle WebLogic Server, Oracle SOA suite (such as Oracle BPEL Process manager), Oracle Server Bus, and Oracle Coherence. You will also learn different aspects to proactive monitoring and alert notifications, service level and incident management, diagnostics for production applications, lifecycle automation using out-of-the-box deployment procedures, and patching mechanisms. This book also helps you to master best practices for managing your middleware and SOA applications for optimal service performance and reduced down time.
Table of Contents (20 chapters)
Middleware Management with Oracle Enterprise Manager Grid Control 10g R5
Credits
Foreword
About the Authors
About the Reviewers
Preface

Exercise — monitor Sun Java Web Server


In this exercise, we will monitor Sun Java Web Server using some sample code available with the book. After the exercise in the next section, we'll describe the code used for this exercise.

Pre-requisites

You will need a setup of Enterprise Manager Grid Control. Besides the Enterprise Manager setup, you will need one more host where you can install Sun Java Web Server. On the additional host you will need to install an additional agent. You may want to refer to Chapter 2 for this installation.

Once you have this setup ready, install Sun Java Web Server on the host where you installed the additional agent. Note down the following details about this installation of the web server:

  • Installation directory

  • Admin server host and port

  • User-ID and password to authenticate with Admin Server

  • Configuration and node name of the setup

  • URL for the web server

Exercise steps

This exercise involves some setup on the agent side followed by some configuration through Enterprise...