SlideShare a Scribd company logo
1 of 18
Eucalyptus,
Nimbus &
OpenNebula
About Us
Amar Myana Latika Patil
I’m a Software Developer I’m a Software Developer
I work at Security Brigade Infosec Pvt. Ltd. I work at TCS Consultancy Ltd.
I’m working from last 3 years. I’m working from last 2 years.
Abstract
• Eucalyptus, Nimbus & OpenNebula are major Open-Source
Cloud-Computing Software Platforms
• Manage the provisioning of virtual machines for a cloud
providing IaaS
• Commercial cloud services charge, by the hour, for CPU time
• It might be more cost effective for the organization to purchase
hardware to create its own private cloud.
• These software products are designed to allow an organization
to set up a private group of machines as their own cloud.
• These three frameworks represent three different points of
interest in the design space of this particular type of open-
source cloud.
Analysis
• We will discuss how these software frameworks act as
managers that stand in the middle of a number of other
software components.
• We will analyze how core decisions in the basic architecture and
overall structure of Eucalyptus, Nimbus and OpenNebula impact
the kind of settings and applications for which each framework
is most suitable.
• We will identify several opportunities for improving these
software stacks by identifying some of the challenges that are
common to all three.
The Cloud Computing Stack
• A quick overview of entire cloud computing software stack.
• In a generic open-source cloud computing system, we can
identify six basic components.
• First, we hardware and operating system that are on the various
physical machines in the system.
• The second component is the network. This includes the DNS,
DHCP and the subnet organization of the physical machines.
• The third component is the virtual machine hypervisor, (also
known as a Virtual Machine Monitor or VMM).
• The fourth component is an archive of VM disk images.
• The fifth component is the front-end for users.
• The last component is the cloud framework itself, where
Eucalyptus, OpenNebula and Nimbus are placed.
Eucalyptus
• EUCALYPTUS stands for Elastic Utility Computing Architecture
for Linking Your Program To Useful System.
• It is open source software that was developed by University of
California-Santa Barbara for Cloud Computing to implement
Infrastructure as a Service.
• Eucalyptus provide an EC2 -compatible cloud Computing
Platform and S3- compatible Cloud Storage thus its services are
available through EC2/S3 compatible APIs.
• The Eucalyptus system is composed of a 5 main components
interacting together; Client, Cloud Controller, Storage
Controller (Walrus), Cluster Controller and a Node Controller.
• Node Controller
• Is installed in each compute
node to control VM activities,
including the execution, inspe-
ction and termination of VM
instances.
• Cluster Controller
• Runs on 1 machine per cluster &
works as an intermediary betw-
een the cloud & node controller.
• Storage Controller
• Warlus is a component that provides storage services for storing virtual
machine images and user’s data.
• Cloud Controller
• It is the user’s entry point into the Eucalyptus system and only one instance
is run on the system. It provides users with a way managing the system.
• The cloud controller is built using the Enterprise service bus providing
decoupling from the services’ implementation.
• Client
• The client component provides the user with a way to access the
Eucalyptus system (cloud controller).
• Eucalyptus provides two interfaces;
• One is a WDSL which is a SOAP client interface similar to AWS EC2 interface
called euca2ools.
• Another interface is a HTTP query based interface.
Constructing a Virtual Machine:
1. A user uses the euca2ools front-end to request a VM.
2. The VM template disk image is pushed
to a compute node
3. This disk image is padded to the correct
size and packaged for use by the
hypervisor on the compute node.
4. The compute node sets up network bridging
to provide a virtual NIC with a virtual MAC.
5. On the head node the dhcp is set up with the
MAC/IP pair
6. VM is spawned on the VMM.
7. The user can now SSH directly into the VM.
Nimbus
• Nimbus is another open source IaaS implementation framework
which came online September 2005.
• Nimbus allows a client to lease remote resources by deploying
virtual machines (VMs) on those resources and configuring
them to represent an environment desired by the user.
• It was formerly known as the "Virtual Workspace Service" (VWS)
but the "workspace service" is technically just one the
components in the software collection.
• Nimbus was designed with the goal of turning clusters into
clouds mainly to be used in scientific applications.
System Architecture And Design
• The design of Nimbus which consists of a number of components
based on the web service technology:
1. Workspace Service
• Allows clients to manage and administer VMs by providing to two interfaces;
1. One interface is based on the web service resource framework (WSRF)
2. The other is based on EC2 WSDL.
2. Workspace Resource Manager
• Implements VM instance creation on a site and management.
3. Workspace Pilot
• Provides virtualization with significant changes to the site configurations.
4. Workspace Control
• Implements VM instance management such as start, stop and pause VM. It also
provides image management and sets up networks and provides IP assignment.
5. Context Broker
• Allows clients coordinate large virtual cluster launches automatically and repeatedly.
6. Workspace Client
• A complex client that provides full access to the workspace service functionality.
7. Cloud Client
• A simpler client providing access to selected functionalities in the workspace service.
8. Storage Service
• Cumulus is a web service providing users with storage capabilities to store images
and works in conjunction with GridFTP.
Constructing A Virtual Machine:
1. A user uses cloud-client to request a VM.
2. Nimbus will SSH into a compute node.
3. The VM template disk image is pushed to the
compute node.
4. On the compute node, the disk image is
padded to the correct size and configured.
5. The compute node sets up network bridging
to provide a virtual NIC with a virtual MAC.
6. A dhcp server on the compute node is
configured with a MAC/IP pair.
7. VM is spawned on the VMM.
8. The user can now SSH directly into the VM.
OpenNebula
• OpenNebula tends to a greater level of centralization and
customizability (especially for end-users).
• The idea of OpenNebula is a pure private cloud, in which users
actually log into the head node to access cloud functions.
• OpenNebula, by default, uses a shared file system, typically NFS, for
all disk images files and all files for actually running the OpenNebula
functions.
• In order to spawn a VM, the user provides a configuration file
containing parameters which would be fed into the VMM command
line. This allows for memory, processor, network and disk resources
to be requested for essentially any configuration.
• OpenNebula is also very centralized, especially in its default
Constructing A Virtual Machine
1. A user uses ssh to login to the head node.
2. The user uses the onevm command to request a VM.
3. The VM template disk image is copied and a copy
is padded to the correct size and configuration within
the NFS directory on the head node.
4. The one process on the head node uses ssh to log into a
compute node.
5. The compute node sets up network bridging to provide a
virtual NIC with a virtual MAC.
6. Files needed by the VMM on the compute node will be
pulled to the compute node via the NFS.
7. VM is spawned on the VMM.
8. The user can now SSH directly into the VM.
SUMMARY
Eucalyptus OpenNebula Nimbus
Philosophy Mimic Amazon EC2 Private, highly
customizable cloud
Cloud resources
tailored to scientific
researchers
Customizability Some for admin,
less for user
Basically everything Many parts except
for image storage
and globus
credentials
DHCP On cluster controller Variable On individual
compute node
Internal Security Tight. Root required
for many things.
Looser, but can be
made more tight if
needed.
Fairly tight, unless
deploying a fully
private cloud.
User Security Users are given
custom credentials
via a web interface
User logs into head Users x509
credential is
registered with
cloud
An Ideal Setting Large group of Smaller group of Deploy for less to
THANK YOU

More Related Content

What's hot

Cloud computing using Eucalyptus
Cloud computing using EucalyptusCloud computing using Eucalyptus
Cloud computing using EucalyptusAbhishek Dey
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualizationGokulnath S
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitivesStudent
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to VirtualizationRahul Hada
 
Cloud computing and service models
Cloud computing and service modelsCloud computing and service models
Cloud computing and service modelsPrateek Soni
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed SystemSunita Sahu
 
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...Shashi soni
 
Cloud architecture
Cloud architectureCloud architecture
Cloud architectureAdeel Javaid
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment modelsAshok Kumar
 
Message and Stream Oriented Communication
Message and Stream Oriented CommunicationMessage and Stream Oriented Communication
Message and Stream Oriented CommunicationDilum Bandara
 
Virtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesVirtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesANUSUYA T K
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system modelHarshad Umredkar
 
VIRTUALIZATION STRUCTURES TOOLS.docx
VIRTUALIZATION STRUCTURES TOOLS.docxVIRTUALIZATION STRUCTURES TOOLS.docx
VIRTUALIZATION STRUCTURES TOOLS.docxkumari36
 
Lamport’s algorithm for mutual exclusion
Lamport’s algorithm for mutual exclusionLamport’s algorithm for mutual exclusion
Lamport’s algorithm for mutual exclusionNeelamani Samal
 
Grid computing Seminar PPT
Grid computing Seminar PPTGrid computing Seminar PPT
Grid computing Seminar PPTUpender Upr
 

What's hot (20)

Cloud computing using Eucalyptus
Cloud computing using EucalyptusCloud computing using Eucalyptus
Cloud computing using Eucalyptus
 
Virtual machine security
Virtual machine securityVirtual machine security
Virtual machine security
 
Implementation levels of virtualization
Implementation levels of virtualizationImplementation levels of virtualization
Implementation levels of virtualization
 
Communication primitives
Communication primitivesCommunication primitives
Communication primitives
 
Introduction to Virtualization
Introduction to VirtualizationIntroduction to Virtualization
Introduction to Virtualization
 
Cloud computing and service models
Cloud computing and service modelsCloud computing and service models
Cloud computing and service models
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
 
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
 
Cloud architecture
Cloud architectureCloud architecture
Cloud architecture
 
Distributed System ppt
Distributed System pptDistributed System ppt
Distributed System ppt
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Aneka platform
Aneka platformAneka platform
Aneka platform
 
SLA Management in Cloud
SLA Management in CloudSLA Management in Cloud
SLA Management in Cloud
 
Message and Stream Oriented Communication
Message and Stream Oriented CommunicationMessage and Stream Oriented Communication
Message and Stream Oriented Communication
 
Virtual Machine provisioning and migration services
Virtual Machine provisioning and migration servicesVirtual Machine provisioning and migration services
Virtual Machine provisioning and migration services
 
distributed Computing system model
distributed Computing system modeldistributed Computing system model
distributed Computing system model
 
VIRTUALIZATION STRUCTURES TOOLS.docx
VIRTUALIZATION STRUCTURES TOOLS.docxVIRTUALIZATION STRUCTURES TOOLS.docx
VIRTUALIZATION STRUCTURES TOOLS.docx
 
Underlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computingUnderlying principles of parallel and distributed computing
Underlying principles of parallel and distributed computing
 
Lamport’s algorithm for mutual exclusion
Lamport’s algorithm for mutual exclusionLamport’s algorithm for mutual exclusion
Lamport’s algorithm for mutual exclusion
 
Grid computing Seminar PPT
Grid computing Seminar PPTGrid computing Seminar PPT
Grid computing Seminar PPT
 

Viewers also liked

OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPONOpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPONOpenNebula Project
 
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...Ignacio M. Llorente
 
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...OpenNebula Project
 
CloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talkCloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talkOpenNebula Project
 
Opennebula instalação
Opennebula instalaçãoOpennebula instalação
Opennebula instalaçãoLuís Eduardo
 
OpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, HeiglOpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, HeiglOpenNebula Project
 
OpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula Project
 

Viewers also liked (7)

OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPONOpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
OpenNebulaConf2017EU: IPP Cloud by Jimmy Goffaux, IPPON
 
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
 
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
OpenNebulaConf2017EU: Alternative Context for Windows by Paul Batchelor, Blac...
 
CloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talkCloudOpen 2012 OpenNebula talk
CloudOpen 2012 OpenNebula talk
 
Opennebula instalação
Opennebula instalaçãoOpennebula instalação
Opennebula instalação
 
OpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, HeiglOpenNebulaConf2017EU: Rudder by Florian, Heigl
OpenNebulaConf2017EU: Rudder by Florian, Heigl
 
OpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on Tutorial
 

Similar to Eucalyptus, Nimbus & OpenNebula

Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overviewkarthik s
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architecturesabhinav vedanbhatla
 
Cloud computing virtualization
Cloud computing virtualizationCloud computing virtualization
Cloud computing virtualizationAyaz Shahid
 
comparative study of Cloud computing tools
comparative study of Cloud computing tools comparative study of Cloud computing tools
comparative study of Cloud computing tools Aditya Trivedi
 
Virtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of CloudVirtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of CloudNishant Munjal
 
Get superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloudGet superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloudmanoharparakh
 
9-cloud-computing.pdf
9-cloud-computing.pdf9-cloud-computing.pdf
9-cloud-computing.pdfErvisTema1
 
virtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptxvirtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptxXanGwaps
 
Tuning VIM performance for unikernels
Tuning VIM performance for unikernelsTuning VIM performance for unikernels
Tuning VIM performance for unikernelsStefano Salsano
 
Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2David Rilett
 
Lightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to FunctionsLightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to FunctionsEUBrasilCloudFORUM .
 
virtualization(1).pptx
virtualization(1).pptxvirtualization(1).pptx
virtualization(1).pptxAkashRajBehera
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architectureToni Ramirez
 

Similar to Eucalyptus, Nimbus & OpenNebula (20)

Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overview
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
 
Cloud computing virtualization
Cloud computing virtualizationCloud computing virtualization
Cloud computing virtualization
 
comparative study of Cloud computing tools
comparative study of Cloud computing tools comparative study of Cloud computing tools
comparative study of Cloud computing tools
 
Virtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of CloudVirtualization, A Concept Implementation of Cloud
Virtualization, A Concept Implementation of Cloud
 
Get superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloudGet superior performance with auto scalable e nlight managed cloud
Get superior performance with auto scalable e nlight managed cloud
 
9-cloud-computing.pdf
9-cloud-computing.pdf9-cloud-computing.pdf
9-cloud-computing.pdf
 
virtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptxvirtualization-220403085202_Chapter1.pptx
virtualization-220403085202_Chapter1.pptx
 
2 vm provisioning
2 vm provisioning2 vm provisioning
2 vm provisioning
 
vm provisioning
vm provisioningvm provisioning
vm provisioning
 
Cloud Computing - Introduction
Cloud Computing - IntroductionCloud Computing - Introduction
Cloud Computing - Introduction
 
Tuning VIM performance for unikernels
Tuning VIM performance for unikernelsTuning VIM performance for unikernels
Tuning VIM performance for unikernels
 
Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2
 
Lightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to FunctionsLightening the burden of cloud resources administration: from VMs to Functions
Lightening the burden of cloud resources administration: from VMs to Functions
 
virtualization(1).pptx
virtualization(1).pptxvirtualization(1).pptx
virtualization(1).pptx
 
virtualization.pptx
virtualization.pptxvirtualization.pptx
virtualization.pptx
 
Virtualization
VirtualizationVirtualization
Virtualization
 
lect 1TO 5.pptx
lect 1TO 5.pptxlect 1TO 5.pptx
lect 1TO 5.pptx
 
CloudStackFinalProject
CloudStackFinalProjectCloudStackFinalProject
CloudStackFinalProject
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architecture
 

Recently uploaded

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 

Recently uploaded (20)

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 

Eucalyptus, Nimbus & OpenNebula

  • 2. About Us Amar Myana Latika Patil I’m a Software Developer I’m a Software Developer I work at Security Brigade Infosec Pvt. Ltd. I work at TCS Consultancy Ltd. I’m working from last 3 years. I’m working from last 2 years.
  • 3. Abstract • Eucalyptus, Nimbus & OpenNebula are major Open-Source Cloud-Computing Software Platforms • Manage the provisioning of virtual machines for a cloud providing IaaS • Commercial cloud services charge, by the hour, for CPU time • It might be more cost effective for the organization to purchase hardware to create its own private cloud. • These software products are designed to allow an organization to set up a private group of machines as their own cloud. • These three frameworks represent three different points of interest in the design space of this particular type of open- source cloud.
  • 4. Analysis • We will discuss how these software frameworks act as managers that stand in the middle of a number of other software components. • We will analyze how core decisions in the basic architecture and overall structure of Eucalyptus, Nimbus and OpenNebula impact the kind of settings and applications for which each framework is most suitable. • We will identify several opportunities for improving these software stacks by identifying some of the challenges that are common to all three.
  • 5. The Cloud Computing Stack • A quick overview of entire cloud computing software stack. • In a generic open-source cloud computing system, we can identify six basic components.
  • 6. • First, we hardware and operating system that are on the various physical machines in the system. • The second component is the network. This includes the DNS, DHCP and the subnet organization of the physical machines. • The third component is the virtual machine hypervisor, (also known as a Virtual Machine Monitor or VMM). • The fourth component is an archive of VM disk images. • The fifth component is the front-end for users. • The last component is the cloud framework itself, where Eucalyptus, OpenNebula and Nimbus are placed.
  • 7. Eucalyptus • EUCALYPTUS stands for Elastic Utility Computing Architecture for Linking Your Program To Useful System. • It is open source software that was developed by University of California-Santa Barbara for Cloud Computing to implement Infrastructure as a Service. • Eucalyptus provide an EC2 -compatible cloud Computing Platform and S3- compatible Cloud Storage thus its services are available through EC2/S3 compatible APIs. • The Eucalyptus system is composed of a 5 main components interacting together; Client, Cloud Controller, Storage Controller (Walrus), Cluster Controller and a Node Controller.
  • 8. • Node Controller • Is installed in each compute node to control VM activities, including the execution, inspe- ction and termination of VM instances. • Cluster Controller • Runs on 1 machine per cluster & works as an intermediary betw- een the cloud & node controller. • Storage Controller • Warlus is a component that provides storage services for storing virtual machine images and user’s data. • Cloud Controller • It is the user’s entry point into the Eucalyptus system and only one instance is run on the system. It provides users with a way managing the system.
  • 9. • The cloud controller is built using the Enterprise service bus providing decoupling from the services’ implementation. • Client • The client component provides the user with a way to access the Eucalyptus system (cloud controller). • Eucalyptus provides two interfaces; • One is a WDSL which is a SOAP client interface similar to AWS EC2 interface called euca2ools. • Another interface is a HTTP query based interface.
  • 10. Constructing a Virtual Machine: 1. A user uses the euca2ools front-end to request a VM. 2. The VM template disk image is pushed to a compute node 3. This disk image is padded to the correct size and packaged for use by the hypervisor on the compute node. 4. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 5. On the head node the dhcp is set up with the MAC/IP pair 6. VM is spawned on the VMM. 7. The user can now SSH directly into the VM.
  • 11. Nimbus • Nimbus is another open source IaaS implementation framework which came online September 2005. • Nimbus allows a client to lease remote resources by deploying virtual machines (VMs) on those resources and configuring them to represent an environment desired by the user. • It was formerly known as the "Virtual Workspace Service" (VWS) but the "workspace service" is technically just one the components in the software collection. • Nimbus was designed with the goal of turning clusters into clouds mainly to be used in scientific applications.
  • 12. System Architecture And Design • The design of Nimbus which consists of a number of components based on the web service technology: 1. Workspace Service • Allows clients to manage and administer VMs by providing to two interfaces; 1. One interface is based on the web service resource framework (WSRF) 2. The other is based on EC2 WSDL.
  • 13. 2. Workspace Resource Manager • Implements VM instance creation on a site and management. 3. Workspace Pilot • Provides virtualization with significant changes to the site configurations. 4. Workspace Control • Implements VM instance management such as start, stop and pause VM. It also provides image management and sets up networks and provides IP assignment. 5. Context Broker • Allows clients coordinate large virtual cluster launches automatically and repeatedly. 6. Workspace Client • A complex client that provides full access to the workspace service functionality. 7. Cloud Client • A simpler client providing access to selected functionalities in the workspace service. 8. Storage Service • Cumulus is a web service providing users with storage capabilities to store images and works in conjunction with GridFTP.
  • 14. Constructing A Virtual Machine: 1. A user uses cloud-client to request a VM. 2. Nimbus will SSH into a compute node. 3. The VM template disk image is pushed to the compute node. 4. On the compute node, the disk image is padded to the correct size and configured. 5. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 6. A dhcp server on the compute node is configured with a MAC/IP pair. 7. VM is spawned on the VMM. 8. The user can now SSH directly into the VM.
  • 15. OpenNebula • OpenNebula tends to a greater level of centralization and customizability (especially for end-users). • The idea of OpenNebula is a pure private cloud, in which users actually log into the head node to access cloud functions. • OpenNebula, by default, uses a shared file system, typically NFS, for all disk images files and all files for actually running the OpenNebula functions. • In order to spawn a VM, the user provides a configuration file containing parameters which would be fed into the VMM command line. This allows for memory, processor, network and disk resources to be requested for essentially any configuration. • OpenNebula is also very centralized, especially in its default
  • 16. Constructing A Virtual Machine 1. A user uses ssh to login to the head node. 2. The user uses the onevm command to request a VM. 3. The VM template disk image is copied and a copy is padded to the correct size and configuration within the NFS directory on the head node. 4. The one process on the head node uses ssh to log into a compute node. 5. The compute node sets up network bridging to provide a virtual NIC with a virtual MAC. 6. Files needed by the VMM on the compute node will be pulled to the compute node via the NFS. 7. VM is spawned on the VMM. 8. The user can now SSH directly into the VM.
  • 17. SUMMARY Eucalyptus OpenNebula Nimbus Philosophy Mimic Amazon EC2 Private, highly customizable cloud Cloud resources tailored to scientific researchers Customizability Some for admin, less for user Basically everything Many parts except for image storage and globus credentials DHCP On cluster controller Variable On individual compute node Internal Security Tight. Root required for many things. Looser, but can be made more tight if needed. Fairly tight, unless deploying a fully private cloud. User Security Users are given custom credentials via a web interface User logs into head Users x509 credential is registered with cloud An Ideal Setting Large group of Smaller group of Deploy for less to