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.

eBook
₹799 ₹2323.99
Paperback
₹2904.99
Subscription
Free Trial
Renews at ₹800p/m

What do you get with a Packt Subscription?

Free for first 7 days. ₹800 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
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 : 9781782177708
Vendor :
Oracle
Languages :

What do you get with a Packt Subscription?

Free for first 7 days. ₹800 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

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

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 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
₹4500 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 ₹400 each
Feature tick icon Exclusive print discounts
₹5000 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 ₹400 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 8,192.98
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c
₹2904.99
Oracle Enterprise Manager Cloud Control 12c: Managing Data Center Chaos
₹5287.99
Total 8,192.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

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.