CHAPTER 5 IMPLEMENTATION OF THE PROPOSED GRID NETWORK MONITORING SYSTEM IN CRB

Size: px
Start display at page:

Download "CHAPTER 5 IMPLEMENTATION OF THE PROPOSED GRID NETWORK MONITORING SYSTEM IN CRB"

Transcription

1 60 CHAPTER 5 IMPLEMENTATION OF THE PROPOSED GRID NETWORK MONITORING SYSTEM IN CRB This chapter discusses the implementation details of the proposed grid network monitoring system, and its integration with CRB for best resource selection. This chapter also presents the Network Aware Resource Monitoring algorithm and Resource Selection with the integration of CRB. In addition, the implementation mobile agent based automated deployment of Network aware Resource Monitoring service is also discussed. This chapter also discusses about the network performance prediction model for predicting Grid network performance. 5.1 EXPERIMENTAL SETUP The experimental setup has been realized in CARE Research Laboratory for testing the proposed Grid network monitoring system with the integration of CRB. The proposed work has been developed as Grid services and deployed over GT4. The Grid services are written using WSDL and deployed in Grid Resources and also in Resource Broker. The proposed Grid network monitoring facilitates network aware resource selection strategy which improves the scheduling and increases the better utilization of the Grid resources, because it takes into account resource as well as network performance estimations while selecting the suitable resource for job submission.

2 61 Figure 5.1 Experimental Setup The experimental setup has three Grid resources namely smscluster.care.mit.in, xencluster.care.mit.in and CAREcluster.care.mit.in which is shown in Figure 5.1. All Grid resources have been configured as Beowulf cluster and each cluster has 10, 6 and 5 nodes respectively. The configuration of the machines used for experimentation is as follows: The smscluster consists of one head node and 9 computing nodes. The head node is installed with Red Hat Enterprise Linux (RHEL)-5.0 as its operating system, Globus Toolkit as its grid middleware, Portable Batch System (PBS) as local resource manager with 2 GB RAM, one hard disk (320 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit). The computing nodes have RHEL-5.0, PBS MOM (machine oriented miniserver) with 2 GB RAM, one hard disk (250 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit).

3 62 The xencluster consists of one head node and 5 computing nodes. The head node is installed with RHEL-5.0 as its operating system, Globus Toolkit as its grid middleware, PBS as local resource manager with 2 GB RAM, one hard disk (320 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit). The computing nodes have RHEL-5.0, PBS MOM (machine oriented miniserver) with 2 GB RAM, one hard disk (320 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit). The CAREcluster consists of one head node and 4 computing nodes. The head node consists of RHEL-4.0, Globus Toolkit as grid middleware, PBS as local resource manager with 4 GB RAM, one hard disk (320 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit). The computing nodes have RHEL-4.0, PBS MOM (machine oriented miniserver) with 4 GB RAM, one hard disk (320 GB, 7200 rpm, SATA), 3.46 GHz processor speed and one network interface card (Broadcom NetXtreme Gigabit). The CRB is installed in server hardware with 4 CPUs, each CPU with quad core processors, 2000 MHz per processor, 16 GB RAM with RHEL-5.0, archives of Xen API and VMware API and Globus Toolkit The three clusters are propelling of their information to CRB and become grid resources to CRB. The Resource Monitoring service, Network Monitoring service and Network Aware Resource Monitoring Service have been deployed on head nodes of the physical resources and also in the CRB. 5.2 IMPLEMENTATION MODEL The proposed monitoring system is implemented and tested in Grid Computing Laboratory of Anna University, Chennai. The implementation has

4 63 been carried out by using the GT4.0.7 as the grid middleware, java 1.6.0_16 as java run time environment. The services have been written as WSRF based Grid services and it is deployed in GT. The operational flow of the proposed monitoring system is as follows: The user submits the job in the CRB by specifying all resource requirements for the execution of the submitted job. Depends on the user s resource requirements, the services are invoked which are deployed in Grid to select the suitable resource for job submission. Monitoring is done with the help of the Grid service which is deployed in the GT4 in conjunction with the Mobile agent created using Aglets agent platform. Aglets are used for initiating the monitoring tools on the Grid Resources by cloning. Another aglet is used to kill all the processes of the monitoring tools after the service is stopped Resource Monitoring Service The Resource monitoring service runs periodically and collects the resource information specific to each cluster and its compute nodes. The collected information is provided to the information repository and it is maintained in the host pool. It generates the mobile agent which migrates from the Resource Broker to Grid cluster Head (GH) and migrates to all compute nodes and start the sensors deployed in all Grid Resources. For a given set of m grid resources (GR 1, GR 2,, GR m ), there will be n computing elements (CE 1, CE 2,, CE n ). The mobile agent migrates from the CARE Resource Broker to all Grid Resources and retrieves the Free Memory of all its computing elements. Then the Resource Cost Value is estimated for all Grid resources using the Equation (4.6) which was discussed in the previous chapter. Then all the resource cost values are stored in global archive. The resource selector selects the best resource which has the highest RCV from the list of matched

5 64 resources from CRB. The Resource selection algorithm based on resource monitoring is described below. while (there is any unsubmitted jobs) { Update resource performance using RCV with job scheduled in previous intervals; Select the resource for job submission which has maximum RCV; foreach (unsubmitted job) { Match the job to a resource set to satisfy the requirements at the job level; Schedule the jobs; } do { Assign mapped jobs to each compute resource heuristically; }while (all jobs are submitted or no more jobs can be submitted); wait until the next scheduling event; } Network Monitoring Service The network monitoring service runs periodically and collects network metrics from sensors which are invoked by the mobile agents and the network cost function measure the network performance. Network monitoring service generates the mobile agent which migrates from the Resource Broker to Grid cluster Head (GH) and migrates to all compute nodes and start the sensors deployed in all Grid Resources. It retrieves the network metrics bandwidth, RTT, packet loss, and jitter for all the links between the Grid resources. For a given set of m Grid Resources (GR 1, GR 2,, GR m ), there will be n Computing Elements (CE 1, CE 2,, CE n ).

6 65 The Network monitoring service has major impact in Data Grids where there is a need of large data transfer for an execution of an application or job. The algorithm for Resource Selection based on Network Monitoring is described below. while (there is any unsubmitted job) { Update network performance using NCV with job scheduled in previous intervals; Select the resource for job submission which has maximum NCV; foreach (unsubmitted job) { Match the job to a resource set to satisfy the requirements at the job level; Schedule the jobs; } do { Assign mapped jobs to each compute resource heuristically; }while (all jobs are submitted or no more jobs can be submitted); wait until the next scheduling event; } The Network Cost Value is estimated using NCF for all grid resources using the Equation (4.5) which was discussed in the previous chapter. Then all the network cost values are stored in global archive for further prediction. The cost function CF RB,GS is used to measure the network performance of the link between the Resource Broker(RB) and Grid Resource or Grid Cluster Head or Grid Site (GS). NCF RB,GS = e (5.1) NCF RBList = (CF RB,GS1, CF RB,GS2,, CF RB,GSm ) (5.2)

7 66 Then the cost functions for the links between the each Grid cluster Head (GH), called as Grid Resource and it all Computing Elements (CE) are estimated to measure the network performance of the link and as well as the Grid Resource. NCF GH,CE = e (5.3) NCF CEList = (NCF GH1,CE1, NCF GH1,CE2,, NCF GH1,CEn ) (5.4) NCF GS = NCF (5.5) NCF GSList = (NCF GS1, NCF GS2,., NCF GSm ) (5.6) The Network Cost Value is computed by the following expression. NCV GS = (NCF RB,GSk +NCF GSk )/2 (5.7) where, k=1,2,,m and m is the number of Grid sites or Grid Resources available in Grid environment. The NCV varies in [0,1], because all cost functions range varies in[0,1] Network Aware Grid Monitoring Service for Resource Selection One of Grid Resource Broker s tasks is to find the suitable node for the submitted job on it. The network parameters can influence the scheduling decisions and can lead to preeminent outcome to help the resource broker in suitable resource selection. The end-to-end path characteristics between destination and each source have a major impact in the measurement of network performance as well as in prediction. An accurate prediction of the network performance needs of measurements of available bandwidth, packet loss, RTT, and jitter for the large file transfer performance. As the network characteristics are significantly dynamic, the each observation of the metrics

8 67 must be endorsed with timing information to indicate when the observation is made. The user submits the job to the Grid Resource Broker with detailed requirements specification which is needed to execute the job and the job specification is considered as a primary selection rule. The secondary selection rule combines the Resource Cost Value (RCV) and Network Cost Value (NCV). The Resource Cost Value and Network Cost value is computed for all the Grid Resources in a Grid environment. The Compound Cost Value (CCV) is computed by combining the value of RCV and NCV for all the Grid Resources. The Network Aware Grid Monitoring Service identifies the Grid Site or Grid Resource which has the highest CCV, that particular Grid Resource offers the best computing environment for the submitted job. The resource selection process based on resource and network monitoring is described in the Figure 5.2. Figure 5.2 Network Aware Resource Selection Process in Grid

9 68 The CRB perspective of the proposed Network Aware Resource Monitoring System is shown in Figure 5.3. Figure 5.3 CRB s perspective of the Proposed Network Aware Resource Monitoring The user submits the job to CARE Resource Broker (CRB). The CRB gathers information about the available computational resources through Network Aware Grid Monitoring Service and Global Archive. The resources that meet the specifications and minimum requirements such as minimum free memory and network threshold are considered as suitable candidates for job execution. It then creates the jobs according to the application description provided by the user. The scheduler within the broker then makes decision on where to submit a job based on the availability and cost of the compound cost

10 69 value which is derived from resource cost value and network cost value. The job is dispatched to the selected remote computational resource by the scheduler. After the job has finished processing, the results are sent back to the Resource Broker, where the user is submitted the job. This process is repeated until all the jobs within the set have completed. For a given set of m grid resources (GR 1, GR 2,, GR m ), there will be n computing elements (CE 1, CE 2,, CE n ). The RCV is computed using the Equation (4.6) and the Network Cost Value is computed using Equation (4.5) for all grid resources. Then the average of these two cost values is computed which range varies [0, 1] and the computed cost value is called as Compound Cost Value (CCV). For the Given set of m Grid resources (GR 1, GR2,, GR m ), the CCV is computed using the following expression. CCV i = (NCV i + RCV i )/2 (5.8) where, i= 1,2,,m and m is the number of Grid sites or Grid Resources in a Grid environment. The Grid Resource which has highest of CCV is selected as best resource for submitting the job, represented by the following expression, B GS = max m (CCV k ) (5.9) The following code segment specifies the service for computing the CCV for all Grid Resources in a Grid environment to identify the best resource for the submitted job. <?xml version= "1.0" encoding= "UTF-8"?> < definitions name= "CostService" targetnamespace= " xmlns= " xmlns:tns= "

11 70 xmlns:xsd= " < types> < xsd:schema targetnamespace= " xmlns:tns= " xmlns:xsd= " <!-- REQUESTS AND RESPONSES --> < xsd:element name="getcostvalues"> < xsd:complextype/> < /xsd:element> < xsd:element name="getcostvaluesresponse"> <!-- RESOURCE PROPERTIES --> < xsd:complextype> <xsd:sequence> < xsd:element name= "Finalvalue" type= "xsd:string"/> </xsd:sequence> < /xsd:complextype> < /xsd:element> < /xsd:schema> < /types> < message name="getcostvaluesinputmessage"> < part name= "parameters" element= "tns:getcostvalues"/> < /message> < message name="getcostvaluesoutputmessage"> <part name= "parameters" element= "tns:getcostvaluesresponse"/> < /message> < porttype name="costporttype"> < operation name="getcostvalues"> < input message="tns:getcostvaluesinputmessage"/> < output message="tns:getcostvaluesoutputmessage"/> < /operation> < /porttype> < /definitions>

12 71 The algorithm for the best resource selection from the CRB list of matched resources using Network Aware Resource Monitoring approach is described below. while there is any unsubmitted jobs do begin S j {R i }, RCF=, NCV =, CCV = // Matched resources list from CRB for job j for all R in S j do Update the resource information RCV R avg(freemem) / max(freemem) RCV list {RCV RCV R } end for all R in S j do Update the network metrics information NCF B,R {cost(link(gb,gs)), S j R} // Cost of the link using Equation 5.1 foreach r R do Update the network metrics information NCF R, r {cost(link(gs,ce)), r R} // Cost of the link using NCF R,r avg {NCF R, r } end Equation 5.3 end NCV R {(NCF B,R +NCF R,r )/2, S j R, r R } NCV list { NCV NCV R } end for all R in S j do CCV R {( RCV R + NCV R )/2, S j R } CCV list { CCV CCV R } B GS max{ CCV list }

13 Job Monitoring Service The Job Submission Description Language (JSDL) script contains a description of the job that is to be executed. The JSDL specification of job request is transferred from Resource Broker to the selected Resource for execution. This job monitoring service is deployed in CRB broker to monitor the status and progress of the submitted job. During the job execution, its status and progress are tracked and reported to the user through Resource Broker. After the job execution completes, the output is reported to the user. Other job attributes such as current directory of the job, its resource consumption, etc. are also reported to the user during execution of the job. The job monitoring process is shown in Figure 5.4. User submits the job Perform delegation of credentials for client Submit job to WS-GRAM service of remote node Send acknowledgement to client Store the credentials and notify pending status Submit the job to scheduler Notify the active status of submitted job Execute the job Notify cleanup status on completion Report the result to user Figure 5.4 Job monitoring process

14 IMPLEMENTATION OF AUTOMATED DEPLOYMENT OF NETWORK AWARE RESOURCE MONITORING SERVICE Whenever a new resource joins in Grid, it registers itself to the registration database which resides in the Resource Broker. The registration is done by sending the IP address. The registration node maintains a database of the IP address of all Grid resources. Now the registration node sends the IP address of the resource where the service is located i.e. in the Resource Broker. After getting the IP address of the Resource Broker, the newly joined resource invokes the deployment agent which resides in Resource Broker. The agent deploys the service requested in the new resource. The process of the mobile agent based automated deployment of Network aware Resource Monitoring service in a new resource is shown in the Figure 5.5. Figure 5.5 The Process of Automated Deployment of Proposed Monitoring Service The deployment agent has the details of which files to be transferred and what commands to be run for the deployment. These services are used for selecting a suitable resource to which a job can be submitted.

15 74 GRAM services are used for secure job submission to various types of schedulers. Job monitoring module periodically updates the job status and after completion of job the result is reported to the user. 5.4 NETWORK PERFORMANCE PREDICTION MODEL The network metrics such as bandwidth, RTT, packet loss, and jitter parameters are measured between all end-to-end links in the Grid environment. The Network Cost Function value along with time-stamp between the end-to-end nodes is stored in the information repository which provides data to the visualiser module. Predicting the future performance is a complex activity in network management. It needs immense observation of network status and identification of past patterns. Our predictor is linear and Historic-Based and it is shown in Figure 5.6. This model uses standard time series forecasting techniques to predict the performance based on a history of measurements from previous behaviors on the same path. Figure 5.6 Network Performance Prediction Model

16 75 The non-seasonal Holt-Winters predictor is a variation of EWMA. It captures the trend in the underlying time series, if such a trend exists and a separate smoothing component and a trend component, and it depends on two parameters and, both in (0, 1). The predicted value at time i is, (5.10) where, + ( ) (5.11) and + (1 (5.12) And the initial values of =Y 0 and = Y 1 Y 0 respectively, assuming that the time series starts at i=0. This HB approach of Holt-Winters prediction is more accurate to the proposed design and at most level it matches with the actual measurement done with the proposed network monitoring system. The predicted results with measured values are shown in the next section which is evident for the accuracy and the predicted results will be considered to tune the network performance for the effective monitoring of the network that resolves the maximum resource utilization issues in Grid.

CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN

CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN 39 CHAPTER 4 PROPOSED GRID NETWORK MONITORING ARCHITECTURE AND SYSTEM DESIGN This chapter discusses about the proposed Grid network monitoring architecture and details of the layered architecture. This

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

LSKA 2010 Survey Report Job Scheduler

LSKA 2010 Survey Report Job Scheduler LSKA 2010 Survey Report Job Scheduler Graduate Institute of Communication Engineering {r98942067, r98942112}@ntu.edu.tw March 31, 2010 1. Motivation Recently, the computing becomes much more complex. However,

More information

This document describes the new features of this release and important changes since the previous one.

This document describes the new features of this release and important changes since the previous one. Parallels Virtuozzo Containers 4.0 for Linux Release Notes Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document describes the new features of this release and important changes

More information

High Availability of the Polarion Server

High Availability of the Polarion Server Polarion Software CONCEPT High Availability of the Polarion Server Installing Polarion in a high availability environment Europe, Middle-East, Africa: Polarion Software GmbH Hedelfinger Straße 60 70327

More information

Hardware/Software Guidelines

Hardware/Software Guidelines There are many things to consider when preparing for a TRAVERSE v11 installation. The number of users, application modules and transactional volume are only a few. Reliable performance of the system is

More information

Installation Manual for Grid Monitoring Tool

Installation Manual for Grid Monitoring Tool Installation Manual for Grid Monitoring Tool Project No: CDAC/B/SSDG/GMT/2004/025 Document No: SSDG/GMT/2004/025/INST-MAN/2.1 Control Status: Controlled (Internal Circulation Only) Author : Karuna Distribution

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Efficient Load Balancing using VM Migration by QEMU-KVM

Efficient Load Balancing using VM Migration by QEMU-KVM International Journal of Computer Science and Telecommunications [Volume 5, Issue 8, August 2014] 49 ISSN 2047-3338 Efficient Load Balancing using VM Migration by QEMU-KVM Sharang Telkikar 1, Shreyas Talele

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 Remote Control comes as two separate files: the Remote Control Server installation file (.exe) and the Remote Control software package (.ava). The installation

More information

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

More information

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems RH413 Manage Software Updates Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems Allocate an advanced file system layout, and use file

More information

IM and Presence Disaster Recovery System

IM and Presence Disaster Recovery System Disaster Recovery System, page 1 Access the Disaster Recovery System, page 2 Back up data in the Disaster Recovery System, page 3 Restore scenarios, page 9 Backup and restore history, page 15 Data authentication

More information

Dynamic Resource allocation in Cloud

Dynamic Resource allocation in Cloud Dynamic Resource allocation in Cloud ABSTRACT: Cloud computing allows business customers to scale up and down their resource usage based on needs. Many of the touted gains in the cloud model come from

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

JoramMQ, a distributed MQTT broker for the Internet of Things

JoramMQ, a distributed MQTT broker for the Internet of Things JoramMQ, a distributed broker for the Internet of Things White paper and performance evaluation v1.2 September 214 mqtt.jorammq.com www.scalagent.com 1 1 Overview Message Queue Telemetry Transport () is

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

How To Install Linux Titan

How To Install Linux Titan Linux Titan Distribution Presented By: Adham Helal Amgad Madkour Ayman El Sayed Emad Zakaria What Is a Linux Distribution? What is a Linux Distribution? The distribution contains groups of packages and

More information

Archive Database Guide

Archive Database Guide Archive Database Guide 4/22/2014 AMERICAS HEADQUARTERS OAISYS 7965 South Priest Drive, Suite 105 Tempe, AZ 85284 USA www.oaisys.com (480) 496-9040 OVERVIEW This document will take you through the process

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

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago

Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago Globus Striped GridFTP Framework and Server Raj Kettimuthu, ANL and U. Chicago Outline Introduction Features Motivation Architecture Globus XIO Experimental Results 3 August 2005 The Ohio State University

More information

IMPLEMENTING GREEN IT

IMPLEMENTING GREEN IT Saint Petersburg State University of Information Technologies, Mechanics and Optics Department of Telecommunication Systems IMPLEMENTING GREEN IT APPROACH FOR TRANSFERRING BIG DATA OVER PARALLEL DATA LINK

More information

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring University of Victoria Faculty of Engineering Fall 2009 Work Term Report Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring Department of Physics University of Victoria Victoria, BC Michael

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

More information

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product

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

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation.

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation. Installing and Configuring Windows Server 2008 Tom Brett Module Overview Planning Windows Server 2008 Installations Performing a Windows Server 2008 Installation Configuring Windows Server 2008 Following

More information

GRMS Features and Benefits

GRMS Features and Benefits GRMS - The resource management system for Clusterix computational environment Bogdan Ludwiczak bogdanl@man.poznan.pl Poznań Supercomputing and Networking Center Outline: GRMS - what it is? GRMS features

More information

Chapter 2: Getting Started

Chapter 2: Getting Started Chapter 2: Getting Started Once Partek Flow is installed, Chapter 2 will take the user to the next stage and describes the user interface and, of note, defines a number of terms required to understand

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

HPSA Agent Characterization

HPSA Agent Characterization HPSA Agent Characterization Product HP Server Automation (SA) Functional Area Managed Server Agent Release 9.0 Page 1 HPSA Agent Characterization Quick Links High-Level Agent Characterization Summary...

More information

Centralized Orchestration and Performance Monitoring

Centralized Orchestration and Performance Monitoring DATASHEET NetScaler Command Center Centralized Orchestration and Performance Monitoring Key Benefits Performance Management High Availability (HA) Support Seamless VPX management Enables Extensible architecture

More information

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.1 Support Matrix

EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.1 Support Matrix EMC Smarts SAM, IP, ESM, MPLS, NPM, OTM, and VoIP Managers 9.4.1 Version 9.4.1.0 302-002-262 REV 01 Abstract Smarts 9.4.1 Suite can be installed in a typical or a fully distributed, multi-machine production

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

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

The Managed computation Factory and Its Application to EGEE

The Managed computation Factory and Its Application to EGEE The Managed Computation and its Application to EGEE and OSG Requirements Ian Foster, Kate Keahey, Carl Kesselman, Stuart Martin, Mats Rynge, Gurmeet Singh DRAFT of June 19, 2005 Abstract An important model

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Dynamic Resource Distribution Across Clouds

Dynamic Resource Distribution Across Clouds University of Victoria Faculty of Engineering Winter 2010 Work Term Report Dynamic Resource Distribution Across Clouds Department of Physics University of Victoria Victoria, BC Michael Paterson V00214440

More information

Dell Fabric Manager Installation Guide 1.0.0

Dell Fabric Manager Installation Guide 1.0.0 Dell Fabric Manager Installation Guide 1.0.0 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

More information

HPC performance applications on Virtual Clusters

HPC performance applications on Virtual Clusters Panagiotis Kritikakos EPCC, School of Physics & Astronomy, University of Edinburgh, Scotland - UK pkritika@epcc.ed.ac.uk 4 th IC-SCCE, Athens 7 th July 2010 This work investigates the performance of (Java)

More information

Business white paper. HP Process Automation. Version 7.0. Server performance

Business white paper. HP Process Automation. Version 7.0. Server performance Business white paper HP Process Automation Version 7.0 Server performance Table of contents 3 Summary of results 4 Benchmark profile 5 Benchmark environmant 6 Performance metrics 6 Process throughput 6

More information

GRAVITYZONE HERE. Deployment Guide VLE Environment

GRAVITYZONE HERE. Deployment Guide VLE Environment GRAVITYZONE HERE Deployment Guide VLE Environment LEGAL NOTICE All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

Workflow Templates Library

Workflow Templates Library Workflow s Library Table of Contents Intro... 2 Active Directory... 3 Application... 5 Cisco... 7 Database... 8 Excel Automation... 9 Files and Folders... 10 FTP Tasks... 13 Incident Management... 14 Security

More information

The ENEA-EGEE site: Access to non-standard platforms

The ENEA-EGEE site: Access to non-standard platforms V INFNGrid Workshop Padova, Italy December 18-20 2006 The ENEA-EGEE site: Access to non-standard platforms C. Sciò**, G. Bracco, P. D'Angelo, L. Giammarino*, S.Migliori, A. Quintiliani, F. Simoni, S. Podda

More information

DNA. White Paper. DNA White paper Version: 1.08 Release Date: 1 st July, 2015 Expiry Date: 31 st December, 2015. Ian Silvester DNA Manager.

DNA. White Paper. DNA White paper Version: 1.08 Release Date: 1 st July, 2015 Expiry Date: 31 st December, 2015. Ian Silvester DNA Manager. DNA White Paper Prepared by Ian Silvester DNA Manager Danwood Group Service Noble House Whisby Road Lincoln LN6 3DG Email: dna@danwood.com Website: www.danwood.com\dna BI portal: https:\\biportal.danwood.com

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

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

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations

More information

A Holistic Model of the Energy-Efficiency of Hypervisors

A Holistic Model of the Energy-Efficiency of Hypervisors A Holistic Model of the -Efficiency of Hypervisors in an HPC Environment Mateusz Guzek,Sebastien Varrette, Valentin Plugaru, Johnatan E. Pecero and Pascal Bouvry SnT & CSC, University of Luxembourg, Luxembourg

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Virtualization Infrastructure at Karlsruhe

Virtualization Infrastructure at Karlsruhe Virtualization Infrastructure at Karlsruhe HEPiX Fall 2007 Volker Buege 1),2), Ariel Garcia 1), Marcus Hardt 1), Fabian Kulla 1),Marcel Kunze 1), Oliver Oberst 1),2), Günter Quast 2), Christophe Saout

More information

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Managing your Red Hat Enterprise Linux guests with RHN Satellite Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions

More information

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar

W H I T E P A P E R. Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar W H I T E P A P E R Optimized Backup and Recovery for VMware Infrastructure with EMC Avamar Contents Introduction...1 VMware Infrastructure Overview...1 VMware Consolidated Backup...2 EMC Avamar Overview...3

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy Introducing Oracle VM: Oracle s Virtualization Product Strategy SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information

More information

The ENEA gateway approach providing EGEE/gLite access to unsupported platforms and operating systems

The ENEA gateway approach providing EGEE/gLite access to unsupported platforms and operating systems EU-IndiaGrid Workshop Taipei, November 2nd 2007 The ENEA gateway approach providing EGEE/gLite access to unsupported platforms and operating systems G. Bracco, S.Migliori, A. Quintiliani, A. Santoro, C.

More information

Running VirtualCenter in a Virtual Machine

Running VirtualCenter in a Virtual Machine VMWARE TECHNICAL NOTE VirtualCenter 2.x Running VirtualCenter in a Virtual Machine Running VirtualCenter in a virtual machine is fully supported by VMware to the same degree as if it were installed on

More information

Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements. Marcia Zangrilli and Bruce Lowekamp

Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements. Marcia Zangrilli and Bruce Lowekamp Transparent Optimization of Grid Server Selection with Real-Time Passive Network Measurements Marcia Zangrilli and Bruce Lowekamp Overview Grid Services Grid resources modeled as services Define interface

More information

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth.

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth. 5 Performance Management for Web Services Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se April 2008 Overview Service Management Performance Mgt QoS Mgt

More information

Server Installation Manual 4.4.1

Server Installation Manual 4.4.1 Server Installation Manual 4.4.1 1. Product Information Product: BackupAgent Server Version: 4.4.1 2. Introduction BackupAgent Server has several features. The application is a web application and offers:

More information

Architecting for the next generation of Big Data Hortonworks HDP 2.0 on Red Hat Enterprise Linux 6 with OpenJDK 7

Architecting for the next generation of Big Data Hortonworks HDP 2.0 on Red Hat Enterprise Linux 6 with OpenJDK 7 Architecting for the next generation of Big Data Hortonworks HDP 2.0 on Red Hat Enterprise Linux 6 with OpenJDK 7 Yan Fisher Senior Principal Product Marketing Manager, Red Hat Rohit Bakhshi Product Manager,

More information

Monitoring Databases on VMware

Monitoring Databases on VMware Monitoring Databases on VMware Ensure Optimum Performance with the Correct Metrics By Dean Richards, Manager, Sales Engineering Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com

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

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

F5 BIG-IP V9 Local Traffic Management EE0-511. Demo Version. ITCertKeys.com

F5 BIG-IP V9 Local Traffic Management EE0-511. Demo Version. ITCertKeys.com F5 BIG-IP V9 Local Traffic Management EE0-511 Demo Version Question 1. Which three methods can be used for initial access to a BIG-IP system? (Choose three.) A. Serial console access B. SHH access to the

More information

Datasheet Fujitsu Cloud Infrastructure Management Software V1

Datasheet Fujitsu Cloud Infrastructure Management Software V1 Datasheet Fujitsu Cloud Infrastructure Management Software V1 Efficient infrastructure utilization, private cloud creation support, and reduced administration. Cloud Foundation for Iaas Fujitsu supports

More information

Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers

Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers This section includes system requirements for DMENE Network configurations that utilize virtual

More information

ANALYSIS OF GRID COMPUTING AS IT APPLIES TO HIGH VOLUME DOCUMENT PROCESSING AND OCR

ANALYSIS OF GRID COMPUTING AS IT APPLIES TO HIGH VOLUME DOCUMENT PROCESSING AND OCR ANALYSIS OF GRID COMPUTING AS IT APPLIES TO HIGH VOLUME DOCUMENT PROCESSING AND OCR By: Dmitri Ilkaev, Stephen Pearson Abstract: In this paper we analyze the concept of grid programming as it applies to

More information

IBM Cloud Manager with OpenStack

IBM Cloud Manager with OpenStack IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta cloudbta@us.ibm.com Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3

More information

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved.

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. Parallels Virtuozzo Containers 4.0 for Linux Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers

More information

Measurement of BeStMan Scalability

Measurement of BeStMan Scalability Measurement of BeStMan Scalability Haifeng Pi, Igor Sfiligoi, Frank Wuerthwein, Abhishek Rana University of California San Diego Tanya Levshina Fermi National Accelerator Laboratory Alexander Sim, Junmin

More information

PowerVC 1.2 Q4 2013 Power Systems Virtualization Center

PowerVC 1.2 Q4 2013 Power Systems Virtualization Center PowerVC 1.2 Q4 2013 Power Systems Virtualization Center At last a simple tool to spin-off Power Virtual Machines with very little effort Nigel Griffiths IBM Power Systems Corporation Advanced Technology

More information

Informatica Data Director Performance

Informatica Data Director Performance Informatica Data Director Performance 2011 Informatica Abstract A variety of performance and stress tests are run on the Informatica Data Director to ensure performance and scalability for a wide variety

More information

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

PES. Batch virtualization and Cloud computing. Part 1: Batch virtualization. Batch virtualization and Cloud computing

PES. Batch virtualization and Cloud computing. Part 1: Batch virtualization. Batch virtualization and Cloud computing Batch virtualization and Cloud computing Batch virtualization and Cloud computing Part 1: Batch virtualization Tony Cass, Sebastien Goasguen, Belmiro Moreira, Ewan Roche, Ulrich Schwickerath, Romain Wartel

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

vrealize Operations Manager Customization and Administration Guide

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until

More information

Oracle Linux Support and Oracle VM Support Global Price List

Oracle Linux Support and Oracle VM Support Global Price List Oracle Linux Support and Oracle VM Support Global List December 1, 2014 For educational purposes only. Subject to change without notice. 1 of 8 Oracle Linux Support s in USA (Dollar) License Support Licensing

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Intellicus Cluster and Load Balancer Installation and Configuration Manual Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012

More information

Configuration Management of Massively Scalable Systems

Configuration Management of Massively Scalable Systems 1 KKIO 2005 Configuration Management of Massively Scalable Systems Configuration Management of Massively Scalable Systems Marcin Jarząb, Krzysztof Zieliński, Jacek Kosiński SUN Center of Excelence Department

More information

Avid. Avid Interplay Web Services. Version 2.0

Avid. Avid Interplay Web Services. Version 2.0 Avid Avid Interplay Web Services Version 2.0 Table of Contents Overview... 1 Interplay Web Services Functionality... 2 Asset Management... 2 Workflow Enhancement... 3 Infrastructure... 3 Folder Listing...

More information

CS 6343: CLOUD COMPUTING Term Project

CS 6343: CLOUD COMPUTING Term Project CS 6343: CLOUD COMPUTING Term Project Group A1 Project: IaaS cloud middleware Create a cloud environment with a number of servers, allowing users to submit their jobs, scale their jobs Make simple resource

More information

Comparing Free Virtualization Products

Comparing Free Virtualization Products A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this

More information

Content Distribution Management

Content Distribution Management Digitizing the Olympics was truly one of the most ambitious media projects in history, and we could not have done it without Signiant. We used Signiant CDM to automate 54 different workflows between 11

More information

White Paper on Consolidation Ratios for VDI implementations

White Paper on Consolidation Ratios for VDI implementations White Paper on Consolidation Ratios for VDI implementations Executive Summary TecDem have produced this white paper on consolidation ratios to back up the return on investment calculations and savings

More information

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35 Table of Contents Introduction and System Requirements 9 VMware Server: Product Overview 10 Features in VMware Server 11 Support for 64-bit Guest Operating Systems 11 Two-Way Virtual SMP (Experimental

More information

CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms

CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms Rodrigo N. Calheiros, Rajiv Ranjan, Anton Beloglazov, César A. F. De Rose,

More information

Next Generation Now: Red Hat Enterprise Linux 6 Virtualization A Unique Cloud Approach. Jeff Ruby Channel Manager jruby@redhat.com

Next Generation Now: Red Hat Enterprise Linux 6 Virtualization A Unique Cloud Approach. Jeff Ruby Channel Manager jruby@redhat.com Next Generation Now: Virtualization A Unique Cloud Approach Jeff Ruby Channel Manager jruby@redhat.com Introducing Extensive improvements in every dimension Efficiency, scalability and reliability Unprecedented

More information

Configuration Maximums VMware Infrastructure 3

Configuration Maximums VMware Infrastructure 3 Technical Note Configuration s VMware Infrastructure 3 When you are selecting and configuring your virtual and physical equipment, you must stay at or below the maximums supported by VMware Infrastructure

More information

WHITE PAPER. ClusterWorX 2.1 from Linux NetworX. Cluster Management Solution C ONTENTS INTRODUCTION

WHITE PAPER. ClusterWorX 2.1 from Linux NetworX. Cluster Management Solution C ONTENTS INTRODUCTION WHITE PAPER A PRIL 2002 C ONTENTS Introduction 1 Overview 2 Features 2 Architecture 3 Monitoring 4 ICE Box 4 Events 5 Plug-ins 6 Image Manager 7 Benchmarks 8 ClusterWorX Lite 8 Cluster Management Solution

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