Book Image

Oracle Enterprise Manager 12c Administration Cookbook

By : Dhananjay Papde, Tushar Nath, Vipul Patel
Book Image

Oracle Enterprise Manager 12c Administration Cookbook

By: Dhananjay Papde, Tushar Nath, Vipul Patel

Overview of this book

<p>Oracle Enterprise Manager is a key tool for any Oracle Administrator, allowing them to manage their Oracle installations and selected other applications, providing a one stop place to manage and maintain the entire infrastructure in any organization.<br /><br />The Oracle Enterprise Manager 12c Cookbook will give administrators a head start towards implementing OEM in their organizations, by taking you through all the aspects of installation, upgrade, configuration, and monitoring of various servers, databases, and various Oracle Fusion Middleware components.<br /><br />Starting with the installation and upgrade of your OEM installation, this book then takes you through the process of using OEM12c to configure and monitor your Oracle application and database servers, including the various supported Oracle Fusion Middleware products.<br /><br />This book will uncover various installations options (with simple advanced options) and various upgrade options.<br /><br />The book will also cover monitoring the infrastructure using Active Session History Analytics. There are recipes on creating, cloning databases, and creating templates. <br /><br />Additionally there are recipes on Configuration of Oracle Business Intelligence, Oracle Golden Gate, Oracle Business Intelligence Publisher, and Oracle Weblogic using OEM12c.</p>
Table of Contents (16 chapters)
Oracle Enterprise Manager 12c Administration Cookbook
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring a Software Library


Setting up a Software Library is key to uploading various templates, plug-ins, and so on for Enterprise Manager to refer to and is key to accomplishing various provisioning and patching tasks in Enterprise Manager Cloud Control.

Getting ready

Connect to Cloud Control OMS server, using a PuTTY session, as the Cloud Control software owner user.

How to do it...

To configure a Software Library location, follow these steps:

  1. Create a library directory (with write permissions) using the following command:

    mkdir /u01/app/Middleware/swlib1
    
  2. Select Setup | Provisioning and Patching.

  3. Click on the Software Library option.

    In this example the Upload File Locations tab is selected on the Software Library: Administration screen.

  4. Select OMS Shared Filesystem as the Storage Type, because the path is created in the OMS server, in this example.

  5. Click on Add.

  6. Specify the name and path on the OMS for the location of the Software Library.

  7. Click on OK.

How it works...

This recipe describes the...