1 What is Cloud Computing? Cloud Infrastructures OpenStack Amazon EC CAMF Cloud Application Management

Size: px
Start display at page:

Download "1 What is Cloud Computing?... 2 2 Cloud Infrastructures... 2 2.1 OpenStack... 2 2.2 Amazon EC2... 4 3 CAMF... 5 3.1 Cloud Application Management"

Transcription

1 1 What is Cloud Computing? Cloud Infrastructures OpenStack Amazon EC CAMF Cloud Application Management Frameworks CAMF Framework for Eclipse Eclipse TOSCA Specification for Cloud Applications CAMF Requirements CAMF Installation Instructions Getting Started Open CAMF Perspective Create a new Cloud Project Manage Cloud Providers Add Cloud Provider Edit Cloud Provider Cloud Application Description Create application description file Fetch Cloud provider info Check authentication details Describe Cloud application structure/contextualization Specify application s elasticity requirements Submit application description to Cloud provider Deploy application to Cloud provider Create deployment file Watch deployment status Monitoring Create JCatascopia Monitoring Probe... 22

2 1 What is Cloud Computing? NIST defines Cloud Computing as a model for enabling ubiquitous, 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. Cloud computing has five essential characteristics: On-demand self-service: A consumer can provision computing capabilities as needed automatically without requiring interactions with the service provider Broad network access: Computing capabilities are available over the network Resource pooling: The provider s computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to consumer demand. Rapid elasticity: Capabilities can be elastically provisioned and released, in some cases automatically, to satisfy consumer demand. Measured service: Resource usage can be monitored providing transparency for both the provider and consumer of the utilized service. Cloud computing service models 2 : Software as a service (SaaS): Cloud-based applications or software as a service (SaaS) run on distant computers in the cloud that are owned and operated by others and that connect to users computers via the Internet and, usually, a web browser. Platform as a service (PaaS): Platform as a service provides a cloud-based environment with everything required to support the complete lifecycle of building and delivering web-based (cloud) applications without the cost and complexity of buying and managing the underlying hardware, software, provisioning and hosting. Infrastructure as a service (IaaS): Infrastructure as a service provides companies with computing resources including servers, networking, storage, and data center space on a pay-per-use basis. Although Cloud Computing is currently being widely used, interoperability and portability are major barriers to broader adoption 3. With the continuously growing number of Cloud service providers 2 Cloud Infrastructures 2.1 OpenStack Many companies use OpenStack as the basis for their public Clouds. Rackspace, being one of them, has proven that OpenStack can power a geographically distributed, massive scale public Cloud. HP is another

3 company that uses the OpenStack technology for its open, enterprise-grade public Cloud named Helion. Furthermore, OpenStack is used by many enterprises for building their own private Clouds. So, what exactly is OpenStack? OpenStack 4 is an open source Cloud operating system that controls large pools of compute, storage and networking resources throughout a datacenter. These resources can be managed through a dashboard or via the OpenStack API. See Figure 1. Compute Figure 1 The OpenStack cloud operating system enables users to allocate on-demand computing resources, by provisioning and managing large networks of virtual machines. The compute architecture is designed to scale horizontally on standard hardware, enabling scaling compute up and down to meet demand for web resources and applications. Storage In addition to traditional enterprise-class storage technology, many organizations now have a variety of storage needs with varying performance and price requirements. OpenStack has support for both Object Storage and Block Storage, with many deployment options for each depending on the use case. Object Storage is ideal for cost effective, scale-out storage. It is not a traditional file system, but rather a distributed storage system for static data such as virtual machine images, photo storage, storage, backups and archives. Block Storage allows block devices to be exposed and connected to compute instances for expanded storage, better performance and integration with enterprise storage platforms Networking 4

4 OpenStack Networking manages IP addresses, allowing for dedicated static IPs or DHCP. OpenStack provides flexible networking models to suit the needs of different applications or user groups. Standard models include flat networks or VLANs for separation of servers and traffic. Users can also create their own networks, control traffic and connect servers and devices to one or more networks. OpenStack Networking ensures the network will not be the bottleneck or limiting factor in a cloud deployment and gives users real self-service, even over their network configurations. 2.2 Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2 5 ) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. To use Amazon EC2, you simply: Select a pre-configured, templated Amazon Machine Image (AMI) to get up and running immediately. Or create an AMI containing your applications, libraries, data, and associated configuration settings. Configure security and network access on your Amazon EC2 instance. Choose which instance type(s) you want, then start, terminate, and monitor as many instances of your AMI as needed. Determine whether you want to run in multiple locations, utilize static IP endpoints, or attach persistent block storage to your instances. Amazon Machine Image (AMI) An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual server in the cloud. You specify an AMI when you launch an instance, and you can launch as many instances from the AMI as you need. You can also launch instances from as many different AMIs as you need. An AMI includes the following: A template for the root volume for the instance (for example, an operating system, an application server, and applications) Launch permissions that control which AWS accounts can use the AMI to launch instances A block device mapping that specifies the volumes to attach to the instance when it's launched Instance Type Amazon EC2 provides a wide selection of instance types optimized to fit different use cases. Instance types comprise varying combinations of CPU, memory, storage, and networking capacity and give you the flexibility to choose the appropriate mix of resources for your applications. Each instance type 5

5 includes one or more instance sizes, allowing you to scale your resources to the requirements of your target workload. 3 CAMF 3.1 Cloud Application Management Frameworks Cloud Application Management Frameworks are integrated products that provide for the management of Cloud applications. Such products incorporate self-service interfaces through which developers can configure the compute, storage and network resources to satisfy applications requirements overs its hosting environment. Furthermore developers can view the providers service catalogs, and select from the available offerings according to their needs. Cloud Application Management Frameworks may also support specification of elasticity policies so that deployments can scale at runtime. They might also provide application performance monitoring and analytics. 3.2 CAMF Framework for Eclipse CAMF is an open-source Cloud Application Management Framework through which users are able to define the description, deployment and management phases of their Cloud applications in a clean and intuitive graphical manner. It is built on top of the well-established Eclipse platform (Section 3.2.1) and it adheres to two highly desirable features of Cloud applications: portability and elasticity. In particular, CAMF implements the open, non-proprietary OASIS TOSCA specification (Section 3.2.2) for describing the provision, deployment and re-contextualization of applications across different Cloud infrastructures, thereby ensuring application portability. Furthermore, CAMF enables Cloud users to specify elasticity policies that describe how the deployed virtualized resources must be elastically adapted at runtime to match the needs of a dynamic application-workload Eclipse Eclipse 6 is an Integrated Development Environment (IDE) which uses plug-ins to provide all the functionality within and on top of the runtime system, following the OSGi core framework specification. Tool builders can contribute to the Eclipse platform by wrapping their tools in Eclipse plug-ins. A plug-in in Eclipse is a component that provides a certain type of service within the context of the Eclipse workbench. By a component here we mean an object that may be configured into a system at system deployment time. The Eclipse runtime provides an infrastructure to support the activation and operation of a set of plug-ins working together to provide a seamless environment for development activities TOSCA Specification for Cloud Applications TOSCA 7 provides a language to describe the structure of applications, together with their management operations. The structure of an application defines the components an application consists of and the relationships between them. Application components are described in TOSCA by means of Nodes, and

6 are used to represent specific types of VMs in a deployment (i.e. an application component can be a Tomcat application server in a 3-tier application). Each Node can have certain semantics that are defined in the corresponding Node Type. Such semantics include the Requirements a Node has against its hosting environment, the Capabilities it offers and the Policies that govern its execution, such as security or elasticity policies. Similarly, TOSCA Relationships, used to represent the relations in an application's structure, have their own semantics based on their Relationship Type (i.e. the semantics of a relationship might denote that there is some kind of dependency between the connected Nodes). The management aspects of an application are described in TOSCA by means of lifecycle operations or by more complex Management Plans. For each Node Type, its lifecycle operations can be defined, (i.e deploy or start an instance of the corresponding Node Type). On the other hand, there is no TOSCA specific way to describe Management Plans. Instead, they can be specified in any existing process modeling language, such as BPMN, and referenced through TOSCA. Both lifecycle operations and Managements Plans require some content to be realized, such as virtual machine images, configuration files etc. These contents are referred to as Artifacts. Figure 2 The application description together with the actual files required to realize the application's management operations that are specified in the description, are packaged into a single fully selfcontained archive, called CSAR (Cloud Service Archive). CSARs are portable across different Cloud vendors that implement a TOSCA supporting environment (also called TOSCA Container). 3.3 CAMF Requirements CAMF works with the latest versions of Eclipse IDE (Kepler or Luna). You can download the Eclipse IDE from CAMF Installation Instructions 1) Import -> Git -> Projects from Git -> Clone URI (URI: ) 2) Check-out branch ceclipse_aws_openstack_icwe 3) Open terminal and go under "<your git dir>/c-eclipse/app-submission/org.apache.jclouds" 4) Run "mvn clean:clean"

7 5) Run "mvn p2:site" - This will build a local p2-repository from which Eclipse will fetch all the JClouds libs needed to interface with openstack. At the end you should get an error with Maven exiting and complaining about ${jclouds.version}. This is expected (caused by wrong jclouds references in the Neutron POM) and is fixed by custom-build files I provide in the step below. 6) Download the corrected openstack-neutron JAR and POM files from here: (it s safe from my Dropbox account) 7) Copy the two files under folder ~/.m2/repository/org/apache/jclouds/labs/openstack-neutron/ ) Run mvn p2:site again under the directory specified above. You should not get any errors now, and the mvn p2 process should report: "[INFO] BUILD SUCCESS". 9) Run "mvn jetty:run" - This starts a local web server on port 8080 that is used to serve the created p2- repository. This is a thread so don't terminate it until we complete the next steps. You can check that everything is running normally by browsing: 10) Go to eclipse, expand plugin org.eclipse.camf.tycho.target and open file targetdefinition.target.xml 11) Click on one of the locations, click Update and wait for the process to finish. this might take a while, depending on the network speed and load of remote Eclipse repositories (watch the Progress indicator at lower-right corner). 12) When update completes, click Set as Target (upper right corner). Allow to complete again, save and close the target definition editor. 13) Right-click on "org.eclipse.camf.tycho" -> Maven -> Update project - > Select all -> Apply 14) Right-click on "org.eclipse.camf.tycho" -> Run As -> Maven install 15) If you get the Runtime configuration dialog, then add in the Goals field the following (without quotes): "clean install" 16) When everything completes, look in the Console View and make sure you have no error and you see a SUCCESS message. 17) Now you can terminate the jetty process on step 9. 18) Right-click on "org.eclipse.camf.tycho" -> Run As -> Run Configuration 19) New Eclipse Application 20) Give a name to your application and then go to the "Plug-ins" tab. 21) Change Launch With: "features selected below" and click Select All 22) Select All -> Apply -> Run

8 3.5 Getting Started Open CAMF Perspective The CAMF Perspective contains the Views and Editors utilized by CAMF. Open the CAMF Perspective: Window -> Open Perspective -> Other -> CAMF. (Figure 3) Figure 3 You can close the Cloud Information Tool view, since we are not going to need it for the current tutorial Create a new Cloud Project Right Click in the Cloud Project View -> New -> Other -> Cloud Application Management Framework -> Cloud Project. (Figure 4)

9 Figure 4 Next -> Give a name for the newly created project -> Next -> Select a Cloud Provider to associate the project with (Figure 5) -> Finish (if you have not already added providers to your workspace you can do so by clicking on the Edit Cloud Providers button and following the instructions in section 3.5.3). Figure 5

10 The new project is created and the project s folder structure is shown in the Cloud Project View (Figure 6). The created folders will be used as follows: Application Descriptions: holding topology blueprints defined using TOSCA. Each blueprint can be unique by specifying a different structure and management operations for the application at hand. Application Deployments: holding IaaS-flavored blueprints along with important operational records (past and current) regarding different deployment. Amongst other, these can include date/time, the target deployment IaaS, version of the application description, operational costs, etc. Artifacts: holding concrete software implementations required for the successful deployment and correct operation of the application. These include, and not limited to: executable and/or 3rd party libraries, custom virtual machine images, Chef cookbooks, O/S-specific configuration scripts, etc. The Cloud project structure, allows for artifacts to be referenced by multiple descriptions thus avoiding unwanted duplication. Monitoring: holding monitoring metric collectors prepared by the developer. These probes can be placed anywhere on the application stack ranging from the virtualization layer upwards to the application itself, in order to obtain meaningful metrics that report the runtime health and performance of the application. Figure Manage Cloud Providers Add Cloud Provider If the Cloud Providers wizard is not open go to Window -> Preferences -> Cloud Application Management Framework -> Cloud Providers Add -> OpenStack Cloud Provider (Figure 7) -> Next: Give a name for the OpenStack compliant provider to which you have already been registered and have acquired the necessary credentials (username and password). Fill in the Access Id (username) and Endpoint (URI) and click Finish -> OK. Here you can specify as many providers as you want. The selection of a provider to submit an application for deployment is done at a later stage.

11 Figure Edit Cloud Provider If the Cloud Providers wizard is not open go to Window -> Preferences -> Cloud Application Management Framework -> Cloud Providers Select the provider to be edited -> Edit -> OpenStack Cloud Provider -> Next: You can update the Access Id (username) and/or Endpoint (URI) (Figure 8). Click Finish -> OK.

12 Figure Cloud Application Description Create application description file Right Click on a Project in the Cloud Project View -> New -> Other -> Cloud Application Management Framework -> Application Description -> Next -> Give a name for the newly created description -> Finish. The application description file is created under the Application Descriptions folder with extension.tosca (Figure 9).

13 Figure Fetch Cloud provider info When creating the first application description in a project, the framework tries to fetch the following data from the specified OpenStack Cloud provider: Images: Virtual machine images that are made available through the OpenStack Image Service Networks: Virtual networks to enable compute servers to interact with each other and with the public network Key Pairs: User-created keys (i.e. rsa keys) that can be used to access the instances once they have been launched Flavors: A flavor represents a set of virtual resources. Flavors define how many virtual CPUs an instance has and the amount of RAM and size of its ephemeral disks. OpenStack provides a number of predefined flavors that you can edit or add to. Users must select from the set of available flavors defined on their cloud. A pop up window asks if you want to fetch this data (Figure 10). Figure 10 Click Yes and add the missing credentials (password) for the selected provider -> Finish (Figure 11).

14 Figure Check authentication details Once the user has provided her full credentials (username and password) for the specified endpoint and has been authenticated by the respective Cloud provider, her authentication details are shown in the Authentication Token UI view (Figure 12). Figure Describe Cloud application structure/contextualization Right click on the application description file -> Open With -> Tosca Diagram Editor. You can also open the xml TOSCA file at any time, by selecting Open With -> Text Editor. All the information required for the description can be found in the Palette (Figure 13) and/or in the Properties view (Figure 14). The Palette includes some generic elements (application components and relationships), as well as Cloud provider specific elements previously fetched (images, networks and key pairs). Elements from the Palette can be simply dragged and dropped onto the center Canvas of the tool.

15 Figure 13 The rest of the information (flavors) can be found in the Properties view (Figure 14). Figure 14 Users can also use image and configuration files stored in their local file system, simply by importing them into the respective folders of a Cloud Project (Virtual Machine Images, Deployment Scripts folders). Once the files are imported into the Cloud Project, they are also added in the Palette. Right Click -> Import -> General -> File System -> Next -> Browse -> Select a directory to import from. (Figure 15)

16 Figure 15 Firstly decide the number of application components to put in the description. Each application component corresponds to a virtual machine instance. Then, for each application component the image (green box), flavor and network(pink box) must be specified. Additional attributes can be specified, such as key pair (yellow box), deployment/configuration scripts (beige box), and initial number of instances (Figure 16). Figure 16

17 Specify application s elasticity requirements You can specify elasticity policies for your application so that it can scale at runtime based on the defined policies. There are two different types of elasticity policies: Elasticity Constraint: Used to express the constraints of an application, related to cost, performance and other application-quality metrics. Here the application user does not specify the exact actions to be enforced when a constraint is violated. Instead, the appropriate actions are determined by the underlying intelligent elastic Resource Provisioning System 8. Elasticity Strategy: Used to express specific strategies that should be enforced by the execution environment when specific constraints are violated. The policy presented in Figure 17 describes an elasticity constraint where the application provider wants the CPU usage of a database cluster to be less than 80%. In Figure 17 the application provider uses an elasticity strategy to specify that when the CPU usage of the cluster exceeds 80%, a new database VM should be added to the cluster. Figure 17 In order for the user to specify elasticity policies related to a monitoring metric, a corresponding monitoring probe (i.e. CPU Usage probe) from the Palette (Figure 18) must be assigned to the respective component by dragging the probe from the Palette and dropping it to the component. 8

18 Figure Submit application description to Cloud provider Once the application description is completed Right Click on the.tosca file under the Application Descriptions folder -> Application Submission (Figure 19). Give a name for the submission file (Figure 20). Figure 19

19 Select the provider to submit the file to (Figure 21). Figure 20 Figure 21 The submission file is created under the Application Submission folder (Figure 22).

20 Figure Deploy application to Cloud provider Create deployment file What remains is to send the deployment request to Cloud provider of your choice. Right Click on the.tosca file under the Application Submissions folder -> Application Deployment (Figure 23). Figure 23 Select the Cloud provider over which you wish to deploy your application -> Finish (Figure 24).

21 Figure Watch deployment status After deployment, the application developer can interact with the Deployment view (Figure 25), so as to instantly retrieve the applications operational status without leaving CAMF s workspace. The Deployment view provides a snapshot of all application deployments grouped per target IaaS. Each deployment is accompanied with provider-specific properties such as IP addresses of each component, instance IDs, uptime and cost information, if available. Figure Monitoring CAMF enables integration with different monitoring systems, enabling its users to collect performance metrics regarding any deployed application without being required to deal with external software environments.

22 Currently, CAMF is fully integrated with JCatascopia 9, an automated, multi-layer interoperable monitoring system for elastic Cloud environments. Besides the standard probe suite available in JCatascopia, CAMF allows application developers to define and implement custom metric collectors that adhere to JCatascopia s modular architecture. These probes can be placed anywhere on the application stack ranging from the virtualization layer upwards to the application itself, in order to obtain meaningful metrics that report the runtime health and performance of the application Create JCatascopia Monitoring Probe Users can write custom java monitoring probes in CAMF. Click on the Monitoring tab in the Properties view -> Create (Figure 26). Figure 26 A java class that extends the JCatascopia Probe interface is automatically generated (Figure 27), guiding the user on how to implement the required methods. The created probes are exported as.jar files and are packaged in the CSAR file together with the application deployment file. At deployment time, the exported.jar files are installed on the specified VMs, just like the rest of the JCatascopia probes. 9

23 Figure 27

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

OpenTOSCA Release v1.1. Contact: info@opentosca.org Documentation Version: March 11, 2014 Current version: http://files.opentosca.

OpenTOSCA Release v1.1. Contact: info@opentosca.org Documentation Version: March 11, 2014 Current version: http://files.opentosca. OpenTOSCA Release v1.1 Contact: info@opentosca.org Documentation Version: March 11, 2014 Current version: http://files.opentosca.de NOTICE This work has been supported by the Federal Ministry of Economics

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

Cloud Models and Platforms

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

More information

Automatic, multi- grained elasticity- provisioning for the Cloud. Deliverable no.: 2.1 Date: 29-07- 2013

Automatic, multi- grained elasticity- provisioning for the Cloud. Deliverable no.: 2.1 Date: 29-07- 2013 Automatic, multi- grained elasticity- provisioning for the Cloud Application Description Tool V1 Deliverable no.: 2.1 Date: 29-07- 2013 CELAR is funded by the European Commission DG- INFSO Seventh Framework

More information

Cloud Computing. Adam Barker

Cloud Computing. Adam Barker Cloud Computing Adam Barker 1 Overview Introduction to Cloud computing Enabling technologies Different types of cloud: IaaS, PaaS and SaaS Cloud terminology Interacting with a cloud: management consoles

More information

AppStack Technology Overview Model-Driven Application Management for the Cloud

AppStack Technology Overview Model-Driven Application Management for the Cloud AppStack Technology Overview Model-Driven Application Management for the Cloud Accelerating Application Time-to-Market The last several years have seen a rapid adoption for public and private cloud infrastructure

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing

More information

Nicholas Loulloudes, Chrystalla Sofokleous, Demetris Trihinas, Marios D. Dikaiakos, and George Pallis University of Cyprus

Nicholas Loulloudes, Chrystalla Sofokleous, Demetris Trihinas, Marios D. Dikaiakos, and George Pallis University of Cyprus View from the Cloud Editor: George Pallis gpallis@cs.ucy.ac.cy Enabling Interoperable Cloud Application Management through an Open Source Ecosystem Nicholas Loulloudes, Chrystalla Sofokleous, Demetris

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 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 editions

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

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management Page 2 Table of

More information

c-eclipse: An Open-Source Management Framework for Cloud Applications

c-eclipse: An Open-Source Management Framework for Cloud Applications c-eclipse: An Open-Source Management Framework for Cloud Applications Chrystalla Sofokleous, Nicholas Loulloudes, Demetris Trihinas, George Pallis, Marios D. Dikaiakos Department of Computer Science, University

More information

Virtual Data Centre. User Guide

Virtual Data Centre. User Guide Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10

More information

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04 Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This

More information

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE Contents 1. Pattern Overview... 3 Features 3 Getting started with the Web Application Pattern... 3 Accepting the Web Application Pattern license agreement...

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

McAfee Public Cloud Server Security Suite

McAfee Public Cloud Server Security Suite Installation Guide McAfee Public Cloud Server Security Suite For use with McAfee epolicy Orchestrator COPYRIGHT Copyright 2015 McAfee, Inc., 2821 Mission College Boulevard, Santa Clara, CA 95054, 1.888.847.8766,

More information

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

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

More information

Winery A Modeling Tool for TOSCA-based Cloud Applications

Winery A Modeling Tool for TOSCA-based Cloud Applications Institute of Architecture of Application Systems Winery A Modeling Tool for TOSCA-based Cloud Applications Oliver Kopp 1,2, Tobias Binz 2, Uwe Breitenbücher 2, and Frank Leymann 2 1 IPVS, 2 IAAS, University

More information

Elastic Detector on Amazon Web Services (AWS) User Guide v5

Elastic Detector on Amazon Web Services (AWS) User Guide v5 Elastic Detector on Amazon Web Services (AWS) User Guide v5 This guide is intended for Elastic Detector users on AWS. Elastic Detector is available as SaaS or deployed as a virtual appliance through an

More information

INTRODUCTION TO CLOUD MANAGEMENT

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

More information

HP OpenStack & Automation

HP OpenStack & Automation HP OpenStack & Automation Where we are heading Thomas Goh Cloud Computing Cloud Computing Cloud computing is a model for enabling ubiquitous network access to a shared pool of configurable computing resources.

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

<Insert Picture Here> Private Cloud with Fusion Middleware

<Insert Picture Here> Private Cloud with Fusion Middleware Private Cloud with Fusion Middleware Duško Vukmanović Principal Sales Consultant, Oracle dusko.vukmanovic@oracle.com The following is intended to outline our general product direction.

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02 Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01939-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Services Mike Lehmann Senior Director of Product Management WebLogic Server, Java Cloud Services, Coherence and Java EE

More information

Cloud Tools Reference Guide. Version: 3.2.1.GA

Cloud Tools Reference Guide. Version: 3.2.1.GA Cloud Tools Reference Guide Version: 3.2.1.GA 1. Tasks... 1 1.1. Connecting to a Deltacloud server... 1 1.2. Add and manage server keys... 3 1.3. Using the Deltacloud perspective... 4 1.3.1. The Cloud

More information

Cloud Computing using

Cloud Computing using Cloud Computing using Summary of Content Introduction of Cloud Computing Cloud Computing vs. Server Virtualization Cloud Computing Components Stack Public vs. Private Clouds Open Source Software for Private

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION Cloud Computing can provide great flexibility for the Estate Master user. You can access your feasibilities, manage you projects

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

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Getting Started with Amazon EC2 Management in Eclipse

Getting Started with Amazon EC2 Management in Eclipse Getting Started with Amazon EC2 Management in Eclipse Table of Contents Introduction... 4 Installation... 4 Prerequisites... 4 Installing the AWS Toolkit for Eclipse... 4 Retrieving your AWS Credentials...

More information

Managing Traditional Workloads Together with Cloud Computing Workloads

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

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

Configuration Guide. Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform

Configuration Guide. Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform Configuration Guide Achieve Unified Management and Scale-Out for Windows Server 2012 R2 Hyper-V Deployments with the Sanbolic Platform Introduction Using Microsoft Windows Server 2012 R2 and Hyper-V, organizations

More information

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises agility PLATFORM Product Whitepaper An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises ServiceMesh 233 Wilshire Blvd,

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

RED HAT: UNLOCKING THE VALUE OF THE CLOUD

RED HAT: UNLOCKING THE VALUE OF THE CLOUD RED HAT: UNLOCKING THE VALUE OF THE CLOUD Chad Tindel September 2010 1 RED HAT'S APPROACH TO THE CLOUD IS BETTER Build better clouds with Red Hat 1. The most comprehensive solutions for clouds both private

More information

WHITE PAPER: PAN Cloud Director Technical Overview

WHITE PAPER: PAN Cloud Director Technical Overview WHITE PAPER: PAN Cloud Director Technical Overview July 2015 1. Introduction PAN Cloud Director (PCD) is a comprehensive cloud management solution that lets both, IT organizations and service providers

More information

Using Oracle Cloud to Power Your Application Development Lifecycle

Using Oracle Cloud to Power Your Application Development Lifecycle Using Oracle Cloud to Power Your Application Development Lifecycle Srikanth Sallaka Oracle Product Management Dana Singleterry Oracle Product Management Greg Stachnick Oracle Product Management Using Oracle

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

HP CloudSystem Enterprise

HP CloudSystem Enterprise Technical white paper HP CloudSystem Enterprise HP Cloud Service Automation Design for Microsoft Windows VM with HP Data Protector Table of contents Executive summary... 2 HP CloudSystem Enterprise overview...

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 DOCUMENT ID: DC01939-01-0230-01 LAST REVISED: March 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication

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

The Compatible One Application and Platform Service 1 (COAPS) API User Guide

The Compatible One Application and Platform Service 1 (COAPS) API User Guide The Compatible One Application and Platform Service 1 (COAPS) API User Guide Using the COAPS API (v1.5.3) to provision and manage applications on Cloud Foundry Telecom SudParis, Computer Science Department

More information

Extensibility. vcloud Automation Center 6.0 EN-001328-00

Extensibility. vcloud Automation Center 6.0 EN-001328-00 vcloud Automation Center 6.0 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 editions

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER QUICK-START GUIDE FOR THE ENTERPRISE EDITION Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise HP CloudSystem Enterprise F5 BIG-IP and Apache Load Balancing Reference Implementation Technical white paper Table of contents Introduction... 2 Background assumptions... 2 Overview... 2 Process steps...

More information

Deploy Remote Desktop Gateway on the AWS Cloud

Deploy Remote Desktop Gateway on the AWS Cloud Deploy Remote Desktop Gateway on the AWS Cloud Mike Pfeiffer April 2014 Last updated: May 2015 (revisions) Table of Contents Abstract... 3 Before You Get Started... 3 Three Ways to Use this Guide... 4

More information

Barracuda Backup Vx. Virtual Appliance Deployment. White Paper

Barracuda Backup Vx. Virtual Appliance Deployment. White Paper Barracuda Backup Vx Virtual Appliance Deployment White Paper DOCUMENT SCOPE This document provides guidance and best practices on designing and deploying Barracuda Backup Vx Virtual Appliance on VMware

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

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Contents Introduction... 2 Environment Topology... 2 Virtual Machines / System Requirements...

More information

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie The essential IaaS getting started guide. http://www.cix.ie Revision Date: 17 th August 2015 Contents Acronyms... 2 Table of Figures... 3 1 Welcome... 4 2 Architecture... 5 3 Getting Started... 6 3.1 Login

More information

Installation Runbook for Avni Software Defined Cloud

Installation Runbook for Avni Software Defined Cloud Installation Runbook for Avni Software Defined Cloud Application Version 2.5 MOS Version 6.1 OpenStack Version Application Type Juno Hybrid Cloud Management System Content Document History 1 Introduction

More information

EMC IT AUTOMATES ENTERPRISE PLATFORM AS A SERVICE

EMC IT AUTOMATES ENTERPRISE PLATFORM AS A SERVICE EMC IT AUTOMATES ENTERPRISE PLATFORM AS A SERVICE Self-service portal delivers ready-to-use development platform in less than one hour Application developers order from online catalog with just a few clicks

More information

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. OpenStack Orgad Kimchi Principal Software Engineer Oracle ISV Engineering 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline

More information

How To Choose Cloud Computing

How To Choose Cloud Computing IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 09, 2014 ISSN (online): 2321-0613 Comparison of Several IaaS Cloud Computing Platforms Amar Deep Gorai 1 Dr. Birendra Goswami

More information

NexentaConnect for VMware Virtual SAN

NexentaConnect for VMware Virtual SAN NexentaConnect for VMware Virtual SAN User Guide 1.0.2 FP3 Date: April, 2016 Subject: NexentaConnect for VMware Virtual SAN User Guide Software: NexentaConnect for VMware Virtual SAN Software Version:

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

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

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

More information

Installation Guide on Cloud Platform

Installation Guide on Cloud Platform FOR WINDOWS DOCUMENT ID: ADC00806-01-0700-01 LAST REVISED: October 08, 2014 Copyright 2002-2014 by Appeon Corporation. All rights reserved. This publication pertains to Appeon software and to any subsequent

More information

Project Documentation

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

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Administration Guide For VMware Virtual Appliances NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408)

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

Portable Cloud Services Using TOSCA

Portable Cloud Services Using TOSCA Institute of Architecture of Application Systems Portable Cloud Services Using TOSCA Tobias Binz, Gerd Breiter, Frank Leymann, and Thomas Spatzier Institute of Architecture of Application Systems, University

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Aneka Dynamic Provisioning

Aneka Dynamic Provisioning MANJRASOFT PTY LTD Aneka Aneka 2.0 Manjrasoft 10/22/2010 This document describes the dynamic provisioning features implemented in Aneka and how it is possible to leverage dynamic resources for scaling

More information

Cloud computing - Architecting in the cloud

Cloud computing - Architecting in the cloud Cloud computing - Architecting in the cloud anna.ruokonen@tut.fi 1 Outline Cloud computing What is? Levels of cloud computing: IaaS, PaaS, SaaS Moving to the cloud? Architecting in the cloud Best practices

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7 DEPLOYMENT GUIDE Version 1.1 Deploying F5 with IBM WebSphere 7 Table of Contents Table of Contents Deploying the BIG-IP LTM system and IBM WebSphere Servers Prerequisites and configuration notes...1-1

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

CloudFTP: A free Storage Cloud

CloudFTP: A free Storage Cloud CloudFTP: A free Storage Cloud ABSTRACT: The cloud computing is growing rapidly for it offers on-demand computing power and capacity. The power of cloud enables dynamic scalability of applications facing

More information

Data Center Connector 3.0.0 for OpenStack

Data Center Connector 3.0.0 for OpenStack Product Guide Data Center Connector 3.0.0 for OpenStack For use with epolicy Orchestrator 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee,

More information

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition

Citrix XenServer Workload Balancing 6.5.0 Quick Start. Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Published February 2015 1.0 Edition Citrix XenServer Workload Balancing 6.5.0 Quick Start Copyright 2015 Citrix Systems. Inc. All Rights Reserved.

More information

Content. Development Tools 2(63)

Content. Development Tools 2(63) Development Tools Content Project management and build, Maven Version control, Git Code coverage, JaCoCo Profiling, NetBeans Static Analyzer, NetBeans Continuous integration, Hudson Development Tools 2(63)

More information

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 Tutorial: Mobile Business Object Development SAP Mobile Platform 2.3 DOCUMENT ID: DC01927-01-0230-01 LAST REVISED: March 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Guide to the LBaaS plugin ver. 1.0.2 for Fuel

Guide to the LBaaS plugin ver. 1.0.2 for Fuel Guide to the LBaaS plugin ver. 1.0.2 for Fuel Load Balancing plugin for Fuel LBaaS (Load Balancing as a Service) is currently an advanced service of Neutron that provides load balancing for Neutron multi

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Deployment and Configuration Guide

Deployment and Configuration Guide vcenter Operations Manager 5 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 editions

More information

White Paper on CLOUD COMPUTING

White Paper on CLOUD COMPUTING White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples

More information

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

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

More information

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Cloud Storage in a PaaS World

Cloud Storage in a PaaS World Cloud Storage in a PaaS World Susan Wu Oracle Group Manager, Product Management Cloud Storage runs Apps Just like a Platform runs Applications, there are many Applications that need to run in Cloud Storage

More information

VMware vrealize Operations for Horizon Installation

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

More information