E-BUSINESS SUITE IN THE AMAZON CLOUD

Size: px
Start display at page:

Download "E-BUSINESS SUITE IN THE AMAZON CLOUD"

Transcription

1 E-BUSINESS SUITE IN THE AMAZON CLOUD By Chuck, President, Blue Gecko, Inc. About Blue Gecko Blue Gecko is a remote database administration company headquartered in Seattle, WA. Founded in 2001, Blue Gecko, recipient of the 2009 Inc 5000 award for the fastest growing companies in the United States, provides seven by twenty- four remote support for over 100 Oracle, Oracle E- Business Suite, MySQL, and SQL Server customers around the world. Executive Summary As the buzz around Cloud Computing has grown, so has confusion and marketing misinformation over what Cloud Computing actually is. Because of this confusion, enterprise computing customers, such as those who use Oracle E- Business Suite, often do not have a clear understanding of how they can leverage the advantages of true Cloud Computing. Amazon Web Services (AWS), a pioneer and leader in the Cloud Computing space, has built a robust cloud platform used by thousands of people and organizations all over the world. Since its inception in 2006, developers and startup companies have flocked to AWS for flexible, inexpensive, pay- as- you- go utility computing services. Today, AWS has matured into a viable platform not just for developers and startups, but for enterprise customers as well. This paper will explore the definition of cloud computing with a particular focus on Amazon Web Services, including details for a few of their most popular services. It will then turn to enterprise use cases for AWS; specifically, this paper will focus on examples where Oracle E- Business Suite customers can leverage the flexibility and efficiency of Amazon's cloud. What is Cloud Computing? The definition of Cloud Computing has become somewhat muddled by marketing campaigns and misunderstanding. To arrive at an accurate definition of Cloud Computing, it's effective to understand what Cloud Computing is not: Virtualization is not Cloud Computing. Virtualization is a technique used to run more than one virtual machine (VM) on a single, physical host. Virtualization is a common technique used in a Cloud Computing environment, but just because a VM runs on VMware, Xen, or Microsoft's hypervisor does not mean it is running in the cloud. Software as a Service (SaaS) is not Cloud Computing. SaaS is SaaS - that is to say, consumers of software that requires only a browser like Salesforce.com are not "Cloud Computing" any more than they are when they buy something on Amazon.com. Cloud Computing refers not to what the computing infrastructure is doing (i.e. the software), it refers to the computing infrastructure itself. It is more accurate to call Cloud Computing IaaS, or Infrastructure as a Service. Page 1 of 8

2 Managed Hosting is not Cloud Computing. Though managed hosting removes the burden of managing data centers and physical hardware from the end user, it is still not truly Cloud Computing. The managed hosting customer still must operate within traditional restrictions such as minimum resource purchase requirements, minimum time commitments, and setup time and fees. Also, managed hosting is almost always tied to a geography; computing resources cannot simply be allocated in one geographic region or another instantly and automatically. True Cloud Computing is a utility. In true Cloud Computing, the end user interacts only with the service, is not required to know anything about the underlying service provision mechanisms (i.e. total obfuscation), and pays only for what they use. Like electricity, natural gas, or even some telephone services, usage and fees are incremental and may be scaled up and down as required. Only industry insiders, the very informed, or the unusually curious attach detailed knowledge of residential electricity generation and delivery to the simple act of turning on a light switch. And so it is with Cloud Computing: Servers may be activated and decommissioned; storage may be allocated or removed; security features may be activates and modified all via simple API calls (i.e. the light switch) with no knowledge of what happens after service is requested. Benefits of Cloud Computing Cloud Computing benefits revolve around management and scale. A true cloud provider obfuscates hardware, network, data center, and all physical computing resources from the end user. Much like using a telephone requires no knowledge of telephony or telephone infrastructure, the cloud customer simply uses computing resources without worrying about the physical infrastructure. It is not the responsibility of the consumer to replace parts, buy support, manage facilities, or run cable. The cloud provider handles all physical and integration tasks and rolls the cost into the usage- based computing charges. Cloud Computing also has the advantage of incremental scaling. Traditional data center hardware and computing infrastructure is usually purchased to accommodate current peak load with at least some room for growth. When the current infrastructure can no longer handle peak load, additional hardware is purchased with even more room for growth. An unfortunate side effect of traditional hardware is that it does not easily scale down; typically hardware investments are a sunk cost, and do not simply goo away when you don't need them anymore. With Cloud Computing, consumers avoid all of these hassles. They may increase and reduce resource consumption as needed, paying only for what is used. Amazon Web Services (AWS) Overview AWS is a true Cloud Computing resource. All AWS services may be accessed via a simple SOAP/XML API call. Customer accounts are not charged setup or decommission fees, and any service may be used for exactly as long as required; customers pay only for what they use. Because access to AWS is API driven, customers may access computing resources in many ways. The AWS API is public, and may be used by anyone familiar with SOAP/XML, Perl, Ruby, Java, or.net programming. Amazon provides a library of shell scripts and a web- based console as well. Consumers may also develop their own interfaces, such as the ElasticFox plugin for Firefox. Page 2 of 8

3 Regions and Availability Zones AWS physical resources are grouped into regions and zones. A region is a general geographic area. As this paper is written, there are 3 regions: Eastern US (Virginia), Western US (Northern California), and Ireland (Dublin). Regions are further subdivided into availability zones. For practical discussion, a zone may be thought of as a distinct data center. 1 Availability zones contain no common single points of failure, and are designed to provide regional redundancy for many web services. A complete list of AWS services may be found at For the purposes of this paper, we will focus on the three services most relevant to running E- Business Suite in the Amazon Cloud: EC2, EBS, and S3. Elastic Cloud Compute (EC2) EC2 is a web service that provides on- demand, incremental access to compute capacity in the cloud. Servers called "instances" are available in a variety of sizes from a small server with 1 CPU core and 1.7GB of memory to high capacity servers with 8 cores and 68.4GB of memory. EC2 instances are billed hourly for actual use only. Pricing ranges from $0.085 to $2.88 for a Linux instance, depending on the instance size and region in which it is launched. Instances are launched from stored profiles called Amazon Machine Images, or AMIs. An AMI can be built from an existing EC2 instance or any running x86 or x86_64 operating system; customers may build an AMI from a specific configuration - a Linux server running Oracle E- Business Suite, for example - then launch as many instances of that AMI as desired. Like all AWS components, EC2 instances may be controlled via APIs: Starting, stopping, reading instance status, are all performed via API or through an API- driven application such as the AWS Web Console. EC2 Security Zones All EC2 instances are launched within a security zone. A security zone is functionally equivalent to a network firewall. Ports may be opened, closed, and restricted to an IP address or range of IP addresses. Single or multiple machines may be launched inside a security zone; when multiple machines share a security zone, they share the security zone rules. Security zones are included with EC2 and generate no separate charges. Virtual Private Cloud (VPC) A VPC is a private network within the AWS cloud that is tied to the customer network via an IPsec VPN tunnel. VPC allows customers who want EC2 instances to stay completely private to extend their own IP space into the AWS cloud, and prevent traffic from entering or leaving the VPC except as controlled by their local network. Most Oracle E- Business Suite customers would almost certainly use a VPC to restrict access to the applications. A VPC costs about $36 per month. 1 Strictly speaking, an availability zone is not a data center. Two data centers in close proximity, for example, may be considered a single availability zone. Page 3 of 8

4 Elastic Block Storage (EBS) Amazon Elastic Block Store (EBS) provides block level storage volumes for use with EC2 instances. Amazon Elastic Block Store provides highly available, highly reliable storage volumes that can be attached to a running Amazon EC2 instance and exposed as a device within the instance. EBS devices can be created and attached to instances via API, and may range in size from 1GB to 1TB. Because the storage in an EBS volume is allocated upon creation, usage fees are based on allocation even if the entire volume is not used; however, EBS only costs $0.10 per gigabyte per month. Snapshots may be taken of EBS volumes. Snapshots are stored in an S3 bucket (see below) and can be used as a volume backup, or may be used to create a new EBS volume. For example, a snapshot of an EBS volume containing an E- Business Suite APPL_TOP could be used to create a new, identical volume for cloning with two API commands (create snapshot, create volume from snapshot). Simple Storage Service (S3) Amazon S3 is a different type of storage than EBS. Where EBS is always attached to an EC2 instance, S3 can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Objects (i.e. files, images, etc.) are redundantly stored on multiple devices across multiple zones in an Amazon S3 Region. A chunk of S3 storage is called a "bucket." Amazon S3 provides versioning, which may be used to preserve, retrieve, and restore every version of every object stored in an Amazon S3 bucket. Customers can easily recover from both unintended user actions and application failures by using versioning. S3 costs $0.15 per gigabyte of used storage per month, and is billed based on actual consumption; S3 storage may not be pre- allocated. Common E-Business Suite Use Cases AWS components are much like UNIX or Linux shell programs: Each program is a small, flexible tool that works well on its own, but really shines when used creatively in conjunction with other programs. Similarly, AWS components are impressive on their own, but can be made to perform amazing tasks when used together. AWS components are therefore intentionally de- coupled to allow for maximum flexibility; it is up to the admin, developer, or businessperson to determine the appropriate combination for their needs. Though Oracle E- Business Suite has very specific host configuration requirements, AWS provides a flexible enough platform to add substantial value to any E- Business Suite implementation. Disaster Recovery Many smaller E- Business Suite shops have no active disaster recovery environment. Backup to tape is fine for archiving backup copies, but tape needs to be restored in case of emergency. If there is no remote data center immediately available, it may be weeks before a production system is up again. Amazon Web Services provides a flexible, valid alternative to traditional disaster recovery hosting. An E- Business Suite DR site may be set up in a matter of days via the following general procedure: 1. Set up a VPC if a private network is desired. Page 4 of 8

5 2. Set up the EC2 hosts for the database and application hosts using the desired AMI and instance sizes. 3. Set up a standby database from the existing primary database to the EC2 database host. 4. Copy the application file systems from the primary to the EC2 application hosts, and establish rsync or any other desired mechanism for file system synchronization. When this process is complete, a fully functional, private DR site will be running in the Amazon Cloud for a fraction of the cost of dedicated hardware or traditional DR services. Because AWS costs are so low, the most expensive consideration is Oracle licensing. If budget is paramount, here are a couple of ways to eliminate licensing costs while still maintaining a valid DR site: 1. For the database host, keep the database software up- to- date on the EC2 host, but do not start a standby database. There are no licensing fees for installed software, only running software. Ship RMAN backup copies and archived redo logs to the EC2 instances via the network or Amazon's import/export service. If the DR site is needed, a restore and recovery will be much faster if all the backup pieces are immediately available. 2. Like the database host, sync the application tier to the application hosts without starting the application services. There is no charge for copying the software from one host to another as long as it isn't used. Most Oracle licenses have a provision for DR testing a certain number of days per year at no additional cost; talk to your Oracle licensing vendor for details. Test Environments Test environments are one of the best AWS use cases for E- Business Suite. Test environments often do not need to be the same size or topology as production; even shops that have large, complex production environments with RAC and load- balanced web servers can use single- node or two- node test environments for development and application configuration testing. Test environments are created via the E- Business Suite cloning process. Much like setting up a DR environment, test environments require a current copy of the database. To maximize flexibility, set up a DR environment on EC2, and then use current standby copies and snapshots of the synced application file systems to quickly build up- to- the- minute test environments as needed. Once again, because hardware deployment is nothing more than a few API calls or clicks on a web console, test environments may be created more quickly and in a completely automated fashion (API calls to create a host are a straightforward extension of any cloning procedure.) Once a test environment's use has expired - or even on weekends and nights when they are not being used - simply shut them down to avoid even the inexpensive EC2 usage fees. Backups and Backup Archiving Amazon S3 is an inexpensive, efficient, and in many ways superior, alternative to tape for E- Business Suite backups. As detailed earlier, S3 storage is replicated in at least three distinct geographic locations within seconds of transfer. When considering an archive or static backup solution, very few alternatives compare: Page 5 of 8

6 1. Tape backup. Tape backup requires a local tape copy. Even if a vaulting service is used, the tape is exposed to damage, loss, or theft during the time it waits in the library for pickup and during transport. Once the tape reaches the off- site vault, it exists only in that vault; in a truly catastrophic disaster, someone must be available for the tape to be retrieved from the vault and delivered to the DR site. Multiple tape copies to different locations (or even to maintain a local copy) increases costs. 2. Hardware or software replication. Replication is superior to tape in many ways, but is still typically performed only to a single target. Because replication hardware is expensive, multiple targets are typically not practical, especially for a smaller shop. Software replication solves some of the hardware replication cost concerns; however, additional hardware of some kind is still required in multiple locations, which requires maintenance and overhead. Further, data replication is not a long- term vaulting solution - SANs and backup appliances have limited capacities and eventually the data must find its way to tape or other media if long- term vaulting is required. Direct backup to S3 is a superior backup solution for smaller data volumes, and combining S3 with replication or near- line disk backup is less expensive and more flexible than almost any traditional or specialized backup solution. S3 costs $0.15 per gigabyte of used storage per month, and is billed based on actual consumption. Tape libraries and backup appliances, not to mention the data centers in which they reside all have purchase and support costs, often in the tens of thousands of dollars, whether 1MB or 10TB is used. Oracle has certified and supports database backup to S3. This means normal RMAN backups may address an S3 bucket as a backup target just like traditional tape or disk. If backup are large and network performance is a concern, consider the cost of a large, fast network pipe and the low cost of S3 storage versus the huge investment in backup equipment, equipment maintenance, and vaulting charges. For the E- Business Suite file system, simple tools like rsync or ssh can copy files to an S3 bucket. Many commercial vendors, such as Zmanda, already provide an S3 bucket as a backup target option. S3 backup and vaulting may not be the right solution every time. It's not difficult to pick an extreme data volume, peculiar storage or recovery requirement, or site an arbitrary corporate policy to invalidate S3 as a backup option; however, for most shops and recovery requirements, S3 represents a cost- effective and efficient alternative to traditional backup and vaulting methods. Common Concerns Despite many of AWS's obvious advantages, many potential customers are still put off by the nature of Cloud Computing; the same obfuscation that makes AWS so simple and flexible may also breed mistrust. Some of the most common concerns resolve around security, performance, and vendor support. Security AWS has completed a SAS70 Type II Audit, which is almost an industry requirement for any provider who wishes to host Oracle E- Business Suite for a publicly traded company. AWS is aggressively pursuing additional security certifications and accreditations to demonstrate the security of their infrastructure and services. AWS uses the same secured facilities as the Amazon.com web site. Housed in Amazon- controlled data centers throughout the world, Amazon limits knowledge of the actual location of these data Page 6 of 8

7 centers to only required personnel. The data centers are secured with a variety of physical barriers to prevent unauthorized access. AWS services encrypt API and user traffic by default. For example, certificates are required to manipulate APIs; EC2 security zones are locked down by default; ssh keys are required to access EC2 instances upon launch unless explicitly disabled. Detailed security information for each service (EC2, S3, etc.) may be found in the document: Overview of Security Processes white paper. Performance A major concern for database customers is I/O performance. EBS volumes are attached to EC2 instances via a single network interface using iscsi. I/O performance may be greatly enhanced by using multiple EBS volumes. For example, LVM can stripe a volume and ASM can create a diskgroup across multiple EBS devices. These techniques improve I/O performance, but do not eliminate the potential bottleneck of the single network interface. For most customers, I/O throughput will not be a problem (need example from Jeremiah); however, if extreme I/O throughput is required, one of the benefits of AWS is that unlike expensive hardware test labs, it is very inexpensive to test every possible scenario on AWS. Support and Licensing As this paper is written, running an Oracle Database on EC2 and RMAN backups to S3 are certified and supported, and has published licensing guidelines. Oracle E- Business Suite is not yet certified nor supported on AWS, and the use cases in this paper respect that position by avoiding production AWS/E- Business scenarios; however, it is important to remember that with the notable exceptions of AWS and Oracle's own virtualization platform, Oracle certifies their products on operating systems, not hypervisors or hardware. If a customer encounters a bug and logs a TAR with Oracle Support, Oracle will attempt to re- create the bug and develop a patch. If Oracle Support is unable to replicate the bug, they may determine that the issue is not a bug, but is a problem with a hardware component below the operating system, e.g. a SAN or network device. They will then refer the customer to the hardware vendor for resolution. It is the same for hypervisor vendors such as VMware, Citrix (Xen), and Microsoft. Running Oracle E- Business Suite on an "unsupported" hypervisor does not mean that Oracle Support will turn you away at the door any more than they will reject your TAR out of hand for running Oracle on an ancient, smoking piece of junk you found hiding in a hot, damp corner of your system administrator's garage. It simply means that if you encounter a bug that Oracle cannot reproduce, even on a supported operating system, they may send you and your issue to your hardware or hypervisor vendor for support. Should you run a production E- Business Suite environment on AWS? That depends on your risk tolerance and the likelihood of finding a bug no one has ever encountered before. In no way does Blue Gecko recommend running Oracle on an unsupported platform, but as outlined above, the notion of support becomes a bit fuzzy below the operating system except in very specific circumstances. For these reasons the use cases in this document outline real- world situations for leveraging AWS across non- production environments to gain efficiency, flexibility, and cost savings. One might argue that the disaster recovery use case implies production use at some point, and this argument would be true. That same argumentative person may next wish to internally debate the Page 7 of 8

8 merits of an affordable, perfectly functional, but questionably supported DR site in certain edge- case scenarios versus no DR site at all. Conclusions Oracle E- Business Suite is expensive software that traditionally requires expensive computing infrastructure. A properly managed E- Business Suite shop will clone production to test environments for development, patch testing, and other non- production activities. If the role of E- Business Suite is critical to the enterprise - and who considers their multi- million dollar investment in ERP or manufacturing infrastructure non- critical? - then the business probably cannot withstand too much downtime, making a DR site of some sort appealing. However, when the financial and logistical burden of maintaining non- production computing infrastructure becomes to great, prudent steps like test and DR environments are glossed over or skipped entirely. Test environments are not refreshed; developers and project managers share environments that don't represent production; DR is left to tape backups and a "We'll cross that bridge when we come to it," recovery plan. Amazon Web Services is moving aggressively into the enterprise computing space with a heavy emphasis on enterprise partners like Oracle. In all likelihood, Oracle E- Business Suite will soon be supported on AWS. But the advantages provided by AWS as a true cloud provider - incremental scaling; low, pay- as- you- go fees; no infrastructure maintenance whatsoever; VPC security - may be leveraged in many practical ways by E- Business Suite customers today. Page 8 of 8

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

VMware VDR and Cloud Storage: A Winning Backup/DR Combination

VMware VDR and Cloud Storage: A Winning Backup/DR Combination VMware VDR and Cloud Storage: A Winning Backup/DR Combination 7/29/2010 CloudArray, from TwinStrata, and VMware Data Recovery combine to provide simple, fast and secure backup: On-site and Off-site The

More information

GETTING STARTED WITH PROGRESS AMAZON CLOUD

GETTING STARTED WITH PROGRESS AMAZON CLOUD Progress OpenEdge Progress Fuse W H I T E P A P E R Progress Actional Progress Orbix > Progress Apama Progress Sonic GETTING STARTED WITH PROGRESS Progress ObjectStore OPENEDGE Progress Orbacus Progress

More information

Backup and Recovery of SAP Systems on Windows / SQL Server

Backup and Recovery of SAP Systems on Windows / SQL Server Backup and Recovery of SAP Systems on Windows / SQL Server Author: Version: Amazon Web Services sap- on- [email protected] 1.1 May 2012 2 Contents About this Guide... 4 What is not included in this guide...

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway

How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway Whitepaper How to setup NovaBACKUP DataCenter to backup data to Amazon S3 using Amazon s AWS Storage Gateway Contents What is Amazon S3?... 3 What is the AWS Storage Gateway?... 4 How to setup Amazon Storage

More information

Running Oracle Applications on AWS

Running Oracle Applications on AWS Running Oracle Applications on AWS Bharath Terala Sr. Principal Consultant Apps Associates LLC June 09, 2014 Copyright 2014. Apps Associates LLC. 1 Agenda About the Presenter About Apps Associates LLC

More information

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity P3 InfoTech Solutions Pvt. Ltd http://www.p3infotech.in July 2013 Created by P3 InfoTech Solutions Pvt. Ltd., http://p3infotech.in 1 Web Application Deployment in the Cloud Using Amazon Web Services From

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC [email protected]

More information

How AWS Pricing Works

How AWS Pricing Works How AWS Pricing Works (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction... 3 Fundamental

More information

Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity

Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity White Paper White Paper Managing Public Cloud Computing in the Enterprise Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity A Quick Start Guide By Edward Haletky Principal

More information

Amazon Relational Database Service (RDS)

Amazon Relational Database Service (RDS) Amazon Relational Database Service (RDS) G-Cloud Service 1 1.An overview of the G-Cloud Service Arcus Global are approved to sell to the UK Public Sector as official Amazon Web Services resellers. Amazon

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

How AWS Pricing Works May 2015

How AWS Pricing Works May 2015 How AWS Pricing Works May 2015 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction...

More information

Introduction. Setup of Exchange in a VM. VMware Infrastructure

Introduction. Setup of Exchange in a VM. VMware Infrastructure Introduction VMware Infrastructure is deployed in data centers for deploying mission critical applications. Deployment of Microsoft Exchange is a very important task for the IT staff. Email system is an

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

Build Your Own Performance Test Lab in the Cloud. Leslie Segal Testware Associate, Inc. [email protected]

Build Your Own Performance Test Lab in the Cloud. Leslie Segal Testware Associate, Inc. leslie.segal@testwareinc.com Build Your Own Performance Test Lab in the Cloud Leslie Segal Testware Associate, Inc. [email protected] Problem(s) I was trying to Solve Need more VUs Don t have Tool Times up reschedule test

More information

Symantec NetBackup 7 Clients and Agents

Symantec NetBackup 7 Clients and Agents Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency

More information

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Use case Figure 1: Company C Architecture (Before Migration) Company C is an automobile insurance claim processing company with

More information

Drupal in the Cloud. Scaling with Drupal and Amazon Web Services. Northern Virginia Drupal Meetup

Drupal in the Cloud. Scaling with Drupal and Amazon Web Services. Northern Virginia Drupal Meetup Drupal in the Cloud Scaling with Drupal and Amazon Web Services Northern Virginia Drupal Meetup 3 Dec 2008 Cast of Characters Eric at The Case Foundation: The Client With typical client challenges Cost:

More information

Best Practices for Using MySQL in the Cloud

Best Practices for Using MySQL in the Cloud Best Practices for Using MySQL in the Cloud Luis Soares, Sr. Software Engineer, MySQL Replication, Oracle Lars Thalmann, Director Replication, Backup, Utilities and Connectors THE FOLLOWING IS INTENDED

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

How To Choose Between A Relational Database Service From Aws.Com

How To Choose Between A Relational Database Service From Aws.Com The following text is partly taken from the Oracle book Middleware and Cloud Computing It is available from Amazon: http://www.amazon.com/dp/0980798000 Cloud Databases and Oracle When designing your cloud

More information

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

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

More information

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES TABLE OF CONTENTS Introduction... 3 Overview: Delphix Virtual Data Platform... 4 Delphix for AWS... 5 Decrease the

More information

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information

Storage and Disaster Recovery

Storage and Disaster Recovery Storage and Disaster Recovery Matt Tavis Principal Solutions Architect The Business Continuity Continuum High Data Backup Disaster Recovery High, Storage Backup and Disaster Recovery form a continuum of

More information

WINDOWS AZURE EXECUTION MODELS

WINDOWS AZURE EXECUTION MODELS WINDOWS AZURE EXECUTION MODELS Windows Azure provides three different execution models for running applications: Virtual Machines, Web Sites, and Cloud Services. Each one provides a different set of services,

More information

GeoCloud Project Report GEOSS Clearinghouse

GeoCloud Project Report GEOSS Clearinghouse GeoCloud Project Report GEOSS Clearinghouse Qunying Huang, Doug Nebert, Chaowei Yang, Kai Liu 2011.12.06 Description of Application GEOSS clearinghouse is a FGDC, GEO, and NASA project that connects directly

More information

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

More information

Deploying for Success on the Cloud: EBS on Amazon VPC. Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012

Deploying for Success on the Cloud: EBS on Amazon VPC. Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012 Deploying for Success on the Cloud: EBS on Amazon VPC Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012 Agenda Amazon AWS Global Infrastructure AWS VirtualPrivateCloud(VPC) Architecture

More information

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Understanding ArcGIS in Virtualization and Cloud Environments Marwa Mabrouk Powerful GIS capabilities Delivered as Web services

More information

Every Silver Lining Has a Vault in the Cloud

Every Silver Lining Has a Vault in the Cloud Irvin Hayes Jr. Autodesk, Inc. PL6015-P Don t worry about acquiring hardware and additional personnel in order to manage your Vault software installation. Learn how to spin up a hosted server instance

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information

Understanding ArcGIS Deployments in Public and Private Cloud. Marwa Mabrouk

Understanding ArcGIS Deployments in Public and Private Cloud. Marwa Mabrouk Understanding ArcGIS Deployments in Public and Private Cloud Marwa Mabrouk Agenda Back to Basics What are people doing? New Features Using ArcGIS in the Cloud - Private Cloud - Public Cloud Technical Demos

More information

Dbvisit Standby Disaster Recovery Solution

Dbvisit Standby Disaster Recovery Solution The Smart Alternative Dbvisit Standby Disaster Recovery Solution Avisit Solutions Limited and Dbvisit Software Limited 2011 page 1 of 9 Table of Contents Executive Summary... 3 Dbvisit Standby Product

More information

Managing Your Microsoft Windows Server Fleet with AWS Directory Service. May 2015

Managing Your Microsoft Windows Server Fleet with AWS Directory Service. May 2015 Managing Your Microsoft Windows Server Fleet with AWS Directory Service May 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational

More information

Oracle Database Backup in the Cloud. An Oracle White Paper September 2008

Oracle Database Backup in the Cloud. An Oracle White Paper September 2008 Oracle Database Backup in the Cloud An Oracle White Paper September 2008 Oracle Database Backup in the Cloud Introduction... 2 Cloud backup Overview... 2 Introducing Oracle Secure Backup Cloud Module...

More information

Estimating the Cost of a GIS in the Amazon Cloud. An Esri White Paper August 2012

Estimating the Cost of a GIS in the Amazon Cloud. An Esri White Paper August 2012 Estimating the Cost of a GIS in the Amazon Cloud An Esri White Paper August 2012 Copyright 2012 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312

Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312 Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312 Phani Kottapalli AST Corporation Our Services Oracle Partnership Oracle Specialized E-Business Suite Business Intelligence EPM-Hyperion

More information

High Availability Solutions for the MariaDB and MySQL Database

High Availability Solutions for the MariaDB and MySQL Database High Availability Solutions for the MariaDB and MySQL Database 1 Introduction This paper introduces recommendations and some of the solutions used to create an availability or high availability environment

More information

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

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

More information

Backup and Archiving Explained. White Paper

Backup and Archiving Explained. White Paper Backup and Archiving Explained White Paper Backup vs. Archiving The terms backup and archiving are often referenced together and sometimes incorrectly used interchangeably. While both technologies are

More information

Barracuda Backup Server. Introduction

Barracuda Backup Server. Introduction Barracuda Backup Server Introduction Backup & Recovery Conditions and Trends in the Market Barracuda Networks 2! Business Continuity! Business today operates around the clock Downtime is very costly Disaster

More information

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved.

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved. Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Introduction For service providers, the rise of cloud computing is both a threat

More information

What are the benefits of Cloud Computing for Small Business?

What are the benefits of Cloud Computing for Small Business? Cloud Computing A Small Business Guide. Whilst more and more small businesses are adopting Cloud Computing services, it is fair to say that most small businesses are still unsure of what Cloud Computing

More information

Amazon Web Services Student Tutorial

Amazon Web Services Student Tutorial Amazon Web Services Free Usage Tier Elastic Compute Cloud Amazon Web Services Student Tutorial David Palma Joseph Snow CSC 532: Advanced Software Engineering Louisiana Tech University October 4, 2012 Amazon

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

Phoenix backs up servers using Windows and Linux operating systems. Here is a list of Windows servers that Phoenix supports:

Phoenix backs up servers using Windows and Linux operating systems. Here is a list of Windows servers that Phoenix supports: Druva About Phoenix What is Phoenix? Druva Phoenix is a cloud based backup and archival solution aimed primarily at remote office servers. Since Phoenix is cloud-targeted backup, there is no elaborate

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage TECHNICAL PAPER Veeam Backup & Replication with Nimble Storage Document Revision Date Revision Description (author) 11/26/2014 1. 0 Draft release (Bill Roth) 12/23/2014 1.1 Draft update (Bill Roth) 2/20/2015

More information

Building Blocks of the Private Cloud

Building Blocks of the Private Cloud www.cloudtp.com Building Blocks of the Private Cloud Private clouds are exactly what they sound like. Your own instance of SaaS, PaaS, or IaaS that exists in your own data center, all tucked away, protected

More information

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module

Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module Migration and Disaster Recovery Underground in the NEC / Iron Mountain National Data Center with the RackWare Management Module WHITE PAPER May 2015 Contents Advantages of NEC / Iron Mountain National

More information

With Eversync s cloud data tiering, the customer can tier data protection as follows:

With Eversync s cloud data tiering, the customer can tier data protection as follows: APPLICATION NOTE: CLOUD DATA TIERING Eversync has developed a hybrid model for cloud-based data protection in which all of the elements of data protection are tiered between an on-premise appliance (software

More information

A new Breed of Managed Hosting for the Cloud Computing Age. A Neovise Vendor White Paper, Prepared for SoftLayer

A new Breed of Managed Hosting for the Cloud Computing Age. A Neovise Vendor White Paper, Prepared for SoftLayer A new Breed of Managed Hosting for the Cloud Computing Age A Neovise Vendor White Paper, Prepared for SoftLayer Executive Summary Traditional managed hosting providers often suffer from issues that cause

More information

RemoteApp Publishing on AWS

RemoteApp Publishing on AWS RemoteApp Publishing on AWS WWW.CORPINFO.COM Kevin Epstein & Stephen Garden Santa Monica, California November 2014 TABLE OF CONTENTS TABLE OF CONTENTS... 2 ABSTRACT... 3 INTRODUCTION... 3 WHAT WE LL COVER...

More information

Virtualization Support - Real Backups of Virtual Environments

Virtualization Support - Real Backups of Virtual Environments Virtualization Support Real Backups of Virtual Environments Contents Virtualization Challenges 3 The Benefits of Agentless Backup 4 Backup and Recovery Built for Virtualized Environments 4 Agentless in

More information

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity

Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity Maximizing Data Center Uptime with Business Continuity Planning Next to ensuring the safety of your employees, the most important business continuity task is resuming business critical operations. Having

More information

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

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

More information

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its DISASTER RECOVERY STRATEGIES: BUSINESS CONTINUITY THROUGH REMOTE BACKUP REPLICATION Every organization has critical data that it can t live without. When a disaster strikes, how long can your business

More information

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««;

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««; Security N Environments '' J J H -. i ^ s j}! Dave Shackleford '**»* t i j i««; l:i in: John Wiley &. Sons, Inc. Contents Introduction.. : xix Chapter l Fundamentals of Virtualization Security Virtualization

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

How To Deploy Sangoma Sbc Vm At Amazon Cloud Service (Awes) On A Vpc (Virtual Private Cloud) On An Ec2 Instance (Virtual Cloud)

How To Deploy Sangoma Sbc Vm At Amazon Cloud Service (Awes) On A Vpc (Virtual Private Cloud) On An Ec2 Instance (Virtual Cloud) Sangoma VM SBC AMI at AWS (Amazon Web Services) SBC in a Cloud Based UC/VoIP Service. One of the interesting use cases for Sangoma SBC is to provide VoIP Edge connectivity between Soft switches or IPPBX's

More information

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication W H I T E P A P E R S O L U T I O N : D I S A S T E R R E C O V E R Y T E C H N O L O G Y : R E M O T E R E P L I C A T I O N Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

More information

HIGH-SPEED BRIDGE TO CLOUD STORAGE

HIGH-SPEED BRIDGE TO CLOUD STORAGE HIGH-SPEED BRIDGE TO CLOUD STORAGE Addressing throughput bottlenecks with Signiant s SkyDrop 2 The heart of the Internet is a pulsing movement of data circulating among billions of devices worldwide between

More information

Cloud computing and SAP

Cloud computing and SAP Cloud computing and SAP Next Generation SAP Technologies Volume 1 of 2010 Table of contents Document history 1 Overview 2 SAP Landscape challenges 3 Infrastructure as a Service (IaaS) 4 Public, Private,

More information

ArcGIS 10.3 Server on Amazon Web Services

ArcGIS 10.3 Server on Amazon Web Services ArcGIS 10.3 Server on Amazon Web Services Copyright 1995-2015 Esri. All rights reserved. Table of Contents Introduction What is ArcGIS Server on Amazon Web Services?............................... 5 Quick

More information

Service Organization Controls 3 Report

Service Organization Controls 3 Report Service Organization Controls 3 Report Report on the Amazon Web Services System Relevant to Security For the Period April 1, 2013 March 31, 2014 Ernst & Young LLP Suite 1600 560 Mission Street San Francisco,

More information

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok CLOUD COMPUTING PRACTICE 82 Chapter 9 PUBLIC CLOUD LABORATORY Hand on laboratory based on AWS Sucha Smanchat, PhD Faculty of Information Technology King Mongkut s University of Technology North Bangkok

More information

SteelFusion with AWS Hybrid Cloud Storage

SteelFusion with AWS Hybrid Cloud Storage Solution Guide SteelFusion with AWS Hybrid Cloud Storage March 2016 The Challenge According to IDC, to meet the demands of global customer and global talent requirements, companies have to maintain remote

More information

Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR

Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR White Paper White Paper Managing Public Cloud Computing in the Enterprise Evaluation of Multi-Hypervisor Management with HotLink SuperVISOR A Quick Start Guide By David Davis vexpert 1 Table of Contents

More information

DATA BACKUP & RESTORE

DATA BACKUP & RESTORE DATA BACKUP & RESTORE Verizon Terremark s Data Backup & Restore provides secure, streamlined online-offsite data storage and retrieval that is highly scalable and easily customizable. Offsite backup is

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

Whitepaper. The Top 10 Advantages of 3CX Phone System. Why your next phone system should be software based and by 3CX

Whitepaper. The Top 10 Advantages of 3CX Phone System. Why your next phone system should be software based and by 3CX Whitepaper The Top 10 Advantages of 3CX Phone System Why your next phone system should be software based and by 3CX This whitepaper outlines the top 10 advantages of choosing 3CX Phone System, a Windows

More information

Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015

Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015 Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015 Introduction 1 Why Backup to Cloud Storage? 2 Oracle Secure Backup Cloud Module 3 Complete Data Security

More information

CA Cloud Overview Benefits of the Hyper-V Cloud

CA Cloud Overview Benefits of the Hyper-V Cloud Benefits of the Hyper-V Cloud For more information, please contact: Email: [email protected] Ph: 888-821-7888 Canadian Web Hosting (www.canadianwebhosting.com) is an independent company, hereinafter

More information

Citrix XenServer Backups with SEP sesam

Citrix XenServer Backups with SEP sesam Citrix XenServer Backups with SEP sesam Contents Introduction and Overview...2 XenServer Backup Methods...2 Offline Backup... 3 Online Live Memory Backup... 3 Online Quiesced Backup... 4 Online Normal

More information

Alfresco Enterprise on AWS: Reference Architecture

Alfresco Enterprise on AWS: Reference Architecture Alfresco Enterprise on AWS: Reference Architecture October 2013 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 13 Abstract Amazon Web Services (AWS)

More information

Forklifting to AWS: An Option for Migration to AWS October 2014. Forklifting to AWS: An Option for Migration to AWS

Forklifting to AWS: An Option for Migration to AWS October 2014. Forklifting to AWS: An Option for Migration to AWS Forklifting to AWS: An Option for Migration to AWS 1 Table of Contents Introduction 3 Migrating from VMware to AWS.3 Using VMware vcenter 4 AWS VM Import Tools.4 Third Party Conversion and Migration Tools

More information

ArcGIS for Server in the Amazon Cloud. Michele Lundeen Esri

ArcGIS for Server in the Amazon Cloud. Michele Lundeen Esri ArcGIS for Server in the Amazon Cloud Michele Lundeen Esri What we will cover ArcGIS for Server in the Amazon Cloud Why How Extras Why do you need ArcGIS Server? Some examples Publish - Dynamic Map Services

More information

Simplifying Storage Operations By David Strom (published 3.15 by VMware) Introduction

Simplifying Storage Operations By David Strom (published 3.15 by VMware) Introduction Simplifying Storage Operations By David Strom (published 3.15 by VMware) Introduction There are tectonic changes to storage technology that the IT industry hasn t seen for many years. Storage has been

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo [email protected] George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Oracle Applications and Cloud Computing - Future Direction

Oracle Applications and Cloud Computing - Future Direction Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy [email protected] Vijay Tirumalai [email protected]

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

Nine Considerations When Choosing a Managed Hosting Provider

Nine Considerations When Choosing a Managed Hosting Provider Nine Considerations When Choosing a Managed Hosting Provider Selecting the right managed hosting provider for your business is a critical part of your success. This white paper provides a roadmap for companies

More information

VMware vsphere Data Protection 6.0

VMware vsphere Data Protection 6.0 VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview Opsview in the Cloud Monitoring with Amazon Web Services Opsview Technical Overview Page 2 Opsview In The Cloud: Monitoring with Amazon Web Services Contents Opsview in The Cloud... 3 Considerations...

More information

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices September 2008 Recent advances in data storage and data protection technology are nothing short of phenomenal. Today,

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

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise Cloud Service Model Selecting a cloud service model Different cloud service models within the enterprise Single cloud provider AWS for IaaS Azure for PaaS Force fit all solutions into the cloud service

More information

Data Protection. the data. short retention. event of a disaster. - Different mechanisms, products for backup and restore based on retention and age of

Data Protection. the data. short retention. event of a disaster. - Different mechanisms, products for backup and restore based on retention and age of s t o r s i m p l e D a t a s h e e t Data Protection I/T organizations struggle with the complexity associated with defining an end-to-end architecture and processes for data protection and disaster recovery.

More information

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Expand Your Infrastructure with the Elastic Cloud Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Today we re going to talk about The Cloud Scenarios Questions You Probably

More information