Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c

Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c: Setting up a cloud environment is rarely smooth sailing but with this guide to Oracle Enterprise Manager Cloud Control, it just got a lot more manageable. Practical advice and lots of examples make it the ideal assistant.

Arrow left icon
Profile Icon Ved Antani
Arrow right icon
Mex$179.99 Mex$639.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (2 Ratings)
eBook Nov 2013 112 pages 1st Edition
eBook
Mex$179.99 Mex$639.99
Paperback
Mex$799.99
Subscription
Free Trial
Arrow left icon
Profile Icon Ved Antani
Arrow right icon
Mex$179.99 Mex$639.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (2 Ratings)
eBook Nov 2013 112 pages 1st Edition
eBook
Mex$179.99 Mex$639.99
Paperback
Mex$799.99
Subscription
Free Trial
eBook
Mex$179.99 Mex$639.99
Paperback
Mex$799.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c

Chapter 2. Infrastructure as a Service

Now that we have made sure that all the necessary pieces are in place, we can start implementing a basic Infrastructure as a Service model using the Oracle Enterprise Manager Cloud Control 12c.

The IaaS model is essentially an abstraction of shared resources such as hardware, storage, and networks. The key here is that these abstract pieces of virtualized resources are provisioned on-demand according to various service levels and can be billed on the basis of actual usage (for example, storage for 1 GB may be charged at $0.00020 an hour or $0.15 a month). IaaS allows businesses to rent these virtualized computing resources instead of buying and maintaining permanent hardware. Most IaaS services offer self-service portals to provision resources. IaaS providers also provide configurable chargebacks and reporting capabilities. Correct chargeback and monitoring helps maintain SLA transparency from the provider as well as the consumer side. Oracle Enterprise...

The Oracle VM Manager setup and registration


As we discussed earlier, virtualization is the key to IaaS. Oracle VM Manager (part of Enterprise Manager) is a single interface that allows for the management of virtualized resources for your IaaS. VM Manager is the place where you create and manage virtual machines, guest VMs, virtual server pools, and zones for your IaaS. The first thing you need do is to register the VM Manager by adding it as an Enterprise Manager target (refer to the Adding targets manually section in Chapter 1, Setting Up Enterprise Manager).

Before you add Oracle VM Manager as an EM target, make sure you have imported VM Manager certificates in the agent keystore by performing the following:

  1. Export the VM Manager certificate by executing the following command on your VM Manager host:

    <JAVA_HOME>/bin/keytool -keystore <VMMANAGER_HOME>/ovmmCoreTcps.ks -exportcert -alias ovmm -file <location of the certificate>
    
  2. Import the VM Manager certificate by executing...

Networking


We will need to set up and configure logical networks that will be connected to the physical network ports on OVM Servers. This is a critical piece of setup, and we suggest you make sure your physical network components (subnets, VLANs) are correctly set up. Enterprise Manager makes this step as painless as possible, but if the underlying physical interfaces are misconfigured, there is a chance that you will encounter difficulty in debugging issues. While setting up OVM Networks, we will need to do the following:

  • Generate MAC addresses

  • Create and configure VLAN groups

  • Create logical networks

Generating MAC addresses

It is important to understand how Oracle VM Manager handles network traffic. VM Manager uses VNICs. A Virtual Network Interface Card (VNIC) is a pseudo network interface technology sitting on top of the physical network adaptor; in most cases a NIC. Each physical network interface (NIC) usually has multiple VNICs, and for a system such as Oracle VM Manager, a VNIC appears...

Configuring storage servers


The other important aspect for setting up an Infrastructure as a Service is shared storage. Virtual servers inside the server pool use shared storage mounted on external storage servers, filesystems, or LUNs. These external storage servers are available for the virtual servers via fiber channels or network communication over Ethernet.

Oracle VM Manager makes use of both standard and vendor-specific plugins to support almost all flavors of storage:

  • Local Storage: This uses the local hard disks on Oracle VM Servers. This option is not used on most real-life use cases. When the topology becomes more complex and you start thinking about HA (high availability), using replication and clustering, you will immediately realize the limitations of local storage for VMs.

  • Network Attached Storage (NAS): This is typically on NFS. Network file system (NFS) is an industry standard filesystem and can allow shared storage to VMs inside the server pool. NFS allows for flexible clustering...

Creating and configuring virtual server pools


A virtual server pool is essentially a container of one or more virtual machines or guest VMs. Server pools allow shared storage access for all the VMs and seamlessly balances the load across resources. You will, of course, need to supply enough physical resources to support the number of VMs within the server pool. Luckily, server pools can scale easily by just adding more physical resources. Let's discuss how we can create server pools:

  1. Navigate to Enterprise | Cloud | Infrastructure Home.

  2. Right-click on the OVM Target and click on Create Virtual Server Pool; you will be greeted with an elaborate screen:

  3. The VM Start Policy field allows you to decide how you want a VM to start. You can chose Start on Best Server to let Oracle VM Manager select the best server (at that point of time when VM is booted) for the VM to start. Alternatively, you can select Start on Current Server and the VM will be started on the server that created the VM.

  4. Selecting...

Monitoring and administering IaaS


Oracle Enterprise Manager offers a comprehensive management console where you can perform administration and monitoring of your cloud infrastructure. In this section, we will be focusing on how to utilize the Oracle Enterprise Manager Infrastructure Cloud Home and perform various administrative tasks.

Most of the tasks that you will be concerned with are performed either on Infrastructure Cloud Home, Oracle VM Manager Home, or Virtual Server Pool Home page. We will look at each of these portals in this section.

The Infrastructure Cloud Home page

Navigate to Enterprise | Cloud | Infrastructure Home. The Infrastructure Cloud Home page shows several valuable details under different navigation panes:

  • General: Displays a count and status of OVM Managers, zones, guest VMs, and servers.

  • Target Flux: This pane displays the number of targets created and deleted over the last month (30 days). Targets included in this graph are guest VMs, virtual servers, server pools,...

Setting up the IaaS self-service portal


We have covered quite a bit of ground in setting up a scalable IaaS. We discussed earlier how IaaS's real power is in the way users can utilize the resources via self-service portals. Self-service provisioning is the reason why most enterprises invest in IaaS, as it greatly reduces maintenance and administration costs. In the remaining part of this chapter, we will continue to understand the overall IaaS configuration using Oracle Enterprise Manager and will discuss how we can set up a self-service model using Oracle Enterprise Manager.

The self-service model allows the administrators to manage several routine configurations easily. Administrators can manage VM images, user quotas, compute, and storage resources for server pools and so on.

Let us take a detailed look at steps to set up and configure an IaaS self-service portal.

Setting up machine sizes

You can customize and configure various machine sizes you are going to offer for provisioning VMs.

Navigate...

Summary


We have covered quite a bit of ground in understanding the possibilities for creating a scalable Infrastructure as a Service environment. We went through various building blocks of IaaS and we reviewed all the necessary configuration options on Oracle Enterprise Manager. A successful implementation of IaaS requires careful planning and proper estimates of scale. We will talk about another implementation model of Database as a Service in the next chapter. We will also take a look at the various chargeback options available.

Left arrow icon Right arrow icon

Key benefits

  • Perform and set up your cloud environment one step at a time using this lucid guide
  • Understand how to build a solid foundation for your cloud infrastructure
  • Comprehend and create new chargeback models

Description

Cloud computing has transformed the way that we write and deploy enterprise software. Oracle Enterprise Manager Cloud Control 12c has been designed to work with the cloud platform and reduce downtime, while improving performance and productivity. You can quickly set up, manage, and support enterprise clouds. This practical, example-oriented guide untangles many of the complexities involved in setting up a complete cloud computing platform. This book explores several methods of setting up IaaS and DBaaS using Oracle's Enterprise Manager. Step-by-step, this guide will quickly familiarize you with the most important aspects of setting up a cloud platform. This book delves deep into the complexities surrounding cloud computing and comprehensively explores the approach that you need to take to build an effective infrastructure. You will start with a step-by-step approach to building an Infrastructure as a Service (IaaS), and take an in-depth view of building a Database as a Service (DBaaS) model of cloud computing. Following on from this, you will learn how the chargeback mechanism works and how it can be configured for your needs. Next, you will also learn how to use a programmable interface to manage your cloud via APIs and web services. This guide will walk you through the various components of Oracle Enterprise Manager and will teach you how to use them efficiently. This book will also explain how you can use cloud APIs to program your cloud.

Who is this book for?

If you are a cloud administrator or a user of self-service provisioning systems offered by Enterprise Manager, this book is ideal for you. It will also help administrators who want to understand the chargeback mechanism offered by Enterprise Manager. An understanding of the basic building blocks of cloud computing such as networking, virtualization, storage, and so on, is needed by those of you interested in this book.

What you will learn

  • Set up important parts of Oracle Enterprise Manager
  • Assemble a scalable Infrastructure as a Service (IaaS) platform
  • Construct a Database as a Service (DBaaS)
  • Establish cloud monitoring
  • Configure and use chargeback metrics for your cloud
  • Utilize cloud APIs and CLIs to program your cloud
  • Institute effective notification rules and automated correction mechanisms
  • Put together alerts and events to effectively monitor the health of the infrastructure

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 25, 2013
Length: 112 pages
Edition : 1st
Language : English
ISBN-13 : 9781782177715
Vendor :
Oracle
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 25, 2013
Length: 112 pages
Edition : 1st
Language : English
ISBN-13 : 9781782177715
Vendor :
Oracle
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Mex$ 2,256.98
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c
Mex$799.99
Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos
Mex$1456.99
Total Mex$ 2,256.98 Stars icon
Banner background image

Table of Contents

5 Chapters
Setting Up Enterprise Manager Chevron down icon Chevron up icon
Infrastructure as a Service Chevron down icon Chevron up icon
Database as a Service Chevron down icon Chevron up icon
Enterprise Monitoring Chevron down icon Chevron up icon
Cloud APIs Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(2 Ratings)
5 star 0%
4 star 100%
3 star 0%
2 star 0%
1 star 0%
Erivelto dos Santos Soares Feb 14, 2015
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Good
Amazon Verified review Amazon
Guenadi Jilevski Feb 10, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
PACKT provide me an e-copy of ‘Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c’ and asked me to write a review of the book. I enjoyed learning the new Cloud management and monitoring functionality offering of Oracle Enterprise Manager Cloud Control 12c ( OEM CC 12c) and how successfully integrates and manages existing technologies.If you are either an Oracle DBA new to the cloud and interested in learning the new functionality of OEM CC 12c for Cloud management and administration or a Cloud administrator tasked with Cloud management and monitoring using OEM CC 12c or an user of a self service provisioning systems offered by OEM CC 12c than ‘Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c’ is an ideal starting point that will provide you with guidelines and step-by step examples how to deploy, manage and monitor IaaS and DBaas using OEM CC 12c.Chapter 1 provides an overview of OEM CC 12c setup and highlights some important points that will help the reader move into the next chapters.Chapter 2 reviews the IaaS configuration options and components existing in OEM CC 12c such as Oracle VM Manager setup and registration, Networking, Configuring storage servers, Creating and configuring virtual server pools, Monitoring and administering IaaS, Setting up the IaaS self-service portal to name a few.Chapter 3 provides an overview of PaaS, Saas and DBaas and focuses on OEM CC 12c functionalities for self-service provisioning of virtualized databases and building DBaaS cloud computing architecture. The chapter provides an insight into the following topics: Setting up the PaaS infrastructure, Provisioning the database, Managing storage servers, Creating database pools, Setting up quotas and provisioning profiles, Setting up service templates and chargebacks using OEM CC 12c as integration, management and monitoring platform.Chapter 4 provides an overview of the wealth of robust and automated enterprise monitoring functionalities existing in OEM CC 12c focusing on the following topics: Monitoring concepts, Basic setup, Notifications, Incident management – events, incidents, and problems to name a few.Chapter 5 provides an overview to the Cloud APIs as a way to establish a fine-grained control over the Cloud infrastructure with a focus on Using Enterprise Manager Cloud APIs and CLIs, Enterprise Manager IaaS APIs, Enterprise Manager DBaaS APIs, Chargeback EMCLIs.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.