Implementation of Private Cloud using Eucalyptus and an open source Operating System

Size: px
Start display at page:

Download "Implementation of Private Cloud using Eucalyptus and an open source Operating System"

Transcription

1 Implementation of Private Cloud using Eucalyptus and an open source Operating System Nandan Mirajkar 1, Mohan Barde 2, Harshal Kamble 3, Dr.Rahul Athale 4, Kumud Singh 5 1 Department of Advanced Software and Computing Technologies 2 Department of Advanced Software and Computing Technologies 3 Department of Advanced Software and Computing Technologies 4 Sunflower Information Technologies Pvt. Ltd Pune, Maharashtra , India 5 Systems Department Abstract Cloud computing is bringing a revolution in computing environment replacing traditional software installations, licensing issues into complete on-demand services through internet. Microsoft office 365 a cloud based office application is available to clients online hence no need to buy and install the software. On Facebook a social networking website, users upload videos which uses cloud provider s storage service so less hardware cost for clients.virtualization technology has great contribution in advent of cloud computing. Paper describes implementation of Private Cloud using open source operating system Ubuntu server edition, installation of Ubuntu Enterprise Cloud with Eucalyptus and providing CentOS 5.3 operating system through cloud. Visual Studio.Net to clients through internet. Software as Service SaaS enables service provider to give softwares like Enterprise Resource Planning (ERP), Customer Relationship Management (CRM) to users. CRM is still the largest market for SaaS with revenue to reach as predicted $3.8b in 2011, up from $3.2b in 2010 [6] Keywords: Cloud computing, Virtualization, Hypervisor, Eucalyptus 1. Introduction Cloud computing is a model for enabling ubiquitous (present everywhere), convenient, on-demand network access to a shared pool of configurable computing resources e.g., networks, servers, storage, applications, and services that can be rapidly provisioned and released with minimal management effort or service provider interaction [1]. Types of Cloud computing models are Public cloud, Private cloud and Hybrid cloud. In Public cloud the resources are provided over internet to all clients. In Private cloud resources are provided over intranet within an organization. Hybrid cloud is a provision depending on requirement can provide resources within an organization or publicly [7].Types of services in cloud computing include IaaS, SaaS and PaaS. In IaaS i.e Infrastructure as a service the virtual machines, raw (block) storage, firewalls, load balancers, and networks are offered which will navigate to provide cloud based services to clients. PaaS Platform as service is a way to provide platforms like operating systems, application development platforms e.g Microsoft s Fig 1: Services in Cloud[11]

2 2. Virtualization Infrastructure as Service IaaS is base in cloud environment which provides Virtualization setup to create multiple workstations. In computing, virtualization means to create a virtual version of a device or resource, such as a server, storage device, network or even an operating system where the framework divides the resource into one or more execution environments [2] Hypervisor, also called virtual machine manager (VMM), is one of many hardware virtualization techniques allowing multiple operating systems, termed guests, to run concurrently on a host computer [15]. Bare-metal hypervisor is a thin layer of software that provides virtual partitioning methods, runs directly on hardware E.g are Citrix XenServer, VMware ESX/ESXi. Hosted is a virtualization technique where partitioning and virtualization services runs on top of a host operating system[3] E.g KVM- Kernel based Virtual Machine,VMware Player and VirtualBox. Fig 2: Bare-Metal Hardware Virtualization.[10] 3. Eucalyptus Eucalyptus stands for Elastic Utility Computing Architecture for Linking Your programs to Useful Systems. Eucalyptus is a research project under direction of Prof. Rich Wolski, Computer Science Department at the University of California, Santa Barbara, USA [6]. Now Eucalyptus is open source software used to create and manage a private or public cloud. Similar to Amazon s Elastic compute cloud EC2 Eucalyptus provides a cloud controller. Storage is Walrus which is similar to Amazon s S3 Simple Storage Service. Storage controller of Eucalyptus incorporates functionality of Elastic Block Storage EBS of Amazon. Cloud controller allows users and administrators to enter into cloud, for availability of resources it deals with node managers and acts as scheduler. Cluster controller schedules run-instance requests to particular node controllers and manage virtual instance network. Walrus is used to stream data in and out of cloud also from instances started on nodes. Virtual machine images can be stored and accessed using walrus. Storage controller manages dynamic block storage services. Node controller manages Virtual machine instances with the help of hypervisor [7]. 4. Private Cloud using Ubuntu server Edition Hardware and software utilized: 1. Two Dell Rack servers R715 having same configuration for cloud and node controller as follows. 2. Two 1.8 GHz AMD processor:8 cores per processor 3. Internal storage- 300 GB 4. RAM - 8 GB 5. Virtualization support 6. Operating System Ubuntu server 7. Hypervisor- KVM 8. Cloud software- Eucalyptus Cloud Fig 4: Dell Rack server R715 [12] Fig 3: Hosted Virtualization.[10] Full virtualization provides a complete simulation of underlying computer hardware, enabling software to run without any modification. Because it helps maximize the use and flexibility of computing resources, multiple operating systems can run simultaneously on the same hardware, full virtualization is considered a key technology for cloud computing. For cloud computing systems, full virtualization can increase operational efficiency because it can optimize computer workloads and adjust the number of servers in use to match demand, thereby conserving energy and information technology resources [4]. For Full virtualization emulation packages like VMware Server & Virtual Box are used. Para virtualization is a method for the hypervisor to offer interfaces to the guest operating system that the guest operating system can use, instead of the normal hardware interfaces. If a guest operating system can use paravirtualized interfaces, they offer significantly faster access for resources such as hard drives and networks [14]. Examples are Microsoft Hyper- V and VMware ESX Server. 4.1 Setup server 1 1. Insert ubuntu server edition cd 2. select Install ubuntu enterprise cloud 3. Configure the network: select configure network manually address gateway netmask nameserver xxx.xxx 4. Host name for this system: cc 5. Cloud controller address : leave it blank 6. Cloud installation mode: Select following Cloud controller, Walrus storage service, Cluster controller, Storage controller 7. Partition disks select Guided-use entries disk and set up LVM 8. Full name for new user and username for account : cladmin 9. Select no automatic updates 10. Eucalyptus cluster name : cluster1 11. Pool of IP addresses that can be dynamically assigned as public IP s of virtual machines:

3 12. Install grub boot loader to master boot loader: yes[8] Also install KVM on server1 which helps to install images and bundle them. $ sudo apt-get install qemu-kvm [9] 4.2 Setup server 2 1. Insert ubuntu server edition cd 2. select Install ubuntu enterprise cloud 3. Configure the network: select configure network manually address gateway (IP of cloud controller) netmask nameserver xxx.xxx Here Cloud controller is detected automatically 4. Host name for this system: nc 5. Cloud installation mode: Node controller 6. Partition disks select Guided-use entire disk and set up LVM 7. Full name for new user and username for account : cladmin 8. select no automatic updates 9. Install grub boot loader to master boot loader: yes[8] 4.3 Exchange of Public SSH Keys $ scp euca2-admin-x509.zip /home/cladmin/ 2. Create a hidden folder euca on the server1: cloud controller and extract the zip file here. $ mkdir ~/.euca $ cd ~/.euca $ unzip /home/cladmin/euca2-admin-x509.zip 3. Remove the zip file for security reasons and apply permissions to the.euca folder and its contents. $ rm ~/euca2-admin-x509.zip $ chmod 0700 ~/.euca $ chmod 0600 ~/.euca/* 4. Add following line to the ~/.bashrc file on the cloud controller so that necessary environment variables are initialized upon login. $ echo. ~/.euca/eucarc >> ~/.bashrc 5. Now source the.bashrc file to make sure settings take effect. $ source ~/.bashrc [8] 9. Now install euca2ools if not installed, to communicate with the UEC $ sudo apt-get install euca2ools 10. To check euca2ools is working try to get cluster1 availability details. $ euca-describe-availability-zones verbose[8][13] On node controller set a temporary password $ sudo passwd eucalyptus On cloud controller $ sudo -u eucalyptus ssh-copy-id -i /var/lib/eucalyptus/.ssh/id_rsa.pub eucalyptus@ On node controller remove temporary password $ sudo passwd -d eucalyptus 4.4 Get credentials On cloud controller: install credentials which consist of x.509 certificates and environment variables. Open web browser and enter following url: and click on credentials tab Fig 6: Screenshot for resources available 11. If the free/max VCPUs are 0000/0000 in figure 6 list it means node did not detect cloud controller during installation and in cloud controller, node is not registered automatically. On server 1: cloud controller using following command add as node controller: $ sudo euca_conf --discover-nodes [5] 4.5 Installing Images in Server1 The Store tab provides list of images, also it can be installed using following commands. Fig 5: Screenshot of credentials tab Download the credentials euca2-admin-x509.zip on cloud controller. 1.Copy credentials euca2-admin-x509.zip to /home/cladmin folder on the cloud controller. Fig 7: Images

4 Download images from Extras tab in UEC 1. Registering kernel image Execute the following commands to bundle and register the kernel image (vmlinuz server): $ euca-bundle-image -i vmlinuz server --kernel true $ euca-upload-bundle -b mybucket -m /tmp/vmlinuz $ euca-register mybucket/vmlinuz IMAGE eki Registering ramdisk image Execute the following commands to bundle and register the ramdisk image (initrd.img server): $ euca-bundle-image -i initrd.img server $ euca-upload-bundle -b mybucket -m /tmp/initrd.img $ euca-register mybucket/initrd.img IMAGE eri-a26613dd 3. Registering disk image Execute the following commands to bundle and register the disk image (centos.5-3.x86.img): $ euca-bundle-image -i centos.5-3.x86.img --kernel eki ramdisk eri-a26613dd $ euca-upload-bundle -b mybucket -m /tmp/centos.5-3.x86.img.manifest.xml $ euca-register mybucket/centos.5-3.x86.img.manifest.xml IMAGE emi-f62f1100 [5] 4.6 Installing a keypair 1. Create a new group called wiki and use it instead of the default group $ euca-add-group wiki -d wiki_demo_appliances Also allow access to port 22 in instances: $ euca-authorize wiki -P tcp -p 22 -s /0 2. Build a keypair that will be injected into the instance(virtual machine) allowing to access it via ssh. $ euca-add-keypair mykey > ~/.euca/mykey.priv $ chmod 0600 ~/.euca/mykey.priv[8] 4.7 Running Instances in cloud Run instance as follows $ euca-run-instances -g wiki -k mykey -t c1.medium emi- F62F The new images that have been uploaded can be seen by using following command. $ euca-describe-images Fig 9: Screenshot of an Instance 4.8 Elasticfox Fig 8a: Screenshot of Images Elasticfox is an open source Mozilla Firefox extension that works on Firefox Version 2.0 or later to help managing Amazon EC2. This was originally made for EC2 but from version 1.7, Elasticfox added Eucalyptus support as well, because API of Eucalyptus is compatible with that of EC2. Features of Elasticfox 1. List available Machine images (AMIs in the case of AWS and EMIs in the case of Eucalyptus) 2. List running instances 3. Launch new instances of an AMI/EMI 4. Manage security groups and rules 5. Manage Snapshots/EBS volumes[5] $ euca-describe-instances RESERVATION r f3 admin default INSTANCE i-3d7307b3 emi-f62f running m1.large T10:55:07.374Z cluster1eki eri-a26613dd Fig 8b: Screenshot of Images

5 RESERVATION r-32b7071f admin default INSTANCE i-45a1094e emi-f62f running mykey 0 m1.small T10:05:10.04Z cluster1eki eri- A26613DD Now let s observe the above output in an Elasticfox as follows. [12] PowerEdge R715, Technical Guide Copyright 2011 Dell Inc. All rights reserved. [13] [14] Karen Scarfone, Murugiah Souppaya, Paul Hoffman Guide to Security for Full Virtualization Technologies NIST Special Publication January [15] First Author: He is pursuing M.Tech in Advanced Information Technology with specialization in Software Technologies from IGNOU I 2 IT Centre of Excellence for Advanced Education and Research, Pune, India. He is also Teaching Assistant in Advanced Software and Computing Technologies department.he has pursued B.E Electronics and Telecommunications from University of Mumbai. His research interests include Cloud computing, Databases and Networking. Second Author: He is pursuing M.Tech in Advanced Information Technology with specialization in Software Technologies from IGNOU I 2 IT Centre of Excellence for Advanced Education and Research, Pune, India. He was Lab Assistant in Advanced Software and Computing Technologies department.he has pursued B.E Information Technology from University of Nagpur. His research interests include Operating systems, Programming languages and Cloud computing. 4.9 Instances Fig 10: Screenshot of Instances in Elasticfox At launch, Instances are in pending state after some time they are in running state at this state client can use the CentOS operating system. An instance to get terminated it first enters into shuttingdown state then it terminates[5] 5.0 Conclusion In this way paper describes implementation of a private cloud for an organization providing Infrastructure as a service (IaaS) and providing operating system as Platform as a service (PaaS). Cloud computing will bring flexibility in IT services in coming decade. Third Author: He is pursuing M.Tech in Advanced Information Technology with specialization in Software Technologies from IGNOU I 2 IT Centre of Excellence for Advanced Education and Research, Pune, India. He has pursued B.E Information Technology from University of Mumbai. His research interests include databases and cloud computing. Fourth Author: He pursued Ph.D. from University of Linz Austria. He is Vice President Sunflower Information Technologies Pvt. Ltd Pune, India. He was faculty(adjunct) in IGNOU I 2 IT Centre of Excellence for Advanced Education and Research, Pune, India. His research interests include Mathematics, Business Intelligence, Parallel computing and Cloud computing. Fifth Author: He is Senior Executive IT Infrastructure Services in IGNOU I 2 IT Centre of Excellence for Advanced Education and Research Pune, Maharashtra, India. He pursued BCA from GIMT Delhi, India. His key interests are in Virtualization and Network security. References [1] Peter Mell & Timothy Grance The NIST Definition of Cloud Computing National Institute of Standards and Technology Special Publication September2011 [2] [3] VMware white paper, [4] [5] Johnson D, Kiran Murari, Murthy Raju, Suseendran RB, Yogesh Girikumar, Eucalyptus Beginner's Guide UEC Edition,(Ubuntu Server Lucid Lynx) v1.0, 25 May 2010 [6] [7] Dr.G.R.Karpagam, J.Parkavi Setting up of an Open Source based Private Cloud IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 3, No. 1, May [8] Louis Danuser (AT&T Labs, Inc.) Deploying an Open Source Private Cloud On a Shoe String Budget Presentation, [9] [10] [11]

IaaS Implementation of a Private Cloud using Open Source Technology

IaaS Implementation of a Private Cloud using Open Source Technology IaaS Implementation of a Private Cloud using Open Source Technology Rajat Kandpal BTech CSE College of Engineering Roorkee Roorkee, India Vishal Kumar BTech CSE College of Engineering Roorkee Roorkee,

More information

Building a Private Cloud Cloud Infrastructure Using Opensource

Building a Private Cloud Cloud Infrastructure Using Opensource Cloud Infrastructure Using Opensource with Ubuntu Server 10.04 Enterprise Cloud (Eucalyptus) OSCON (Note: Special thanks to Jim Beasley, my lead Cloud Ninja, for putting this document together!) Introduction

More information

Setting up of an Open Source based Private Cloud

Setting up of an Open Source based Private Cloud www.ijcsi.org 354 Setting up of an Open Source based Private Cloud Dr.G.R.Karpagam 1, J.Parkavi 2 1 Professor, Department of Computer Science and Engineering, PSG College of Technology, Coimbatore-641

More information

A technical whitepaper describing steps to setup a Private Cloud using the Eucalyptus Private Cloud Software and Xen hypervisor.

A technical whitepaper describing steps to setup a Private Cloud using the Eucalyptus Private Cloud Software and Xen hypervisor. A technical whitepaper describing steps to setup a Private Cloud using the Eucalyptus Private Cloud Software and Xen hypervisor. Vivek Juneja Cloud Computing COE Torry Harris Business Solutions INDIA Contents

More information

Private Cloud in Educational Institutions: An Implementation using UEC

Private Cloud in Educational Institutions: An Implementation using UEC Private Cloud in Educational Institutions: An Implementation using UEC D. Sudha Devi L.Yamuna Devi K.Thilagavathy,Ph.D P.Aruna N.Priya S. Vasantha,Ph.D ABSTRACT Cloud Computing, the emerging technology,

More information

Eucalyptus Tutorial HPC and Cloud Computing Workshop http://portal.nersc.gov/project/magellan/euca-tutorial/abc.html

Eucalyptus Tutorial HPC and Cloud Computing Workshop http://portal.nersc.gov/project/magellan/euca-tutorial/abc.html Eucalyptus Tutorial HPC and Cloud Computing Workshop http://portal.nersc.gov/project/magellan/euca-tutorial/abc.html Iwona Sakrejda Lavanya Ramakrishna Shane Canon June24th, UC Berkeley Tutorial Outline

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 10, October 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Study of Cloud

More information

Privileged Cloud Storage By MaaS JuJu

Privileged Cloud Storage By MaaS JuJu Privileged Cloud Storage By MaaS JuJu Sarita Shankar Pol 1, S. V. Gumaste 2 1 Computer Engineering, Sharadchandra College of Engineering, Otur (Pune), India 2 Professor, Computer Engineering, Sharadchandra

More information

MIFOS 2.2 ON CLOUD. Arun Philip Jacob arunphilip.jacob@iiitb.org. Latha Madhuri Pratti lathamadhuri.pratti@iiitb.org

MIFOS 2.2 ON CLOUD. Arun Philip Jacob arunphilip.jacob@iiitb.org. Latha Madhuri Pratti lathamadhuri.pratti@iiitb.org MIFOS 2.2 ON CLOUD Arun Philip Jacob arunphilip.jacob@iiitb.org Latha Madhuri Pratti lathamadhuri.pratti@iiitb.org Priya Dharshini G priyadharshini.g@iiitb.org Samya Bagchi samya.bagchi@iiitb.org Shankar

More information

Eucalyptus Cloud Computing Platform User s Guide. Enterprise Edition 2.0

Eucalyptus Cloud Computing Platform User s Guide. Enterprise Edition 2.0 Eucalyptus Cloud Computing Platform User s Guide Enterprise Edition 2.0 Eucalyptus Systems, Inc. 2010 2 Eucalyptus Cloud Computing Platform User s Guide Enterprise Edition 2.0 Copyright 2010 Eucalyptus

More information

Eucalyptus 4.1.2 User Guide

Eucalyptus 4.1.2 User Guide Eucalyptus 4.1.2 User Guide 2015-08-04 Eucalyptus Systems Eucalyptus Contents 2 Contents Eucalyptus Overview...6 Getting Started...8 Getting Started with the Eucalyptus Management Console...8 Setup User

More information

Eucalyptus 4.0.2 User Guide

Eucalyptus 4.0.2 User Guide Eucalyptus 4.0.2 User Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents Eucalyptus Overview...6 Getting Started...8 Setup User Credentials and Euca2ools...8 Console Login...8 Log in to

More information

Implementation of Database as a Service in a Private Cloud using EUCALYPTUS

Implementation of Database as a Service in a Private Cloud using EUCALYPTUS Volume 2, No. 02, April 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Implementation

More information

Ubuntu 下 的 云 计 算. UbuntuChin 互 动 社 区 王 大 亮

Ubuntu 下 的 云 计 算. UbuntuChin 互 动 社 区 王 大 亮 Ubuntu 下 的 云 计 算 UbuntuChin 互 动 社 区 王 大 亮 Outline Where is Cloud Computing from? Ubuntu & Cloud Computing Ubuntu Enterprise Cloud Reference Where is Cloud Computing from? 远 看 有 形, 近 看 无 影 Where is Cloud

More information

Comparison of Open Source Cloud System for Small and Medium Sized Enterprises

Comparison of Open Source Cloud System for Small and Medium Sized Enterprises , pp.276-282 http://dx.doi.org/10.14257/astl.2014.51.63 Comparison of Open Source Cloud System for Small and Medium Sized Enterprises Yasuo Uchida 1, Seigo Matsuno 1, Makoto Sakamoto 2 1 Ube National College

More information

Installing and Scaling out Ubuntu Enterprise Cloud in Virtual Environment

Installing and Scaling out Ubuntu Enterprise Cloud in Virtual Environment Installing and Scaling out Ubuntu Enterprise Cloud in Virtual Environment Supplement to Guidelines for Building a Private Cloud Infrastructure Zoran Pantić and Muhammad Ali Babar Tech Report TR-2012-154

More information

Development of Private Cloud

Development of Private Cloud International Journal of Scientific and Research Publications, Volume 3, Issue 12, December 2013 1 Development of Private Cloud Mr. Likhesh Nilkanth Kolhe 1, Prof. Sachin Bojewar 2 1 PG Scholar, Dept of

More information

Installing Ubuntu Enterprise Cloud in a Physical Environment

Installing Ubuntu Enterprise Cloud in a Physical Environment Installing Ubuntu Enterprise Cloud in a Physical Environment Supplement (2) to Guidelines for Building a Private Cloud Infrastructure Zoran Pantid and Muhammad Ali Babar Tech Report TR-155 ISBN: 978-7949-256-1

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

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD M. Lawanya Shri 1, Dr. S. Subha 2 1 Assistant Professor,School of Information Technology and Engineering, Vellore Institute of Technology, Vellore-632014

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

Efficient Cloud Management for Parallel Data Processing In Private Cloud

Efficient Cloud Management for Parallel Data Processing In Private Cloud 2012 International Conference on Information and Network Technology (ICINT 2012) IPCSIT vol. 37 (2012) (2012) IACSIT Press, Singapore Efficient Cloud Management for Parallel Data Processing In Private

More information

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Cloud Platforms

More information

Introduction to Cloud computing. Viet Tran

Introduction to Cloud computing. Viet Tran Introduction to Cloud computing Viet Tran Type of Cloud computing Infrastructure as a Service IaaS: offer full virtual machines via hardware virtualization tech. Amazon EC2, AbiCloud, ElasticHosts, Platform

More information

OperationalAnalysisofPrivateCloudusingEucalyptus

OperationalAnalysisofPrivateCloudusingEucalyptus Global Journal of Computer Science and Technology: B Cloud and Distributed Volume 15 Issue 3 Version 1.0 Year 2015 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

LABS Agenda University of Luxembourg, FSTC, 6 rue Richard Coudenhove-Kalergi

LABS Agenda University of Luxembourg, FSTC, 6 rue Richard Coudenhove-Kalergi Cloud computing enables the delivery of computing resources as a service, rather than a single bundled product. Amongst the many options for running a cloud infrastructure, the open source solution, OpenStack,

More information

Virtualization & Cloud Computing (2W-VnCC)

Virtualization & Cloud Computing (2W-VnCC) Virtualization & Cloud Computing (2W-VnCC) DETAILS OF THE SYLLABUS: Basics of Networking Types of Networking Networking Tools Basics of IP Addressing Subnet Mask & Subnetting MAC Address Ports : Physical

More information

9/26/2011. What is Virtualization? What are the different types of virtualization.

9/26/2011. What is Virtualization? What are the different types of virtualization. CSE 501 Monday, September 26, 2011 Kevin Cleary kpcleary@buffalo.edu What is Virtualization? What are the different types of virtualization. Practical Uses Popular virtualization products Demo Question,

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Migration of virtual machine to cloud using Openstack Python API Clients

Migration of virtual machine to cloud using Openstack Python API Clients Migration of virtual machine to cloud using Openstack Python API Clients Jyoti Joshi 1, Manasi Thakur 2, Saurabh Mhatre 3, Pradnya Usatkar 4, Afrin Parmar 5 1 Assistant Professor Computer, R.A.I.T., University

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

Intro to Virtualization

Intro to Virtualization Cloud@Ceid Seminars Intro to Virtualization Christos Alexakos Computer Engineer, MSc, PhD C. Sysadmin at Pattern Recognition Lab 1 st Seminar 19/3/2014 Contents What is virtualization How it works Hypervisor

More information

Eucalyptus Hybrid Cloud Guide

Eucalyptus Hybrid Cloud Guide Eucalyptus Hybrid Cloud Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents Hybrid Cloud Overview...3 Recommended Tools...4 Hybrid Cloud Concepts...5 Availability Zone...5 Cloudbursting...5

More information

Eucalyptus LSS: Load-Based Scheduling on Virtual Servers Using Eucalyptus Private Cloud

Eucalyptus LSS: Load-Based Scheduling on Virtual Servers Using Eucalyptus Private Cloud CMSC 190 SPECIAL PROBLEM, INSTITUTE OF COMPUTER SCIENCE 1 Eucalyptus LSS: Load-Based Scheduling on Virtual Servers Using Eucalyptus Private Cloud Shenlene A. Cabigting and Prof. Joseph Anthony C. Hermocilla

More information

OSDC PIRE Summer Internship, Sao Paulo, Brazil: Integration of Remote Clusters Under the Same Cloud

OSDC PIRE Summer Internship, Sao Paulo, Brazil: Integration of Remote Clusters Under the Same Cloud OSDC PIRE Summer Internship, Sao Paulo, Brazil: Integration of Remote Clusters Under the Same Cloud Felipe Navarro Florida International University Computer Engineering Master s Student Cloud Computing

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers

More information

Linstantiation of applications. Docker accelerate

Linstantiation of applications. Docker accelerate Industrial Science Impact Factor : 1.5015(UIF) ISSN 2347-5420 Volume - 1 Issue - 12 Aug - 2015 DOCKER CONTAINER 1 2 3 Sawale Bharati Shankar, Dhoble Manoj Ramchandra and Sawale Nitin Shankar images. ABSTRACT

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Edwin Guchu. Implementation of cloud infrastructure using open source software

Edwin Guchu. Implementation of cloud infrastructure using open source software Edwin Guchu Implementation of cloud infrastructure using open source software Helsinki Metropolia University of Applied Sciences Bachelor of Engineering Degree Programme in Information Technology Thesis

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

D3.1: Operational SaaS Test lab

D3.1: Operational SaaS Test lab Local content in a Europeana cloud D3.1: Operational SaaS Test lab Authors: Odo Benda, Gerda Koch and Walter Koch AIT Forschungsgesellschaft mbh Version: Final (2.0) LoCloud is funded by the European Commission

More information

Research of Enterprise Private Cloud Computing Platform Based on OpenStack. Abstract

Research of Enterprise Private Cloud Computing Platform Based on OpenStack. Abstract , pp.171-180 http://dx.doi.org/10.14257/ijgdc.2014.7.5.16 Research of Enterprise Private Cloud Computing Platform Based on OpenStack Jiang Yunxia, Zhao Bowen, Wang Shuqi and Sun Dongnan School of Automation,

More information

StACC: St Andrews Cloud Computing Co laboratory. A Performance Comparison of Clouds. Amazon EC2 and Ubuntu Enterprise Cloud

StACC: St Andrews Cloud Computing Co laboratory. A Performance Comparison of Clouds. Amazon EC2 and Ubuntu Enterprise Cloud StACC: St Andrews Cloud Computing Co laboratory A Performance Comparison of Clouds Amazon EC2 and Ubuntu Enterprise Cloud Jonathan S Ward StACC (pronounced like 'stack') is a research collaboration launched

More information

How To Understand Cloud Computing

How To Understand Cloud Computing Virtualizing the Private Cloud for Maximum Resource Utilization C.Shreeharsha, Prof.ManasiKulkarni Computer Engineering Department, VJTI, Matunga, Mumbai, India, E-mail:harshagzb89@gmail.com. Abstract

More information

The Eucalyptus Open-source Cloud Computing System

The Eucalyptus Open-source Cloud Computing System The Eucalyptus Open-source Cloud Computing System Chris Grzegorczyk, Dan Nurmi, Graziano Obertelli, Rich Wolski, Sunil Soman, Lamia Youseff, Dmitrii Zagorodnov University of California, Santa Barbara Cloud

More information

Billing System: An Accounting Solution for the Private Cloud with Eucalyptus

Billing System: An Accounting Solution for the Private Cloud with Eucalyptus CMSC 190 SPECIAL PROBLEM, INSTITUTE OF COMPUTER SCIENCE 1 Billing System: An Accounting Solution for the Private Cloud with Eucalyptus Regelyn T. Bañacia, Chryss Ann A. Belaguin, Rodolfo N. Duldulao, Jr.

More information

International Journal of Computer & Organization Trends Volume20 Number1 May 2015

International Journal of Computer & Organization Trends Volume20 Number1 May 2015 Performance Analysis of Various Guest Operating Systems on Ubuntu 14.04 Prof. (Dr.) Viabhakar Pathak 1, Pramod Kumar Ram 2 1 Computer Science and Engineering, Arya College of Engineering, Jaipur, India.

More information

Rally Installation Guide

Rally Installation Guide Rally Installation Guide Rally On-Premises release 2015.1 rallysupport@rallydev.com www.rallydev.com Version 2015.1 Table of Contents Overview... 3 Server requirements... 3 Browser requirements... 3 Access

More information

FREE computing using Amazon EC2

FREE computing using Amazon EC2 FREE computing using Amazon EC2 Seong-Hwan Jun 1 1 Department of Statistics Univ of British Columbia Nov 1st, 2012 / Student seminar Outline Basics of servers Amazon EC2 Setup R on an EC2 instance Stat

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

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

About the VM-Series Firewall

About the VM-Series Firewall About the VM-Series Firewall Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.1 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 http://www.paloaltonetworks.com/contact/contact/

More information

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Here is a step-by-step set of instructions to get your

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

A Study of Data Management Technology for Handling Big Data

A Study of Data Management Technology for Handling Big Data Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,

More information

In order to upload a VM you need to have a VM image in one of the following formats:

In order to upload a VM you need to have a VM image in one of the following formats: What is VM Upload? 1. VM Upload allows you to import your own VM and add it to your environment running on CloudShare. This provides a convenient way to upload VMs and appliances which were already built.

More information

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Verax Service Desk Installation Guide for UNIX and Windows

Verax Service Desk Installation Guide for UNIX and Windows Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: sales@veraxsystems.com Internet: http://www.veraxsystems.com/

More information

Parallel Data Mining and Assurance Service Model Using Hadoop in Cloud

Parallel Data Mining and Assurance Service Model Using Hadoop in Cloud Parallel Data Mining and Assurance Service Model Using Hadoop in Cloud Aditya Jadhav, Mahesh Kukreja E-mail: aditya.jadhav27@gmail.com & mr_mahesh_in@yahoo.co.in Abstract : In the information industry,

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

VCCC Appliance VMware Server Installation Guide

VCCC Appliance VMware Server Installation Guide VCCC Appliance VMware Server Installation Guide Content Preface... 4 System Requirements... 4 Installation Procedure... 4 CCC Virtual Machine Installation... 5 CCC Virtual Machine Management... 12 Resource

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE Sudha M 1, Harish G M 2, Nandan A 3, Usha J 4 1 Department of MCA, R V College of Engineering, Bangalore : 560059, India sudha.mooki@gmail.com 2 Department

More information

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic Options in Open Source Virtualization and Cloud Computing Andrew Hadinyoto Republic Polytechnic No Virtualization Application Operating System Hardware Virtualization (general) Application Application

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

Architectural Comparison and Implementation of Cloud Tools and Technologies

Architectural Comparison and Implementation of Cloud Tools and Technologies Architectural Comparison and Implementation of Cloud Tools and Technologies N. Nagar and U. Suman Abstract Service oriented architecture is a collection of services that communicate with each other to

More information

Ubuntu Cloud. Deploying Clouds with Ubuntu. Nick Barcet <nick.barcet@canonical.com> Cloud Solutions Lead

Ubuntu Cloud. Deploying Clouds with Ubuntu. Nick Barcet <nick.barcet@canonical.com> Cloud Solutions Lead Ubuntu Cloud Deploying Clouds with Ubuntu Nick Barcet Cloud Solutions Lead Canonical Who we are Commercial sponsor of the Ubuntu project 400+ employees, 30 countries 5 offices

More information

Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine

Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine Quick Deployment Step-by-step instructions to deploy Oracle Big Data Lite Virtual Machine Version 3.0 Please note: This appliance is for testing and educational purposes only; it is unsupported and not

More information

PARALLELS SERVER BARE METAL 5.0 README

PARALLELS SERVER BARE METAL 5.0 README PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

User Manual. User Manual Version 4.0.0.0

User Manual. User Manual Version 4.0.0.0 User Manual User Manual Version 4.0.0.0 I Endpoint Protector Virtual Appliance User Manual Table of Contents 1. Endpoint Protector Virtual Appliance Formats1 1.1. Available Formats of the Virtual Appliance...

More information

Desktop virtualization using SaaS Architecture

Desktop virtualization using SaaS Architecture Desktop virtualization using SaaS Architecture Pranit U. Patil, Pranav S. Ambavkar, Dr.B.B.Meshram, Prof. Varshapriya VJTI, Matunga, Mumbai, India. pranit_patil@aol.in Abstract - Desktop virtualization

More information

Enhancing Datacenters with Eucalyptus Cloud

Enhancing Datacenters with Eucalyptus Cloud Enhancing Datacenters with Eucalyptus Cloud Annapurna, K Venkateswara Chowdary, Y Sathyanarayana Murty Abstract The main challenge of the datacenter is the utilization of resources efficiently and provide

More information

User Manual. User Manual for Version 4.4.0.8

User Manual. User Manual for Version 4.4.0.8 User Manual User Manual for Version 4.4.0.8 I Endpoint Protector Virtual Appliance User Manual Table of Contents 1. Endpoint Protector Virtual Appliance Formats1 1.1. Available Formats of the Virtual Appliance...

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Private Distributed Cloud Deployment in a Limited Networking Environment

Private Distributed Cloud Deployment in a Limited Networking Environment Private Distributed Cloud Deployment in a Limited Networking Environment Jeffrey Galloway, Susan Vrbsky, and Karl Smith The University of Alabama jmgalloway@crimson.ua.edu, vrbsky@cs.ua.edu, smith102@crimson.ua.edu

More information

AWS and Cisco OpenStack Private Cloud API Compatibility

AWS and Cisco OpenStack Private Cloud API Compatibility Tutorial AWS and Cisco OpenStack Private Cloud API Compatibility API compatibility is important to customers who are currently using AWS but are interested in either interoperating with private cloud resources

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

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

Private Clouds with Open Source

Private Clouds with Open Source Private Clouds with Open Source GridKa School 2010 KIT September 7 th 2010 Christian Baun baun@kit.edu http://www.kit.edu Cloud-Computing? Building on compute and storage virtualization, and leveraging

More information

Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC

Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC Prepared by: Peter Bats Commissioning Editor: Linda Belliveau Version: 5.0 Last Updated:

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

Unitrends Virtual Backup Installation Guide Version 8.0

Unitrends Virtual Backup Installation Guide Version 8.0 Unitrends Virtual Backup Installation Guide Version 8.0 Release June 2014 7 Technology Circle, Suite 100 Columbia, SC 29203 Phone: 803.454.0300 Contents Chapter 1 Getting Started... 1 Version 8 Architecture...

More information

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2192 Introduction to Big Data and NoSQL Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Design of Cloud Services for Cloud Based IT Education

Design of Cloud Services for Cloud Based IT Education www.jitae.org Journal of Information Technology and Application in Education Vol. 3 Iss. 3, September 2014 doi: 10.14355/jitae.2014.0303.03 Design of Cloud Services for Cloud Based IT Education Li Chao

More information

Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny)

Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny) Installing and configuring Intelligent Power Protector On Xen Virtualized Architecture Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny) 1 Introduction... 3 1. Citrix

More information

How To Create A Cloud Based System For Aaas (Networking)

How To Create A Cloud Based System For Aaas (Networking) 1 3.1 IaaS Definition IaaS: Infrastructure as a Service Through the internet, provide IT server, storage, computing power and other infrastructure capacity to the end users and the service fee based on

More information

OpenStack Cloud Deployment on UCS B-Series Servers and UCS Fabric

OpenStack Cloud Deployment on UCS B-Series Servers and UCS Fabric OpenStack Cloud Deployment on UCS B-Series Servers and UCS Fabric This Tech Note covers setting up an OpenStack Cloud (Cactus release), comprising a cluster of compute controller and compute nodes running

More information

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Virtual machine W4M- Galaxy: Installation guide

Virtual machine W4M- Galaxy: Installation guide Virtual machine W4M- Galaxy: Installation guide Christophe Duperier August, 6 th 2014 v03 This document describes the installation procedure and the functionalities provided by the W4M- Galaxy virtual

More information

CDH installation & Application Test Report

CDH installation & Application Test Report CDH installation & Application Test Report He Shouchun (SCUID: 00001008350, Email: she@scu.edu) Chapter 1. Prepare the virtual machine... 2 1.1 Download virtual machine software... 2 1.2 Plan the guest

More information

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com)

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Deskpool Quick Start Based on Hyper-V Server 2012 R2 Version: V2.1.x Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Last updated on March 18, 2015 Copyright Shenzhen Jieyun Technology Co., Ltd.

More information