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

Understanding Advanced Installer options


The following recipe describes the various options available during the OEM installation process. This is primarily to address user specific-customizations.

Getting ready

Connect to the OEM server as the same user as the one used for the installation of OEM 12c.

How to do it...

  1. Change the WebLogic Domain Name.

    During OEM 12c installation, the installer creates a default domain name of GCDomain. To change the domain name during the installation use the WLS_DOMAIN_NAME command line argument, as shown below:

    $ cd /u01/software
    $ TEMP=/u01/tmp	
    $ export TEMP
    $ ./runInstaller WLS_DOMAIN_NAME=OEMDomain
    
  2. Change the Provisioning Advisor Framework (PAF) staging directory.

    A Provisioning Advisor Framework (PAF) staging directory is created by default (/tmp) for copying the software library entities related to the deployment procedures. This location is used only for provisioning activities—entities are copied for the deployment procedure and then deleted once the...