Building a real world public cloud from the ground up

Size: px
Start display at page:

Download "Building a real world public cloud from the ground up"

Transcription

1 Building a real world public cloud from the ground up Vangelis Koukis vkoukis@grnet.gr Technical Coordinator, okeanos Project GRNET DeIC konference

2 okeanos? Outline Rationale Design Platform Features Unity Automation Opensource Upcoming Greek Research and Technology Network DeIC konference

3 What is okeanos? okeanos is Greek for ocean. Oceans capture, store and deliver energy, oxygen and life around the planet. Greek Research and Technology Network DeIC konference

4 Simplicity i GRNET DeIC konference

5 GRNET DeIC konference

6 Virtual Compute Machines Virtual Network Ethernets Virtual Storage Disks ss Virtual Security Firewalls GRNET DeIC konference

7 Flexibility GRNET DeIC konference

8 GRNET DeIC konference

9 5x 8x 2x 1x GRNET DeIC konference

10 okeanos service Goal: Production quality IaaS Bt Beta in Dec, current Alpha: >1600 VMs / >1000 users Target group: GRNET s customers direct: IT depts of connected institutions indirect: university students, researchers in academia Users manage resources over a simple, elegant UI, or a REST API, for full programmatic control Greek Research and Technology Network DeIC konference

11 okeanos features Compute/Network Service: Cyclades File Storage Service: Pithos+ Image Service: Plankton Identity Service: Astakos Volume Service: Archipelago Greek Research and Technology Network DeIC konference

12 Rationale GRNET DeIC konference

13 How it all started Need for easy, secure access to GRNET s datacenters User fi friendliness, simplicity i Scalable to the thousands #VMs, TBs, users (Pithos: 10k) running within GRNET s AAI Federation Resell or build your own? IaaS cloud provider, vendor, or own infrastructure? It all depends on your needs Greek Research and Technology Network DeIC konference

14 Commercial IaaS Build on commercial IaaS? Amazon EC2 not an end user service Need to develop custom UI, AAI layers Vendor lock in Unsuitable for IT depts persistent, long term servers custom networking requirements GRNET has invested heavily in its core network > 8000km of dark kfiber Greek Research and Technology Network DeIC konference

15 Bring vendor into datacenter? Hypervisor lock in Is a turn key solution suitable for a public cloud? Building public clouds is an ongoing process Manageable by GRNET s operation Integrated into the rest of the infrastructure Scaling to thousands of users Build on existing know how Gain know how, build own IaaS reuse for own services Greek Research and Technology Network DeIC konference

16 What about opensource? OpenStack, Eucalyptus, OpenNebula Need a mature opensource core to build around Maturity, production readiness? readiness? proven in production environments, predictable Extensibility? Flexibility? Upgradeability, maintainability? Greek Research and Technology Network DeIC konference

17 Design GRNET DeIC konference

18 okeanos design decisions Reuse existing components Build on Google Ganeti target commodity hardware release to the community as opensource Greek Research and Technology Network DeIC konference

19 okeanos design principles No need to make the world No need to support everything Service developed and maintained by people p Start from the architecture then discover, combine, reuse the right components And for everything that s not already available Do it yourself! Greek Research and Technology Network DeIC konference

20 GRNET DeIC konference

21 Jigsaw puzzle Synnefo custom cloud management software to power okeanos Google Ganeti backend VM cluster management: physical nodes, VMs, migrations OpenStack APIs: Compute API v1.1, Object Storage API with custom extensions whenever necessary Then everything comes togetherth UI, Networking, Images, Storage, Monitoring, Identity management, Accounting, Billing, Clients, Helpdesk Greek Research and Technology Network DeIC konference

22 Why Ganeti? No need to reinvent the wheel Scalable, proven software infrastructure Built with reliability and redundancy in mind Combines open components (KVM, LVM, DRBD) Well maintained, readable code VM cluster management in production is serious business reliable VM control, VM migrations, resource allocation handling node downtime, software upgrades Greek Research and Technology Network DeIC konference

23 Why Ganeti? GRNET already had long experience with Ganeti provides 280 VMs to NOCs through the ViMa service involved in development, contributing patches upstream Build on existing know how for okeanos Common backend, common fixes reuse of experience and operational procedures simplified, less error prone deployment Greek Research and Technology Network DeIC konference

24 Platform GRNET DeIC konference

25 Software Stack REST API Multiple users, multiple resources Synnefo Multiple VMs on cluster Single VM Ganeti KVM Greek Research and Technology Network DeIC konference

26 Platform Design Web Client CLI Client Web Client 2 admin@home OpenStack Compute API v1.1 GRNET Proprietary GRNET datacenter Synnefo cloud management software Google Ganeti KVM Debian Direct Outof Band Access Virtual Hardware Greek Research and Technology Network DeIC konference

27 Features GRNET DeIC konference

28 Virtual Machine Actions My_Windows_desktop Start Console Reboot Shutdown Destroy Greek Research and Technology Network DeIC konference

29 Virtual Machines powered by KVM IaaS Compute (1) Linux and Windows guests, on Debian hosts Google Ganeti for VM cluster management accessible by the end user over the Web or programmatically (OpenStack Compute v1.1) Greek Research and Technology Network DeIC konference

30 IaaS Compute (2) User has full control over own VMs Create Select # CPUs, RAM, System Disk OS selection from pre defined or custom Images popular Linux distros (Fedora, Debian, Ubuntu) Windows Server 2008 R2 Start, Shutdown, Reboot, Destroy Out of Band console over VNC for troubleshooting Greek Research and Technology Network DeIC konference

31 IaaS Compute (3) REST API for VM management OpenStack Compute v1.1 1 compatible 3rd party tools and client libraries custom extensions for yet unsupported functionality Python & Django implementation Full featured UI in JS/jQuery UI is just another API client All UI operations happen over the API Greek Research and Technology Network DeIC konference

32 IaaS Network (Virtual Ethernets) Internet Private Network 1 Private Network2 Pi Private Network k3 Greek Research and Technology Network DeIC konference

33 IaaS Network Functionality Dual IPv4/IPv6 connectivity for each VM Easy, platform provided ltf d firewalling Array of pre configured firewall profiles Or roll your own firewall inside VM Multiple private, virtual L2 networks Construct arbitrary network topologies e.g., deploy VMs in multi tier configurations Exported all the way to the API and the UI Greek Research and Technology Network DeIC konference

34 Unity GRNET DeIC konference

35 Images Spawn my own Ubuntu Freeze Greek Research and Technology Network DeIC konference

36 Untrusted images Custom Images: snf image Host cannot touch user provided d data Resize fs, change hostname, change passwords, inject files Split design snf image host snf image helper All customization in helper VM Greek Research and Technology Network DeIC konference

37 OpenStack Object Storage API Block storage Content based addressing for blocks Every fl file is a collection of blocks Web based, command line, and native clients Synchronization, deduplication An integral part of okeanos User files, Image registry for VM Images Goal: use common backend with Archipelago Greek Research and Technology Network DeIC konference

38 Images Spawn my own Ubuntu Freeze Greek Research and Technology Network DeIC konference

39 Images Storage Clone Ubuntu + user data Snapshot Greek Research and Technology Network DeIC konference

40 Images Golden Image Greek Research and Technology Network DeIC konference

41 IaaS Storage Greek Research and Technology Network DeIC konference

42 IaaS Storage Volume Composer RADOS object I/O Monitor nodes Maps Archipelago Storage Object Storage nodes Greek Research and Technology Network DeIC konference

43 IaaS Storage Volume Composer RADOS object I/O Monitor nodes Maps Storage nodes Greek Research and Technology Network DeIC konference

44 First phase deployment IaaS Storage (1) System provided and custom user Images Redundant storage based on DRBD VMs survive physical node downtime or failure Currently under testing Reliable distributed storage over RADOS Combined with ihcustom software for snapshotting, cloning Dynamic virtual storage volumes Greek Research and Technology Network DeIC konference

45 IaaS Storage (2) Multi tier storage architecture Ddi Dedicated dstorage Nodes (SSD, SAS, and SATA storage) OSDs, e.g., for RADOS Custom storage layer: Archipelago manages snapshots, creates clones over block pools OS Images held as snapshots VMs created as clones of snapshots Greek Research and Technology Network DeIC konference

46 Integration GRNET DeIC konference

47 Greek Research and Technology Network DeIC konference

48 Greek Research and Technology Network DeIC konference

49 Greek Research and Technology Network DeIC konference

50 Greek Research and Technology Network DeIC konference

51 Identity: Astakos Support services Provides the user base for okeanos Once authenticated, the user retrieves a common auth token for programmatic access Greek Research and Technology Network DeIC konference

52 Automation GRNET DeIC konference

53 ./kamaki $./kamaki Usage: kamaki <group> <command> [options] api=api API can be either openstack or synnefo url=url API URL token=token use token TOKEN Commands: flavor info get flavor details flavor list list flavors image create create image image delete delete image $./kamaki server shutdown 101 url= token= db2 t k Greek Research and Technology Network DeIC konference

54 ./kamaki $ ipython In [1]: from kamaki.client import Client In [2]: c = Client(' " db2 ") In [3]: c.list_flavors() In [4]: i = c.list_images() In [5]: i[5] {u'created': u' T00:00:00+00:00', u'id': 7, u'metadata': {u'values': {u'os': u'windows', u'size': u'11000'}}, u'name': u'windows', u'progress': 100, u'status': u'active', u'updated': u' T14:47:12+00:00'} In [6]: c.create_server('mywin1', 3, 5) Greek Research and Technology Network DeIC konference

55 Sights GRNET DeIC konference

56 Live Demo Prepare and upload Image from local template VM Spawn compute cluster to run MPI app Make local modifications and repeat What if it was over a 3G connection? Time needed to upload 1GB Image file? Time needed to prepare and spawn virtual nodes? Greek Research and Technology Network DeIC konference

57 Internals GRNET DeIC konference

58 Deployment DB SQL WbS Web Server API Server REST API ui SQL api aai Logic snf dispatcher RAPI Queue Ganeti Master Ganeti node snf gnt eventd snf gnt hook KVM Greek Research and Technology Network DeIC konference

59 Upcoming goals Credit based resource allocation Abstract away the Ganeti backend, replace with backend connector behind the MQ Release to community as reference implementation of OpenStack Compute v1.1 Support live modification of VMs in Ganeti Snapshots, clones in storage layer Dramatic decrease in VM initialization i i i time Support workloads with 100s of ephemeral VMs e.g. for scientific computation, MPI jobs Greek Research and Technology Network DeIC konference

60 GRNET DeIC konference

61 GRNET DeIC konference

62 GRNET DeIC konference

63 GRNET DeIC konference

64 GRNET DeIC konference

65 GRNET DeIC konference

66 GRNET DeIC konference

67 GRNET DeIC konference

68 GRNET DeIC konference

69 GRNET DeIC konference

70 GRNET DeIC konference

71 GRNET DeIC konference

72 GRNET DeIC konference

73 GRNET DeIC konference

74 GRNET DeIC konference

75 GRNET DeIC konference

76 GRNET DeIC konference

77 GRNET DeIC konference

78 GRNET DeIC konference

79 GRNET DeIC konference

80 GRNET DeIC konference

81 GRNET DeIC konference

82 GRNET DeIC konference

83 GRNET DeIC konference

84 GRNET DeIC konference

85 GRNET DeIC konference

86 GRNET DeIC konference

87 GRNET DeIC konference

88 GRNET DeIC konference

89 GRNET DeIC konference

90 GRNET DeIC konference

91 GRNET DeIC konference

92 GRNET DeIC konference

93 GRNET DeIC konference

94 GRNET DeIC konference

95 GRNET DeIC konference

96 GRNET DeIC konference

97 GRNET DeIC konference

98 GRNET DeIC konference

99 GRNET DeIC konference

100 GRNET DeIC konference

101 GRNET DeIC konference

102 GRNET DeIC konference

103 GRNET DeIC konference

104 GRNET DeIC konference

105 GRNET DeIC konference

106 GRNET DeIC konference

107 GRNET DeIC konference

108 GRNET DeIC konference

109 GRNET DeIC konference

110 GRNET DeIC konference

111 GRNET DeIC konference

112 GRNET DeIC konference

113 GRNET DeIC konference

114 GRNET DeIC konference

115 GRNET DeIC konference

116 Upcoming GRNET DeIC konference

117 Now: Alpha2 Current and Upcoming features Common user base, custom user images on Pithos+ short term: Synnefo v0.12, Beta Ultra lightweight VMs on Archipelago with RADOS backend medium term Volumes: clonable / snapshottable / attachable disks Network and storage hotplugging Upcoming beta in fully populated datacenter Greek Research and Technology Network DeIC konference

118 Opensource Synnefo: Cyclades / Pithos+ / Astakos kamaki pip install or apt get install everything! Greek Research and Technology Network DeIC konference

119

120 Thank You! Questions? Greek Research and Technology Network DeIC konference

121 Asynchronous design DB contains All state needed to handle API queries no need to reach the backend Ganeti GetInstanceInfo() is a proper job, too slow Two distinct paths, effect and update Effect changes to VMs when servicing API requests to modify VM state issue commands to Ganeti backend, over RAPI ACK reception of request to user Update DB, when interesting things happen user or admin initiated Queue notifications to Message Queue, over AMQP Greek Research and Technology Network DeIC konference

122 Synnefo deployment DB SQL WbS Web Server API Server REST API ui SQL api aai Logic snf dispatcher RAPI Queue Ganeti Master snf gnt eventd snf gnt hook Ganeti node KVM Greek Research and Technology Network DeIC konference

123 The effect Path Reception of API request to modify VM state (e.g., PUT /servers over HTTP) API enforces access rights and policy Ganeti knows no cloud users or access rights Need to translate from Openstack Compute to backend ops (e.g., CreateInstance()) Asynchronous request processing Return HTTP 202 Accepted it s up to the API client to poll for completion Greek Research and Technology Network DeIC konference

124 Synnefo deployment DB SQL WbS Web Server API Server REST API ui SQL api aai Logic snf dispatcher RAPI Queue Ganeti Master snf gnt eventd snf gnt hook Ganeti node KVM Greek Research and Technology Network DeIC konference

125 May run at any time The update path Completely decoupled from effect path Design goal: Ganeti admins free to bypass frontend Synnefo adapts Synnefo logic triggered on backend events Ganeti operation progressing in the queue Synnefo hook running inside Ganeti Hooks run at various phases in a VM s lifecyclel Greek Research and Technology Network DeIC konference

126 Synnefo deployment DB SQL WbS Web Server API Server REST API ui SQL api aai Logic snf dispatcher RAPI Queue Ganeti Master snf gnt eventd snf gnt hook Ganeti node KVM Greek Research and Technology Network DeIC konference

127 The Ganeti event daemon Ganeti master manages job queue Jobs pass Queued, Waiting, Running, end up in Canceled, Success, Error. Need a way for Synnefo to monitor job progress Synnefo specific solution: Ganeti event daemon Passively monitor the Ganeti job queue Notifications over AMQP on job progress Synnefo logic listens to Message Queue, updates DB inotify() based mechanism, no code changes to Ganeti Greek Research and Technology Network DeIC konference

128 The Synnefo hook in Ganeti Different phases in a VM s lifecyclele {pre, post} {add, start, stop, reboot, modify} Run Synnefo specific hook in post * Pushes VM configuration notifications to MQ e.g., g, NIC setup Greek Research and Technology Network DeIC konference

129 IaaS Network Implementation Custom modifications to Ganeti IP pool management for the public network Custom written DHCP server over NFQUEUE Custom interface handling scripts Enforce VM networking configuration Private Networks Alpha: pre provisioned bridges to 802.1Q VLANs Later on: MAC prefix based filtering Greek Research and Technology Network DeIC konference

130 Synnefo deployment DB SQL WbS Web Server API Server REST API ui SQL api aai Logic snf dispatcher RAPI Queue Ganeti Master snf gnt eventd snf gnt hook Ganeti node KVM Greek Research and Technology Network DeIC konference

131 Reconciliation with Ganeti What if the MQ is down, and messages are lost? Ganeti is the Single Source of Truth for VM state Reconcile DB state asynchronously On success notification for a Ganeti GetInstanceInfo() op Triggered periodically, e.g., g, using cron or even by the administrator, running gnt instance t info manually Greek Research and Technology Network DeIC konference

Delivering IaaS for the Greek Academic and Research Community

Delivering IaaS for the Greek Academic and Research Community Greek Research and Technology Network IEEE CloudCom 2011 93 Delivering IaaS for the Greek Academic and Research Community Vangelis Koukis vkoukis@grnet.gr Technical Coordinator, okeanos Project Greek Research

More information

Delivering IaaS for the Greek Academic and Research Community

Delivering IaaS for the Greek Academic and Research Community Greek Research and Technology Network Internal Presentation 59 Delivering IaaS for the Greek Academic and Research Community Vangelis Koukis vkoukis@grnet.gr ki Technical Coordinator, okeanos Project Greek

More information

Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities

Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities Greek Research and Technology Network 59 Unveiling ~okeanos: A public cloud IaaS service coming from the depths of the GRNET's DataCenter facilities Nectarios Koziris, GRNET Greek Research and Technology

More information

GRNET Cloud Compu7ng Services An Overview

GRNET Cloud Compu7ng Services An Overview GRNET Cloud Compu7ng Services An Overview Panos Louridas louridas@grnet.gr GN3 Innova7on Workshop Copenhagen, October 10 11 2011 Greek Research and Technology Network 2 Outline u okeanos IaaS u pithos

More information

Public Cloud Services for universities

Public Cloud Services for universities Public cloud services for the Greek research and academic community The ~okeanos IaaS Cloud Vangelis Floros SUCRE Workshop, 16-17 Apr 2013, Poznan GRNET is... The Greek research and technology network

More information

Η υπηρεσία Public IaaS Cloud @ ΕΔΕΤ ανάπτυξη και λειτουργία για χιλιάδες χρήστες

Η υπηρεσία Public IaaS Cloud @ ΕΔΕΤ ανάπτυξη και λειτουργία για χιλιάδες χρήστες Η υπηρεσία Public IaaS Cloud @ ΕΔΕΤ ανάπτυξη και λειτουργία για χιλιάδες χρήστες Nectarios Koziris, GRNET Greek Research and Technology Network Cloud Computing Conference 2013 (Plaza, Maroussi) 1 Greek

More information

PoS(EGICF12-EMITC2)007

PoS(EGICF12-EMITC2)007 1 GRNET 56 Mesogeion Ave, Athens, Greece E-mail: vkoukis@grnet.gr Panos Louridas GRNET 56 Mesogeion Ave, Athens, Greece E-mail: louridas@grnet.gr Abstract This paper introduces ~okeanos, an Iaas platform

More information

FIA Athens 2014 vkoukis@grnet.gr ~OKEANOS: A LARGE EUROPEAN PUBLIC CLOUD BASED ON SYNNEFO. VANGELIS KOUKIS, TECHNICAL LEAD, ~OKEANOS

FIA Athens 2014 vkoukis@grnet.gr ~OKEANOS: A LARGE EUROPEAN PUBLIC CLOUD BASED ON SYNNEFO. VANGELIS KOUKIS, TECHNICAL LEAD, ~OKEANOS ~OKEANOS: A LARGE EUROPEAN PUBLIC CLOUD BASED ON SYNNEFO. VANGELIS KOUKIS, TECHNICAL LEAD, ~OKEANOS 1 Fact 1 NRENs and Europe need to decide on how to deliver cloud services Brokering between 3 rd party

More information

SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO

SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO 1 Synnefo cloud platform An all-in-one cloud solution Written from scratch in Python Manages

More information

How To Build An Iaas Cloud Cloud (Geneo) For Ganet.Org

How To Build An Iaas Cloud Cloud (Geneo) For Ganet.Org 6 th GreenConnectedWorld, 10.4, Caravel, Athens Building Scalable Clouds that work! (The ~okeanos GRNET solution) Νεκτάριος Κοζύρης, καθ. ΕΜΠ, ΕΔΕΤ Greek Research and Technology Network CIO Forum, 10/02/14

More information

Comparing Ganeti to other Private Cloud Platforms. Lance Albertson Director lance@osuosl.org @ramereth

Comparing Ganeti to other Private Cloud Platforms. Lance Albertson Director lance@osuosl.org @ramereth Comparing Ganeti to other Private Cloud Platforms Lance Albertson Director lance@osuosl.org @ramereth About me OSU Open Source Lab Server hosting for Open Source Projects Open Source development projects

More information

Cloud Computing for Control Systems CERN Openlab Summer Student Program 9/9/2011 ARSALAAN AHMED SHAIKH

Cloud Computing for Control Systems CERN Openlab Summer Student Program 9/9/2011 ARSALAAN AHMED SHAIKH Cloud Computing for Control Systems CERN Openlab Summer Student Program 9/9/2011 ARSALAAN AHMED SHAIKH CONTENTS Introduction... 4 System Components... 4 OpenNebula Cloud Management Toolkit... 4 VMware

More information

2) Xen Hypervisor 3) UEC

2) Xen Hypervisor 3) UEC 5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools

More information

Building a big IaaS cloud with Apache CloudStack

Building a big IaaS cloud with Apache CloudStack Building a big IaaS cloud with Apache CloudStack David Nalley PMC Member Apache CloudStack Member, Apache Software Foundation ke4qqq@apache.org Twitter: @ke4qqq New slides at: http://s.apache.org/bigiaas

More information

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse.

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager pchadwick@suse.com Product Marketing Manager djarvis@suse.com SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores OnApp Cloud The complete platform for cloud service providers 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete platform for cloud service providers OnApp software turns your datacenter into an

More information

OpenNebula Cloud Platform for Data Center Virtualization

OpenNebula Cloud Platform for Data Center Virtualization OSDC 2013 Nüremberg, Germany 17-18 April, 2013 OpenNebula Cloud Platform for Data Center Virtualization Constantino Vázquez Blanco OpenNebula Project Engineer @tinova79 OpenNebula Project. Creative Commons

More information

Review of GRNET s-NOC virtualization Network

Review of GRNET s-NOC virtualization Network Scaling up your virtualization infrastructure Apollon Oikonomopoulos and Faidon Liambotis Greek Research and Technology Network 56 Mesogeion Ave., 115 27, Athens, Greece {apollon,faidon}@noc.grnet.gr Abstract

More information

Overview. The OnApp Cloud Platform. Dashboard APPLIANCES. Used Total Used Total. Virtual Servers. Blueprint Servers. Load Balancers.

Overview. The OnApp Cloud Platform. Dashboard APPLIANCES. Used Total Used Total. Virtual Servers. Blueprint Servers. Load Balancers. Overview The OnApp Cloud Platform Dashboard APPLIANCES Virtual Servers Blueprint Servers Load Balancers Bare Metal Smart Servers Hypervisors Assets Integrated Storage COMPONENTS DNS Templates Blueprints

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

Cloud on TEIN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University

Cloud on TEIN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University Cloud on TEIN Part I: OpenStack Cloud Deployment Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University Outline Objectives Part I: OpenStack Overview How OpenStack

More information

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by:

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by: Xen @ Google Iustin Pop, Google Switzerland Sponsored by: & & Introduction Talk overview Corporate infrastructure Overview Use cases Technology Open source components Internal components

More information

Mirantis www.mirantis.com/training

Mirantis www.mirantis.com/training TM Mirantis www.mirantis.com/training Goals Understand OpenStack purpose and use cases Understand OpenStack ecosystem o history o projects Understand OpenStack architecture o logical architecture o components

More information

Deployment of Private, Hybrid & Public Clouds with OpenNebula

Deployment of Private, Hybrid & Public Clouds with OpenNebula EL / LAK (FOSS) 2010 May 14th, 2010 Deployment of Private, Hybrid & Public Clouds with OpenNebula University Complutense of Madrid The Anatomy of an IaaS Cloud Deployment of Private, Hybrid & Public Clouds

More information

Openstack. Cloud computing with Openstack. Saverio Proto saverio.proto@switch.ch

Openstack. Cloud computing with Openstack. Saverio Proto saverio.proto@switch.ch Openstack Cloud computing with Openstack Saverio Proto saverio.proto@switch.ch Lugano, 23/03/2016 Agenda SWITCH role in Openstack and Cloud Computing What is Virtualization? Why is Cloud computing more

More information

OVERVIEW. The complete IaaS platform for service providers

OVERVIEW. The complete IaaS platform for service providers OVERVIEW The complete IaaS platform for service providers The complete IaaS platform for service providers With OnApp you can sell more services, automate more of your infrastructure and extend your reach

More information

Asynchronous Provisioning Platform (APP)

Asynchronous Provisioning Platform (APP) Service Catalog Manager - IaaS Integration Asynchronous Provisioning Platform (APP) 0 Overview Implementing an asynchronous provisioning service (e.g. for IaaS) most often requires complex implementation

More information

Ένα διεθνές λογισμικό για Clouds από Έλληνες μηχανικούς. χιλιάδες χρήστες που αναπτύχθηκε στην Ελλάδα από το ΕΔΕΤ. μια παγκόσμια υπηρεσία με

Ένα διεθνές λογισμικό για Clouds από Έλληνες μηχανικούς. χιλιάδες χρήστες που αναπτύχθηκε στην Ελλάδα από το ΕΔΕΤ. μια παγκόσμια υπηρεσία με Ένα διεθνές λογισμικό για Clouds από Έλληνες μηχανικούς μια παγκόσμια υπηρεσία με χιλιάδες χρήστες που αναπτύχθηκε στην Ελλάδα από το ΕΔΕΤ Καθ. Νεκτάριος Κοζύρης, ΕΔΕΤ ΑΕ Greek Research and Technology

More information

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case)

STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case) 10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA by Sowmya Krishnan, Senior Software QA Engineer, Citrix Copyright: STeP-IN Forum and Quality Solutions for Information

More information

Mobile Cloud Computing T-110.5121 Open Source IaaS

Mobile Cloud Computing T-110.5121 Open Source IaaS Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital

More information

GRNET-4. Offering Cloud Services to the Greek R&E Community. Yannis Mitsos 1 ymitsos@noc.grnet.gr, Panos Louridas 1 louridas@grnet.gr.

GRNET-4. Offering Cloud Services to the Greek R&E Community. Yannis Mitsos 1 ymitsos@noc.grnet.gr, Panos Louridas 1 louridas@grnet.gr. GRNET-4 Offering Cloud Services to the Greek R&E Community Yannis Mitsos 1 ymitsos@noc.grnet.gr, Panos Louridas 1 louridas@grnet.gr 1 Greek Research and Technology Network October 2010 Presentation's structure

More information

w w w. u l t i m u m t e c h n o l o g i e s. c o m Infrastructure-as-a-Service on the OpenStack platform

w w w. u l t i m u m t e c h n o l o g i e s. c o m Infrastructure-as-a-Service on the OpenStack platform w w w. u l t i m u m t e c h n o l o g i e s. c o m Infrastructure-as-a-Service on the OpenStack platform http://www.ulticloud.com http://www.openstack.org Introduction to OpenStack 1. What OpenStack is

More information

Introduction to OpenStack

Introduction to OpenStack Introduction to OpenStack Carlo Vallati PostDoc Reseracher Dpt. Information Engineering University of Pisa carlo.vallati@iet.unipi.it Cloud Computing - Definition Cloud Computing is a term coined to refer

More information

Comparing Open Source Private Cloud (IaaS) Platforms

Comparing Open Source Private Cloud (IaaS) Platforms Comparing Open Source Private Cloud (IaaS) Platforms Lance Albertson OSU Open Source Lab Associate Director of Operations lance@osuosl.org / @ramereth About me OSU Open Source Lab Server hosting for Open

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details System requirements and installation How to get it? 2 What is CC1? The CC1 system is a complete solution

More information

OpenNebula Open Souce Solution for DC Virtualization

OpenNebula Open Souce Solution for DC Virtualization 13 th LSM 2012 7 th -12 th July, Geneva OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision

More information

OpenNebula Open Souce Solution for DC Virtualization

OpenNebula Open Souce Solution for DC Virtualization OSDC 2012 25 th April, Nürnberg OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized

More information

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

More information

Getting Started Hacking on OpenNebula

Getting Started Hacking on OpenNebula LinuxTag 2013 Berlin, Germany, May 22nd Getting Started Hacking on OpenNebula Carlos Martín Project Engineer Acknowledgments The research leading to these results has received funding from Comunidad de

More information

OpenStack Introduction. November 4, 2015

OpenStack Introduction. November 4, 2015 OpenStack Introduction November 4, 2015 Application Platforms Undergoing A Major Shift What is OpenStack Open Source Cloud Software Launched by NASA and Rackspace in 2010 Massively scalable Managed by

More information

Virtualization @ Google

Virtualization @ Google Virtualization @ Google Alexander Schreiber Google Switzerland Libre Software Meeting 2012 Geneva, Switzerland, 2012-06-10 Introduction Talk overview Corporate infrastructure Overview Use cases Technology

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2015 Page 1 of 8 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

Virtual Datacenter or Virtualization in the datacenter. (OpenStack) Larry Rudolph

Virtual Datacenter or Virtualization in the datacenter. (OpenStack) Larry Rudolph Virtual Datacenter or Virtualization in the datacenter (OpenStack)! Larry Rudolph A merge of several public presentations Rackspace & NASA started it off, and OpenStack has grown dramatically All possible

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

Ganeti is a software stack that allows easily managing a collection of

Ganeti is a software stack that allows easily managing a collection of GUIDO TROTTER AND TOM LIMONCELLI Guido is a Senior Engineer at Google Munich, where he leads the development of Ganeti, an open source cluster virtualization manager. His interests and speaking topics

More information

Building a Cloud Computing Platform based on Open Source Software. 10. 18. 2011. Donghoon Kim ( donghoon.kim@kt.com ) Yoonbum Huh ( huhbum@kt.

Building a Cloud Computing Platform based on Open Source Software. 10. 18. 2011. Donghoon Kim ( donghoon.kim@kt.com ) Yoonbum Huh ( huhbum@kt. Building a Cloud Computing Platform based on Open Source Software 10. 18. 2011. Donghoon Kim ( donghoon.kim@kt.com ) Yoonbum Huh ( huhbum@kt.com) Topics I.Open Source SW and Cloud Computing II. About OpenStack

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Shang Juh Kao Dept. of Computer Science and Engineering National Chung Hsing University 2011/10/27 CSE, NCHU 1 Table of Contents 1. Introduction ( 資 料 取 自 NCHC 自 由 軟 體 實

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

How To Run A Cloud Server On A Server Farm (Cloud)

How To Run A Cloud Server On A Server Farm (Cloud) StratusLab: Darn Simple Cloud Charles (Cal) Loomis (CNRS/LAL & SixSq Sàrl) FOSDEM 13: Cloud Devroom (3 February 2013) StratusLab What is it? Complete Infrastructure as a Service (IaaS) cloud distribution

More information

OpenNebula Open Souce Solution for DC Virtualization. C12G Labs. Online Webinar

OpenNebula Open Souce Solution for DC Virtualization. C12G Labs. Online Webinar OpenNebula Open Souce Solution for DC Virtualization C12G Labs Online Webinar What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized Environments I m using virtualization/cloud,

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details Use cases By scientist By HEP experiment System requirements and installation How to get it? 2 What

More information

Hadoop on OpenStack Cloud. Dmitry Mescheryakov Software Engineer, @MirantisIT

Hadoop on OpenStack Cloud. Dmitry Mescheryakov Software Engineer, @MirantisIT Hadoop on OpenStack Cloud Dmitry Mescheryakov Software Engineer, @MirantisIT Agenda OpenStack Sahara Demo Hadoop Performance on Cloud Conclusion OpenStack Open source cloud computing platform 17,209 commits

More information

FleSSR Project: Installing Eucalyptus Open Source Cloud Solution at Oxford e- Research Centre

FleSSR Project: Installing Eucalyptus Open Source Cloud Solution at Oxford e- Research Centre FleSSR Project: Installing Eucalyptus Open Source Cloud Solution at Oxford e- Research Centre Matteo Turilli, David Wallom Eucalyptus is available in two versions: open source and enterprise. Within this

More information

OGF25/EGEE User Forum Catania, Italy 2 March 2009

OGF25/EGEE User Forum Catania, Italy 2 March 2009 OGF25/EGEE User Forum Catania, Italy 2 March 2009 Constantino Vázquez Blanco Javier Fontán Muiños Raúl Sampedro Distributed Systems Architecture Research Group Universidad Complutense de Madrid 1/31 Outline

More information

Sun Cloud API: A RESTful Open API for Cloud Computing

Sun Cloud API: A RESTful Open API for Cloud Computing Sun Cloud API: A RESTful Open API for Cloud Computing Lew Tucker CTO, Cloud Computing Sun Microsystems, Inc. 1 Future vision: Global Cloud of Clouds (a.k.a InterCloud ) Inter-connected network of servers,

More information

Open Source Cloud Computing Management with OpenNebula

Open Source Cloud Computing Management with OpenNebula CloudCamp Campus Party July 2011, Valencia Open Source Cloud Computing Management with OpenNebula Javier Fontán Muiños dsa-research.org Distributed Systems Architecture Research Group Universidad Complutense

More information

THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD

THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD By Yohan Wadia ucalyptus is a Linux-based opensource software architecture that implements efficiencyenhancing private and hybrid clouds within an enterprise s

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure

More information

Infrastructure as a Service

Infrastructure as a Service Infrastructure as a Service Jose Castro Leon CERN IT/OIS Cloud Computing On-Demand Self-Service Scalability and Efficiency Resource Pooling Rapid elasticity 2 Infrastructure as a Service Objectives 90%

More information

Cloud Server. Parallels. Key Features and Benefits. White Paper. www.parallels.com

Cloud Server. Parallels. Key Features and Benefits. White Paper. www.parallels.com Parallels Cloud Server White Paper Key Features and Benefits www.parallels.com Table of Contents Introduction... 3 Key Features... 3 Distributed Cloud Storage (Containers and Hypervisors)... 3 Rebootless

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Building Clouds with OpenNebula 2.2 and StratusLab

Building Clouds with OpenNebula 2.2 and StratusLab Contrail Summer School June 2011, France Building Clouds with OpenNebula 2.2 and StratusLab Javier Fontán Muiños dsa-research.org Distributed Systems Architecture Research Group Universidad Complutense

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

Cloud on TIEN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat

Cloud on TIEN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat Cloud on TIEN Part I: OpenStack Cloud Deployment Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat Outline Part I: OpenStack Overview How OpenStack components work

More information

Project Documentation

Project Documentation Project Documentation Class: ISYS 567 Internship Instructor: Prof. Verma Students: Brandon Lai Pascal Schuele 1/20 Table of Contents 1.) Introduction to Cloud Computing... 3 2.) Public vs. Private Cloud...

More information

Agenda. Begining Research Project. Our problems. λ The End is not near...

Agenda. Begining Research Project. Our problems. λ The End is not near... About me... Davor Guttierrez Company 3 Gen d.o.o. 33 employes Located in Ljubljana - Slovenia IBM Mainframe, Virtualization (RHEL, OracleVM, ) Oracle Application Servers Oracle Databases Jboss, Weblogic,

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

from programmer s point of view

from programmer s point of view Cloud in practice from programmer s point of view Łukasz Nawojczyk LukeAhead.net E-mail: contact@lukeahead.net Twitter: @LukeAheadNET Secret Plan Clouds advantages and disadvantages Pricing Cloud Models

More information

Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases

Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases NASA Ames NASA Advanced Supercomputing (NAS) Division California, May 24th, 2012 Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases Ignacio M. Llorente Project Director OpenNebula Project.

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.

More information

NET ACCESS VOICE PRIVATE CLOUD

NET ACCESS VOICE PRIVATE CLOUD Page 0 2015 SOLUTION BRIEF NET ACCESS VOICE PRIVATE CLOUD A Cloud and Connectivity Solution for Hosted Voice Applications NET ACCESS LLC 9 Wing Drive Cedar Knolls, NJ 07927 www.nac.net Page 1 Table of

More information

Introduction to ovirt

Introduction to ovirt Introduction to ovirt James Rankin What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure technologies

More information

Cloud Models and Platforms

Cloud Models and Platforms Cloud Models and Platforms Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF A Working Definition of Cloud Computing Cloud computing is a model

More information

Managing Traditional Workloads Together with Cloud Computing Workloads

Managing Traditional Workloads Together with Cloud Computing Workloads Managing Traditional Workloads Together with Cloud Computing Workloads Table of Contents Introduction... 3 Cloud Management Challenges... 3 Re-thinking of Cloud Management Solution... 4 Teraproc Cloud

More information

Data Center Virtualization and Cloud QA Expertise

Data Center Virtualization and Cloud QA Expertise Data Center Virtualization and Cloud QA Expertise Highlights Broad Functional QA Experience Deep understanding of Switching and Routing Protocols Strong hands on experience in multiple hyper-visors like

More information

User Guide for VMware Adapter for SAP LVM VERSION 1.2

User Guide for VMware Adapter for SAP LVM VERSION 1.2 User Guide for VMware Adapter for SAP LVM VERSION 1.2 Table of Contents Introduction to VMware Adapter for SAP LVM... 3 Product Description... 3 Executive Summary... 3 Target Audience... 3 Prerequisites...

More information

Ganeti. Private Cloud as Google does it. Helga Velroyen <helgav@google.com> Linuxtag Berlin, May 9th, 2014

Ganeti. Private Cloud as Google does it. Helga Velroyen <helgav@google.com> Linuxtag Berlin, May 9th, 2014 Ganeti Private Cloud as Google does it Helga Velroyen Linuxtag Berlin, May 9th, 2014 A Ganeti Cluster Instance: a virtualization guest Node: a virtualization host Nodegroup: a homogeneous

More information

The OpenNebula Cloud Platform for Data Center Virtualization

The OpenNebula Cloud Platform for Data Center Virtualization CloudOpen 2012 San Diego, USA, August 29th, 2012 The OpenNebula Cloud Platform for Data Center Virtualization Carlos Martín Project Engineer Acknowledgments The research leading to these results has received

More information

A Comparison of Clouds: Amazon Web Services, Windows Azure, Google Cloud Platform, VMWare and Others (Fall 2012)

A Comparison of Clouds: Amazon Web Services, Windows Azure, Google Cloud Platform, VMWare and Others (Fall 2012) 1. Computation Amazon Web Services Amazon Elastic Compute Cloud (Amazon EC2) provides basic computation service in AWS. It presents a virtual computing environment and enables resizable compute capacity.

More information

Sistemi Operativi e Reti. Cloud Computing

Sistemi Operativi e Reti. Cloud Computing 1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi ogervasi@computer.org 2 Introduction Technologies

More information

Service Catalogue. virtual services, real results

Service Catalogue. virtual services, real results Service Catalogue virtual services, real results September 2015 Table of Contents About the Catalyst Cloud...1 Get in contact with us... 2 Services... 2 Infrastructure services 2 Platform services 7 Management

More information

Xen Virtualization: Xen (source) and XenServer

Xen Virtualization: Xen (source) and XenServer Xen Virtualization: Xen (source) and XenServer An introduction to free and commercial methods of creating virtual servers by Mark Sallee, Sys Admin, NCAR " Why Virtualization? Scenario: imagine that you

More information

Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013

Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013 Getting Started with OpenStack and VMware vsphere TECHNICAL MARKETING DOCUMENTATION V 0.1/DECEMBER 2013 Table of Contents Introduction.... 3 1.1 VMware vsphere.... 3 1.2 OpenStack.... 3 1.3 Using OpenStack

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

Postgres on OpenStack

Postgres on OpenStack Postgres on OpenStack Dave Page 18/9/2014 2014 EnterpriseDB Corporation. All rights reserved. 1 Introduction PostgreSQL: Core team member pgadmin lead developer Web/sysadmin teams PGCAC/PGEU board member

More information

Nutanix NOS 4.0 vs. Scale Computing HC3

Nutanix NOS 4.0 vs. Scale Computing HC3 Nutanix NOS 4.0 vs. Scale Computing HC3 HC3 Nutanix Integrated / Included Hypervisor Software! requires separate hypervisor licensing, install, configuration, support, updates Shared Storage benefits w/o

More information

Microsoft Exchange Solutions on VMware

Microsoft Exchange Solutions on VMware Design and Sizing Examples: Microsoft Exchange Solutions on VMware Page 1 of 19 Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Benefits of Running Exchange Server 2007 on VMware Infrastructure 3...

More information

Springpath Data Platform with Cisco UCS Servers

Springpath Data Platform with Cisco UCS Servers Springpath Data Platform with Cisco UCS Servers Reference Architecture March 2015 SPRINGPATH DATA PLATFORM WITH CISCO UCS SERVERS Reference Architecture 1.0 Introduction to Springpath Data Platform 1 2.0

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform Page 1 of 16 Table of Contents Table of Contents... 2 Introduction... 3 NoSQL Databases... 3 CumuLogic NoSQL Database Service...

More information

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3 NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under

More information

Deploying Business Virtual Appliances on Open Source Cloud Computing

Deploying Business Virtual Appliances on Open Source Cloud Computing International Journal of Computer Science and Telecommunications [Volume 3, Issue 4, April 2012] 26 ISSN 2047-3338 Deploying Business Virtual Appliances on Open Source Cloud Computing Tran Van Lang 1 and

More information

ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Virtualization Management the ovirt way

ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Virtualization Management the ovirt way ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Agenda What is ovirt? What does it do? Architecture How To Contribute What is ovirt? Large scale, centralized management for server

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

Aerohive Networks Inc. Free Bonjour Gateway FAQ

Aerohive Networks Inc. Free Bonjour Gateway FAQ Aerohive Networks Inc. Free Bonjour Gateway FAQ 1. About the Product... 1 2. Installation... 2 3. Management... 3 4. Troubleshooting... 4 1. About the Product What is the Aerohive s Free Bonjour Gateway?

More information

Cloud Server. Parallels. An Introduction to Operating System Virtualization and Parallels Cloud Server. White Paper. www.parallels.

Cloud Server. Parallels. An Introduction to Operating System Virtualization and Parallels Cloud Server. White Paper. www.parallels. Parallels Cloud Server White Paper An Introduction to Operating System Virtualization and Parallels Cloud Server www.parallels.com Table of Contents Introduction... 3 Hardware Virtualization... 3 Operating

More information