Achieving Oracle Database Scalability using SharePlex

Size: px
Start display at page:

Download "Achieving Oracle Database Scalability using SharePlex"

Transcription

1 Achieving Oracle Database Scalability using SharePlex Complement or replace RAC with enterprise-class database replication technology. Written by Sujith Kumar, Chief Technologist, Dell Software Introduction Users demand high performance, but databases are constrained by hardware limits. Due to the so-called Google effect, users have come to expect rapid response from applications, and that demand for performance trickles down to the underlying databases. But the hardware supporting traditional relational databases has a finite limit in terms of system resources: hardware resources such as CPU, memory, network and storage have a vertical scalability limit. Oracle RAC enables IT organizations to scale horizontally using cheaper hardware but it is costly. To help, Oracle introduced Oracle Parallel Server (OPS) in Oracle 7, and then morphed OPS into Real Application Cluster (RAC) in Oracle 9i. Oracle RAC enables IT organizations to scale horizontally using cheaper hardware, making it a costeffective alternative to expensive single monolithic super servers. Specifically, RAC supports seamless deployment of one or more servers accessing the same database within the same cluster, providing fault tolerance, high availability and horizontal scalability within the same data center. However, RAC has important drawbacks, including platform options, geographical availability and, most importantly, cost. SharePlex delivers cost-effective database replication that overcomes RAC s shortcomings. This tech brief offers a better option: SharePlex from Dell Software. SharePlex is an enterprise-class logical database replication technology that allows data to be replicated between databases in the same data center or across data centers with no distance limitations. With SharePlex, IT organizations can overcome RAC s limitations and achieve six nines of availability for their databases with no platform, geographic, network or performance limitations.

2 RAC requires specialized and expensive hardware, not only for the servers but also for the network and storage layers. This tech brief is aimed towards Oracle DBAs, disaster recovery and high availability (DR/HA) architects, and application architecture architects responsible for engineering, creating and managing application infrastructure stack interested in achieving highly available and scalable Oracle databases focusing on data replication needs at the same time. It assumes readers are familiar with Oracle database technology and Oracle RAC and that they have a rudimentary understanding of data replication options. Why consider RAC? Traditionally, the only option available to IT organizations facing increasing database size and load was to scale vertically. Vertical scaling involved investing in expensive proprietary hardware. With the release of Oracle 9i in 2001, Oracle unveiled the reinvigorated and re-designed version of Oracle Parallel Server (OPS) called Oracle Real Application Cluster. Oracle RAC enables transparent and concurrent access to a single database by multiple servers, each with its own independent instance, thereby providing fault tolerance, high availability and affordable horizontal scalability. RAC is included as part of the Oracle Standard Edition database license, and RAC is considered a paid add-on with Oracle Enterprise Edition database. Benefits of RAC Scalability RAC allows seamless horizontal scaling by enabling transparent deployment of servers into a cluster that supports user and data growth. Availability Since multiple instances running on different servers are accessing the same database, the database itself is impervious to server and network failures; the user workload gets shifted from the failing or failed node to one of the other surviving nodes. This is accomplished using RAC technologies such as Single Client Access Name (SCAN), Transparent Application Failover (TAF) and Failover Application Notification (FAN). Load balancing Since there is more than one node within a cluster, workloads can be distributed across multiple servers, thereby optimizing system resources. Consolidation The shared-everything architecture of RAC allows for consolidation of disparate databases within the same cluster, enabling better utilization and scheduling of system resources based on the needs of the different databases. Drawbacks of RAC Single point of failure (SPOF) Oracle RAC s shared-everything architecture makes the database a single point of failure. If the RAC experiences a storage failure, it will stop working and cause the whole database to fail. Moreover, all the instances and the database within a given RAC are orchestrated by Oracle Clusterware, which constitutes another SPOF. Downtime during upgrades Since all the instances in RAC are accessing the same database, downtime is required for upgrades to the database server (such as hardware changes, operating system upgrades, Oracle upgrades, storage replacement and application upgrades). The rolling upgrades features in Oracle 10g, 11g and 12c support only minor version upgrades of the Oracle binaries in RAC instances. Geographic limitations All the nodes in a cluster must be hosted in the same data center. This is a requirement since all the nodes will have to be connected to each other using expensive network interconnects such as GigE or Infiniband network interfaces. RAC supports extended distance clusters (that is, clusters across data centers); however, the maximum distance between data centers is 100 kilometers. For longer distances, Oracle recommends using Oracle Data Guard between the source and target data centers. Performance limitations RAC allows the same workload distribution across multiple nodes within the cluster. However, because all the instances are accessing the same database, there is no way to tune each instance or node for a different type of workload, such as online transaction processing (OLTP), data mining or reporting. 2

3 Platform limitations RAC does not support heterogeneous hardware within the same cluster, such as a mixed platform of a combination of HP-UX, Oracle Solaris, IBM AIX or Linux x86 servers. A cluster also cannot span multiple versions of Oracle, such as 10g, 11g and 12c. Costs Due to its shared-everything architecture, RAC requires specialized and expensive hardware, not only for the servers but also for the network and storage layers. It also requires an additional highly skilled IT professional to implement, manage and maintain it. Furthermore, Oracle charges an additional licensing fee for the RAC add-on when it is used with Oracle Enterprise Edition database. The cost-effective alternative: SharePlex SharePlex from Dell Software is an affordable logical replication solution that can either complement Oracle RAC or completely replace it. Easy to use and manage, SharePlex can help IT organizations achieve horizontal scalability by providing one or more real-time copies of the production RAC or single-instance databases with no distance limitations. SharePlex has been a leading database replication product since 1998 and boasts a global customer base. In its November 2012 report, Worldwide Database Development and Management Tools 2011 Vendor and Segment Analysis (Doc #237963), IDC placed SharePlex as the #1 third-party database replication solution, with over 19 percent of the database replication market compared to Oracle s native tools at 25.5 percent (inclusive of GoldenGate, Data Guard, Active Data Guard and Oracle Streams). What is SharePlex? SharePlex is an affordable, easy-to-use logical data replication solution for Oracle databases. It provides a realtime copy of production data without impacting the primary database s performance and availability. The data is replicated from the source database to one or more target database servers. SharePlex runs continuously on the database server itself, replicating data in real time with sub-second latency and no perceivable impact on the source database performance. On the source database, the transactional data changes are captured directly from the Oracle redo logs or archive log files using a proprietary capture mechanism. Applications are able to access multiple copies of the database seamlessly an analogue to receiving s in desktop Microsoft Outlook client and mobile devices simultaneously. SharePlex can replicate the database in its entirety or can be limited to specific schemas, tables, columns or rows within tables. It also has the ability to modify or transform replicated data on the fly prior to posting it to the target database. SharePlex from Dell Software is an affordable logical replication solution that can either complement Oracle RAC or completely replace it. Export queue Export Import Post queue SQL Read Redo/archive logs Post Post Source Capture Capture queue Cloud target Target Figure 1. SharePlex captures changes to the source database and keeps the replica in sync in real time. 3

4 With RAC, if the database goes down, the entire cluster will fail. SharePlex eliminates this single point of failure by creating one or more replicas of the database; if the database goes down, you can simply flip the users or the application to a copy of the database with no downtime. How does SharePlex work? SharePlex operates on both source and target database servers. It spawns capture, read and export processes on the source database server, and import and post processes on the target database server. The capture process scans the Oracle redo logs for any changes to the data and captures the changes. If necessary, the capture process has the ability to scan the archive logs instead of the online redo logs. The read process prepares the data to be transported across the network after processing it and hands it over the export process. The export process transports the data to one or more target database servers via TCP/IP across the LAN or WAN. On the target database server(s), the import process intercepts the TCP/IP packets and process the data received from the source database server and hands it over to the post process. The post process constructs SQL statements for the DML operations based on the data changes observed on the source database and executes them by connecting to the target database(s). SharePlex also has the ability to encrypt and compress the data while being transported across the network to enhance security and performance. High throughput and resiliency is achieved by transmitting the data in memory under ideal circumstances. Organizations that need fault tolerance and high availability can persist the data in proprietary diskbased queue files. Benefits of SharePlex SharePlex offers some of the same benefits as Oracle RAC while eliminating its drawbacks: No single point of failure (SPOF) As we saw, with RAC, if the database goes down, the entire cluster will fail. SharePlex eliminates this single point of failure by creating one or more replicas of the database; if the database goes down, you can simply flip the users or the application to a copy of the database with no downtime. Optimization for different workloads RAC allows for the same workload to be distributed across various nodes operating within the same cluster and does not allow disparate workloads to be run on different nodes. SharePlex maintains multiple copies of the same database in real time, so each replica database can be customized for different workloads. For example, even if the main source database is optimized for online discrete transactions, you can optimize a replica for reporting by creating a different set of indices that will run reports and queries more efficiently. Geographic flexibility As noted earlier, RAC cannot span data centers over long distances. SharePlex, on the other hand, uses TCP/IP to communicate between data centers via LAN/WAN with no distance limitations, thereby reducing the total cost of implementation. Heterogeneous platform & version support Oracle RAC requires homogeneous hardware architecture and all nodes must run the same version of Oracle. Since SharePlex is agnostic with respect to operating system, CPU architecture and database version, it can support any mix of operating system and database versions, including Oracle 9i to Oracle 12c. Replication between Oracle Enterprise Edition and Oracle Standard Edition is also supported. ZeroIMPACT upgrades & migrations As we saw, rolling upgrades in RAC are limited, and schema object changes, network or storage infrastructure upgrades, and application upgrades require downtime. Since SharePlex maintains two or more distinct copies of the same database, it can fully support all types of upgrades and migrations with near zero downtime. You can upgrade the operating system, storage and network infrastructure, servers, databases and applications with no impact to your applications or users. Database consolidation A single implementation of RAC allows multiple databases to run on the same node, sharing the same storage, so if the storage fails, all the databases will become unavailable. SharePlex allows you to consolidate databases on the same node using different storage mount points. This eliminates 4

5 the single point of failure: even if one of the storage mount points fails, the other databases and the associated instances running on a given node will continue to function. Moreover, since the database can be replicated to more than one node at the same time, total failures are prevented. Reduced costs As noted above, RAC requires specialized and expensive hardware. SharePlex, on the other hand, can run on low-cost or re-purposed hardware, allowing it scale horizontally at an affordable cost. You can add new commodity servers without incurring the cost of replacing the existing more expensive and older servers, so you can scale up more cost effectively. Load balancing Since all the nodes within a RAC access the same physical databases, even though the user load can be spread across multiple nodes, the users access the same database, which will end up being a bottleneck at some point. With SharePlex, the database and its replica(s) can be set up in multi-master or bi-directional replication mode, so you can spread the user load across multiple databases and also across multiple data centers. How SharePlex complements RAC In IT organizations where Oracle RAC has been implemented and is an integral part of the enterprise, SharePlex can overcome some of the shortcomings of RAC at a much lower cost. By providing one or more copies of the primary database on separate servers within the same data center or across data centers, SharePlex: Provides a shared-nothing architecture that eliminates the single points of failure discussed above Supports replication to and from a virtually unlimited number of nodes using the cascading configuration, overcoming Oracle 11gR2 s limitation restricting each RAC implementation to a maximum of 100 nodes Eliminates geographic limitations by removing RAC s distance limits Supports multiple operating system types, CPU architectures (x86, x64, SPARC and RISC) and database versions Enables you to take advantage of new failover technologies, such as FAN and TAF, without re-writing application logic, unlike RAC, which requires application modification What about Oracle Standard Edition? Small to medium size companies often implement RAC as part of Oracle Standard Edition. They therefore face certain limitation, including the number of CPUs in a server, that SharePlex can help them overcome. SharePlex will also help create low-cost Oracle Standard Edition deployments that can be used for development and testing without incurring additional cost overhead. How organizations are using SharePlex today Overview Organizations use SharePlex for a wide range of purposes. Here are a few examples on how some customers use SharePlex in a RAC environment. Case study 1: Dell IT: Siebel 10g to 11g database migration Dell needed to migrate a 10TB business-critical database running a Siebel application from Oracle 10g RAC to 11g RAC. The application served both internal users and 22,000 customers worldwide, so it required 99.99% uptime only 4.38 hours of annual downtime were available for maintenance and upgrades. To upgrade the database while minimizing downtime, IT staff followed this procedure: 1. RMAN was used to perform the initial copy of the 10g database from the old hardware to the new hardware. Since Linux was the operating system on both the old and new hardware platforms, the OS was not a concern. 2. SharePlex was installed on both source and target servers and was configured to capture data on the source while the post or apply process on the target server was stopped and the transactional data was allowed to queue up on the target server. In IT organizations where Oracle RAC has been implemented, SharePlex can overcome some of the shortcomings of RAC at a much lower cost. 5

6 10g, 4-node RAC, RedHat Linux 4, Siebel application 11g, 5-node RAC, RedHat Linux 5, Siebel application Figure 2. SharePlex migration with reverse replication for failback, if required One team was able to reclaim 1.2TB of storage space in an 11g environment by performing the archive/ purge during the migration. 3. Oracle Data Guard was established between the source 10g database and the target 10g database running on the new hardware platform. Once Data Guard caught up with the logs, it was stopped and the database was recovered. At the time of database recovery, the SCN number of the last transaction was noted and the 10g database on the new server was upgraded to 11gR2. 4. The transactions in the SharePlex queue were reconciled (duplicate transactions were eliminated from the queue) to the SCN noted in the earlier step, and the remaining data was applied to the new database. 5. Once the SharePlex queue was empty, the 10g and the 11g database were considered to be in sync and users were switched over to the new 11g database. Reverse replication from Oracle 11g to 10g was configured as a failback option, in case it would be required. The Dell DBA team summarized the benefits of using SharePlex for the migration as follows: SharePlex allowed the migration and upgrade to be completed six weeks ahead of schedule, and allowed enough time for extensive testing. The team was able to reclaim 1.2TB of storage space in the 11g environment by performing archive/purge. They paused SharePlex during the archive/purge process and restarted it after the process was complete. The project resulted in an improved user experience. SharePlex enabled the team to test multiple environments in the new platform with no downtime. Figure 3. Using SharePlex active-active replication across multiple data centers 6

7 RAC 1: Airline reservations RAC 2: Hotel reservations Figure 4. SharePlex peer-to-peer replication using a RAC configuration Case study 2: Horizontal scaling with HA & DR options A Dell customer has multiple data centers spread across the U.S., with multiple RAC implementations at each data center. However, the limitation of RAC make it impractical, if not impossible, to link the RAC implementation in each data center either to work in tandem to service the user load or to be configured in HA/DR mode. Using SharePlex in active/active replication configuration mode, the customer was able not only to scale horizontally within the same data center but also to have each data center act as HA/DR for the others. The configuration of data replication between multiple data centers using SharePlex is shown in Figure 4. In addition to providing the HA/DR functionality, SharePlex replication also enabled application, OS and Oracle version upgrades with near-zero downtime. Case study 3: Peer-to-peer replication using RAC A well-known e-commerce company uses SharePlex to replicate data between two RAC databases residing in two different data centers. One of the RAC environments has two databases for processing transactions and queries from booking agents, direct channels and online customers supporting the first product offering. The second RAC environment has another two databases for handling transactions and queries from booking agents, direct channels and online customers supporting a second product offering. Using SharePlex in active/active replication configuration mode, the customer was able not only to scale horizontally within the same data center but also to have each data center act as HA/DR for the others. Data center 1 Data center 2 Target 1: Billing (internal users) Target 2: Reporting (external users) Figure 5. RAC replicating to reporting single instance 7

8 SharePlex can be used either in conjunction with RAC or as a replacement for RAC to provide seamless horizontal scaling within the same or across data centers without the costs or other drawbacks associated with RAC. Using SharePlex peer-to-peer replication, the customer has been able to offload querying and report processing to the least loaded environments without impacting the user experience on the source database. In addition, the customer can perform customized database backups, upgrades and maintenance activities without impacting users, and site outages due to database malfunction have been eliminated. Case study 4: Replication from Oracle RAC to Oracle single instance An online collaboration company with a data center in San Jose, California, and another in Denver, Colorado, has implemented multiple RACs in both data centers to handle online meetings by users. Each data center acts as a HA/DR site for the other. Both data centers are considered to be active, since they are used for load balancing of users as well. SharePlex is used to replicate data between the RAC environments in the two data centers in a bi-directional configuration. In addition, SharePlex replicates selected data from both data centers to two separate single instance databases, which are optimized for customer billing and external reporting. Using SharePlex in this configuration has enabled this customer to achieve unparalleled high availability that Oracle RAC cannot provide, leading to a better user experience and enhanced customer satisfaction. Conclusion It s inevitable that your user load and data size will grow along with your business. At some point, vertical scaling of your databases will become cost prohibitive or physically impossible to attain. Oracle s answer to this problem is Oracle RAC. However, RAC has important disadvantages, including high hardware and support costs, a single point of failure, downtime for upgrades and migrations, and limited ability to tune for performance based on user workloads. SharePlex can be used either in conjunction with RAC or as a replacement for RAC to provide seamless horizontal scaling within the same or across data centers without the costs or other drawbacks associated with RAC. About the author Sujith has more than 20 years of experience in a variety of database technologies. For the past 15 years, he has been working on SharePlex, architecting custom data management solutions for Fortune 500 companies. As one of Dell s chief technologists, he has been involved in acquisitions and mergers of other software companies. Sujith holds a M.S. in Engineering from Texas A&M University and a B.S. in Engineering from Bangalore University. 8

9 For More Information 2014 Dell, Inc. ALL RIGHTS RESERVED. This document contains proprietary information protected by copyright. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording for any purpose without the written permission of Dell, Inc. ( Dell ). Dell, Dell Software, the Dell Software logo and products as identified in this document are registered trademarks of Dell, Inc. in the U.S.A. and/or other countries. All other trademarks and registered trademarks are property of their respective owners. The information in this document is provided in connection with Dell products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Dell products. EXCEPT AS SET FORTH IN DELL S TERMS AND CONDITIONS AS SPECIFIED IN THE LICENSE AGREEMENT FOR THIS PRODUCT, DELL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL DELL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF DELL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Dell makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice. Dell does not make any commitment to update the information contained in this document. About Dell Dell Inc. (NASDAQ: DELL) listens to customers and delivers worldwide innovative technology, business solutions and services they trust and value. For more information, visit If you have any questions regarding your potential use of this material, contact: Dell Software 5 Polaris Way Aliso Viejo, CA Refer to our Web site for regional and international office information. 9 TechBrief-SharePlex-OracleDB-US-KS-24265

How To Use Shareplex

How To Use Shareplex Data consolidation and distribution with SharePlex database replication Written by Sujith Kumar, Chief Technologist Executive summary In today s fast-paced mobile age, data continues to accrue by leaps

More information

Ensuring High Availability for Critical Systems and Applications

Ensuring High Availability for Critical Systems and Applications Ensuring High Availability for Critical Systems and Applications Using SharePlex to Ensure Your Oracle Databases Are Always Up and Running Bill Brunt, Product Manager, Dell Software Abstract Keeping business

More information

SharePlex for SQL Server

SharePlex for SQL Server SharePlex for SQL Server Improving analytics and reporting with near real-time data replication Written by Susan Wong, principal solutions architect, Dell Software Abstract Many organizations today rely

More information

Simplify Your Migrations and Upgrades. Part 1: Avoiding risk, downtime and long hours

Simplify Your Migrations and Upgrades. Part 1: Avoiding risk, downtime and long hours Simplify Your Migrations and Upgrades Part 1: Avoiding risk, downtime and long hours Introduction You can say migrations and upgrades to a database administrator (DBA) or systems administrator. But what

More information

Move Data from Oracle to Hadoop and Gain New Business Insights

Move Data from Oracle to Hadoop and Gain New Business Insights Move Data from Oracle to Hadoop and Gain New Business Insights Written by Lenka Vanek, senior director of engineering, Dell Software Abstract Today, the majority of data for transaction processing resides

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

Dell One Identity Manager Scalability and Performance

Dell One Identity Manager Scalability and Performance Dell One Identity Manager Scalability and Performance Scale up and out to ensure simple, effective governance for users. Abstract For years, organizations have had to be able to support user communities

More information

Dell Statistica. Statistica Document Management System (SDMS) Requirements

Dell Statistica. Statistica Document Management System (SDMS) Requirements Dell Statistica Statistica Document Management System (SDMS) Requirements 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Optimizing Backup & Recovery Performance with Distributed Deduplication

Optimizing Backup & Recovery Performance with Distributed Deduplication Optimizing Backup & Recovery Performance with Distributed Deduplication Using NetVault Backup with EMC DD Boost Written by: Shad Nelson Product Manager Dell Software Executive Summary Backup applications

More information

Adopting a service-centric approach to backup & recovery

Adopting a service-centric approach to backup & recovery Adopting a service-centric approach to backup & recovery Written by John Maxwell, VP, Data Protection Products Abstract This solution brief explores the business challenges driving the need to move beyond

More information

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect SharePlex for Oracle How to replicate databases Jeffrey Surretsky Solutions Architect Highlights Overview: reasons for migration Traditional data migration methods Drawbacks Data migrations using log-based

More information

Data center and cloud management. Enabling data center modernization and IT transformation while simplifying IT management

Data center and cloud management. Enabling data center modernization and IT transformation while simplifying IT management Data center and cloud management Enabling data center modernization and IT transformation while simplifying IT management 2013 Dell, Inc. ALL RIGHTS RESERVED. This document contains proprietary information

More information

Go beyond basic up/down monitoring

Go beyond basic up/down monitoring Go beyond basic up/down monitoring Extending the value of SCOM with Foglight for SQL Server Introduction Microsoft Systems Center Operations Manager (SCOM) allows IT professionals to manage and monitor

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

Achieving High Oracle Performance

Achieving High Oracle Performance Achieving High Oracle Performance Advanced Performance Management for Today s Complex, Critical Databases Abstract DBAs today need better tools than ever, because they are being asked to manage increasingly

More information

Non-Native Options for High Availability

Non-Native Options for High Availability The Essentials Series: Configuring High Availability for Windows Server 2008 Environments Non-Native Options for High Availability by Non-Native Options for High Availability... 1 Suitability and Cost...

More information

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper Copyright 2011-2012 Dbvisit Software Limited. All Rights Reserved v2, Mar 2012 Contents Executive Summary... 1

More information

Organized, Hybridized Network Monitoring

Organized, Hybridized Network Monitoring Organized, Hybridized Network Monitoring Use a combination of technologies and organizational techniques to master complex network monitoring Abstract In the world of network monitoring, you re basically

More information

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration February 2015 This guide describes how to configure Dell One Identity Cloud Access Manager to communicate with a Dell

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

Proactive Performance Management for Enterprise Databases

Proactive Performance Management for Enterprise Databases Proactive Performance Management for Enterprise Databases Abstract DBAs today need to do more than react to performance issues; they must be proactive in their database management activities. Proactive

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

Hybrid Cloud Computing

Hybrid Cloud Computing Hybrid Cloud Computing Managing the reality of enterprise cloud computing Cloud computing promises a new world of IT agility, with quick deployment of applications to support business needs. Organizations

More information

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide Dell Spotlight on Active Directory 6.8.3 Server Health Wizard Configuration Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions

Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions Business Comparison: Data Replication Solutions Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions Contents What to Look for in a Data

More information

Dell InTrust 11.0. Preparing for Auditing Cisco PIX Firewall

Dell InTrust 11.0. Preparing for Auditing Cisco PIX Firewall 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper High Availability with Postgres Plus Advanced Server An EnterpriseDB White Paper For DBAs, Database Architects & IT Directors December 2013 Table of Contents Introduction 3 Active/Passive Clustering 4

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

Spotlight Management Pack for SCOM

Spotlight Management Pack for SCOM Spotlight Management Pack for SCOM User Guide January 2015 The is used to display data from alarms raised by Spotlight on SQL Server Enterprise in SCOM (System Center Operations Manager). About System

More information

Constant Replicator: An Introduction

Constant Replicator: An Introduction Data Availability Storage Software Constant Replicator: An Introduction Configurations, Applications and Solutions of Constant Replicator A White Paper A Constant Data Technology Document August 2004 Copyright

More information

How To Improve Performance Monitoring

How To Improve Performance Monitoring Improving shared services and SLA accountability through application performance monitoring Written by Jeffrey Honeyman Introduction The escalation of shared services implementations in the public sector

More information

4.0. Offline Folder Wizard. User Guide

4.0. Offline Folder Wizard. User Guide 4.0 Offline Folder Wizard User Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this

More information

Information management software solutions

Information management software solutions Information management software solutions Maximize the value of your data by implementing analytics, improving data management efficiency and facilitating integration 2013 Dell, Inc. ALL RIGHTS RESERVED.

More information

System Requirements and Platform Support Guide

System Requirements and Platform Support Guide Foglight 5.6.7 System Requirements and Platform Support Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability

Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability Dell One Identity Cloud Access Manager 8.0.1- How to Configure for High Availability May 2015 Cloning the database Cloning the STS host Cloning the proxy host This guide describes how to extend a typical

More information

The Top 10 Things DBAs Should Know About Toad for IBM DB2

The Top 10 Things DBAs Should Know About Toad for IBM DB2 The Top 10 Things DBAs Should Know About Toad for IBM DB2 Written by Jeff Podlasek, senior product architect, Dell Software Abstract Toad for IBM DB2 is a powerful tool for the database administrator.

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Identifying Problematic SQL in Sybase ASE. Abstract. Introduction

Identifying Problematic SQL in Sybase ASE. Abstract. Introduction Identifying Problematic SQL in Sybase ASE Written by Darren Mallette, Senior Technical Consultant, Dell Software Abstract Database administrators (DBAs), developers, quality assurance (QA) analysts and

More information

Dell NetVault Backup Plug-in for Advanced Encryption 2.2. User s Guide

Dell NetVault Backup Plug-in for Advanced Encryption 2.2. User s Guide Dell Backup Plug-in for Advanced Encryption 2.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Identity and Access Management for the Cloud

Identity and Access Management for the Cloud Identity and Access Management for the Cloud What you need to know about managing access to your clouds Organizations need to control who has access to which systems and technology within the enterprise.

More information

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server

Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,

More information

Quick Connect Express for Active Directory

Quick Connect Express for Active Directory Quick Connect Express for Active Directory Version 5.2 Quick Start Guide 2012 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

Enterprise Reporter Report Library

Enterprise Reporter Report Library Enterprise Reporter Overview v2.5.0 This document contains a list of the reports in the Enterprise Reporter. Active Directory Reports Change History Reports Computer Reports File Storage Analysis Reports

More information

New Features and Enhancements

New Features and Enhancements Dell Migration Manager for SharePoint 4.7 Build number: 4.7.20141207 December 9, 2014 These release notes provide information about the Dell Migration Manager for SharePoint release. New Features and Enhancements

More information

Eight Ways Better Software Deployment and Management Can Save You Money

Eight Ways Better Software Deployment and Management Can Save You Money Eight Ways Better Software Deployment and Management Can Save You Money Introduction Software management and deployment are perhaps among the most difficult and time-consuming activities undertaken by

More information

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud February 2015 This guide describes how to deploy Dell One Identity Cloud Access Manager within

More information

Top 10 Most Popular Reports in Enterprise Reporter

Top 10 Most Popular Reports in Enterprise Reporter Top 10 Most Popular Reports in Enterprise Reporter Users Rely Most on Reports for Active Directory Security and Operations and File Server Migration Assessment Written by Alexey Korotich, Dell Software

More information

Dell NetVault Backup Plug-in for SQL Server 6.1

Dell NetVault Backup Plug-in for SQL Server 6.1 Dell NetVault Backup Plug-in for SQL Server 6.1 April 2014 These release notes provide information about the Dell NetVault Backup Plug-in for SQL Server release. About Enhancements Resolved issues Known

More information

10 easy steps to secure your retail network

10 easy steps to secure your retail network 10 easy steps to secure your retail network Simple step-by-step IT solutions for small business in retail to leverage advanced protection technology in ways that are affordable, fast and easy October 2015

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database

More information

be architected pool of servers reliability and

be architected pool of servers reliability and TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information

Active Directory Auditing: What It Is, and What It Isn t

Active Directory Auditing: What It Is, and What It Isn t Active Directory Auditing: What It Is, and What It Isn t Abstract What s wrong with Active Directory s native audit logging? More importantly, what functionality do you really need in an AD auditing solution,

More information

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle

Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Neverfail Solutions for VMware: Continuous Availability for Mission-Critical Applications throughout the Virtual Lifecycle Table of Contents Virtualization 3 Benefits of Virtualization 3 Continuous Availability

More information

Beyond High Availability Replication s Changing Role

Beyond High Availability Replication s Changing Role Beyond High Availability Replication s Changing Role Wednesday, November 19 th, 2014 Susan Wong SharePlex Solutions Architect Agenda Replication becomes Mainstream Dell s approach to replication solutions

More information

Quest vworkspace Virtual Desktop Extensions for Linux

Quest vworkspace Virtual Desktop Extensions for Linux Quest vworkspace Virtual Desktop Extensions for Linux What s New Version 7.6 2012 Quest Software, Inc. ALL RIGHTS RESERVED. Patents Pending. This guide contains proprietary information protected by copyright.

More information

Tips and Best Practices for Managing a Private Cloud

Tips and Best Practices for Managing a Private Cloud Deploying and Managing Private Clouds The Essentials Series Tips and Best Practices for Managing a Private Cloud sponsored by Tip s and Best Practices for Managing a Private Cloud... 1 Es tablishing Policies

More information

Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated

Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated MMES - What Can and Cannot Be Migrated First Release - April 2015 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary

More information

WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE

WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE Published: May 2006 Executive Summary Database Management Systems (DBMS) are the hidden engines behind some of a company's

More information

Dell NetVault Backup Plug-in for SQL Server 10.0.1

Dell NetVault Backup Plug-in for SQL Server 10.0.1 Dell NetVault Backup Plug-in for SQL Server 10.0.1, Revision 1 February 2015 These release notes provide information about the Dell NetVault Backup Plug-in for SQL Server release. About Dell NetVault Backup

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

NetVault Backup, NDMP and Network Attached Storage

NetVault Backup, NDMP and Network Attached Storage NetVault, NDMP and Network Attached Storage Simplicity and power for NAS Written by Adrian Moir, Dell Scott Hetrick, Dell Abstract This technical brief explains how Network Data Management Protocol (NDMP)

More information

Veritas Replicator from Symantec

Veritas Replicator from Symantec Data replication across multi-vendor storage for cost effective disaster recovery Data Sheet: Disaster Recovery Overviewview provides organizations with a comprehensive solution for heterogeneous data

More information

Best Practices for an Active Directory Migration

Best Practices for an Active Directory Migration Best Practices for an Active Directory Migration Written by Derek Melber, MCSE, MVP, president, BrainCore.Net AZ, Inc. Abstract This white paper details the major challenges of Microsoft Active Directory

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

More information

formerly Help Desk Authority 9.1.2 Quest Free Network Tools User Manual

formerly Help Desk Authority 9.1.2 Quest Free Network Tools User Manual formerly Help Desk Authority 9.1.2 Quest Free Network Tools User Manual 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo,

More information

Desktop Authority vs. Group Policy Preferences

Desktop Authority vs. Group Policy Preferences Desktop Authority vs. Group Policy Preferences A Comparison of Desktop Lifecycle Management Features Introduction Group Policy Preferences In Windows Server 2008 and Windows Vista Service Pack 1, Microsoft

More information

recovery at a fraction of the cost of Oracle RAC

recovery at a fraction of the cost of Oracle RAC Concurrent data access and fast failover for unstructured data and Oracle databases recovery at a fraction of the cost of Oracle RAC Improve application performance and scalability - Get parallel processing

More information

Understanding and Configuring Password Manager for Maximum Benefits

Understanding and Configuring Password Manager for Maximum Benefits Understanding and Configuring Password Manager for Maximum Benefits Written by Chris Radband, senior professional services consultant, Dell Software Introduction About Password Manager The pain of password

More information

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing An Oracle White Paper March 2014 Best Practices for Real-Time Data Warehousing Executive Overview Today s integration project teams face the daunting challenge that, while data volumes are exponentially

More information

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...

More information

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

DevOps for the Cloud. Achieving agility throughout the application lifecycle. The business imperative of agility

DevOps for the Cloud. Achieving agility throughout the application lifecycle. The business imperative of agility DevOps for the Cloud Achieving agility throughout the application lifecycle We don t have to tell you that your company is under increasing pressure to respond more quickly to changing business conditions.

More information

Navigating the NIST Cybersecurity Framework

Navigating the NIST Cybersecurity Framework Navigating the NIST Cybersecurity Framework Explore the NIST Cybersecurity Framework and tools and processes needed for successful implementation. Abstract For federal agencies, addressing cybersecurity

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

How to Deploy Models using Statistica SVB Nodes

How to Deploy Models using Statistica SVB Nodes How to Deploy Models using Statistica SVB Nodes Abstract Dell Statistica is an analytics software package that offers data preparation, statistics, data mining and predictive analytics, machine learning,

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

2.0. Quick Start Guide

2.0. Quick Start Guide 2.0 Quick Start Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this guide is furnished

More information

Application Brief: Using Titan for MS SQL

Application Brief: Using Titan for MS SQL Application Brief: Using Titan for MS Abstract Businesses rely heavily on databases for day-today transactions and for business decision systems. In today s information age, databases form the critical

More information

Dell InTrust 11.0. Preparing for Auditing CheckPoint Firewall

Dell InTrust 11.0. Preparing for Auditing CheckPoint Firewall 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Managing the Risk of Privileged Accounts and Privileged Passwords in Defense Organizations

Managing the Risk of Privileged Accounts and Privileged Passwords in Defense Organizations Managing the Risk of Privileged Accounts and Privileged Passwords in Defense Organizations Reduce Risk while Streamlining Administrative Workflows Written by Dell Software Abstract Even IT environments

More information

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Sponsored by Red Hat An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Executive Overview... 3 Unbreakable Linux and Low-Cost

More information

Introduction to Version Control in

Introduction to Version Control in Introduction to Version Control in In you can use Version Control to work with different versions of database objects and to keep the database updated. You can review, manage, compare, and revert to any

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

About Recovery Manager for Active

About Recovery Manager for Active Dell Recovery Manager for Active Directory 8.6.1 May 30, 2014 These release notes provide information about the Dell Recovery Manager for Active Directory release. About Resolved issues Known issues System

More information

Foglight. Managing Java EE Systems Supported Platforms and Servers Guide

Foglight. Managing Java EE Systems Supported Platforms and Servers Guide Foglight Managing Java EE Systems Supported Platforms and Servers Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Logging and Alerting for the Cloud

Logging and Alerting for the Cloud Logging and Alerting for the Cloud What you need to know about monitoring and tracking across your enterprise The need for tracking and monitoring is pervasive throughout many aspects of an organization:

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

HP StorageWorks Data Protection Strategy brief

HP StorageWorks Data Protection Strategy brief HP StorageWorks Data Protection Strategy brief Your business depends on IT more than ever before. The availability of key application services and information is critical to maintain business processes,

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Ensuring a Successful Migration, Consolidation or Restructuring

Ensuring a Successful Migration, Consolidation or Restructuring Ensuring a Successful Migration, Consolidation or Restructuring The Right Tools Can Reduce Risk and Help Ensure Success. Abstract More and more companies are facing infrastructure consolidations, restructuring,

More information

Spotlight Management Pack for SCOM

Spotlight Management Pack for SCOM Spotlight Management Pack for SCOM User Guide March 2015 The Spotlight Management Pack for SCOM is used to display data from alarms raised by Spotlight on SQL Server Enterprise in SCOM (System Center Operations

More information

<Insert Picture Here> Real-time database replication

<Insert Picture Here> Real-time database replication Real-time database replication Ugo Pollio Sales Consulting and Business Development Oracle EMEA Data Integration Solutions Program Agenda Introduction to Real Time Data Propagation

More information