WHITE PAPER. Implementing Fault Resilient Protection for mysap in a Linux Environment. Introducing LifeKeeper from SteelEye Technology

Size: px
Start display at page:

Download "WHITE PAPER. Implementing Fault Resilient Protection for mysap in a Linux Environment. Introducing LifeKeeper from SteelEye Technology"

Transcription

1 Implementing Fault Resilient Protection for mysap in a Linux Environment Introducing LifeKeeper from SteelEye Technology WHITE PAPER Introduction In the past, high-availability solutions were costly to the point that they made economic sense only for elite business networks and for systems running high-end mission critical applications. The building of highly available systems required purchasing specialized hardware and implementing proprietary interfaces in applications to be protected. For those who could not afford such a solution, a certain amount of system downtime had to be tolerated. Today s businesses and customers, however, require high-availability solutions across the board. A global business needs 24-by-7 access to information. In an Internet service model, organizations must count on customers arriving at their site any hour of any day regular business hours have no meaning on a Web site; scheduling downtime for routine maintenance has vast economic impact. A recent survey found that: After 8 seconds of waiting, the typical customer abandons a non-responsive web site. One minute of data unavailability costs the average business between 8 and 10 thousand dollars. Likewise, corporate intranets deployed to facilitate the sharing and consolidation of business operations data need to be available to employees so that they can perform their functions, be it Human Resources, Finance, or Logistics. In the ERP space, where products such as mysap provide the infrastructure for applications on which businesses run, the cost of downtime can approach $1 million per hour. Independent Gartner Group and Dataquest studies project that in 1999 alone, downtime cost United States firms in excess of $4.6 billion total. The numbers below represent average business costs per hour of application downtime. Business Operation Communications: Converged Services (Phone, Web, Call Center ) Financial: Brokerage Operations Financial: Credit Card/Sales Authorization Average Cost/ Hour of Downtime > $10.0 million $6.45 million $2.6 million Corporate Infrastructure: ERP $780,000 Media: Pay Per View $150,000 Transportation: Airline Ticketing $89,500 Media: Event Ticket Sales $69,000 Source: Dataquest 1998 and Others These numbers represent losses in sales revenue only. They do not include intangible losses, such as employee productivity and customer dissatisfaction. In today s web enabled economy, a customer who cannot access the site or services they desire is only a click away from moving to a competitor. Through the deployment of high-availability clustering middleware with commodity servers, businesses can achieve 99.99% uptime (about 53 minutes of downtime in a year) for their business critical applications at a fraction of the cost historically associated with fault resilient systems. The deployment of such an environment for mysap ensures the availability of business functions at a price point that supports a strong ROI typically expected from a deployment of mysap. SteelEye and SAP AG have worked closely together to ensure that the availability expectations corporate users have for critical business infrastructure components are achievable through the deployment of a joint mysap/lifekeeper solution.

2 MySAP Overview and Components mysap is a comprehensive software package providing a flexible infrastructure around which companies can build their business processes and information flow. mysap provides a wide range of core business functions including, for example, financial management and human resources. SAP R/3 systems contain an ABAP Engine. The NetWeaver environment includes a Java Engine in addition to the ABAP Engine. Additionally, the Java Engine can be added to an ABAP Engine installation. mysap is composed of several cooperating services that may be run on a single server or may be distributed across several servers in a cluster. Some of these services have redundancy built into them, while others do not and represent single points of failure in the SAP environment. The SAP Central Instance (Enqueue and Message server for ABAP), the SAP System Central Services Instance (Enqueue and Message Server for Java), the Database server, and the NFS server represent single points of failure (SPOF) and are the services that LifeKeeper will protect. The SAP Central Instance (CI) is a standalone SAP Basis unit which provides services used by clients connected to the SAP system. Among these services are the Message server and the Enqueue server, which run only on the single SAP Central Instance. The Message server maintains a list of all available resources in an SAP system, determines which instance a user logs on to during a client connect, and handles all communication between SAP instances. The Enqueue server is used by SAP to administer the lock table in a distributed SAP system. If the CI server hosting the Enqueue service fails, all SAP transaction locks that have not yet been committed are lost. R/3 guarantees that no user can perform a transaction while the Enqueue service is unavailable in order to guarantee database consistency. Placing the Enqueue and Message services together on the CI is recommended by SAP since the Message service must always access the Enqueue service for interprocess communication. These services provide critical SAP functions that, by existing only in the SAP Central Instance, suffer from being a single point of failure in the SAP environment. Obviously, the CI, which contains the Enqueue and Message services, needs to be restarted as quickly as possible following a failure so that normal operations can resume. The SAP System Central Services has essentially the same function as the SAP CI with the exception that it provides the Enqueue and Message servers for NetWeaver Java environments. The Database server acts as the data repository for the SAP environment. Several databases are supported by SAP for Linux deployments. The exact versions that have been certified by SAP can be found at: com/solutions/technology/linux/platforms/index.asp. The Database server may or may not run on the same physical server as the Central Instance, but since the Database server is not replicated in any manner, it also becomes a single point of failure for the SAP environment. Access to the database holding corporate information and SAP transaction update logs is critical to the functioning of an integrated business management solution. The NFS server (NFS) provides for the mounting of several critical directories. In most configurations, either the system hosting the CI or the system hosting the will act as the NFS server, though SAP can be configured such that the NFS server resides on a separate dedicated system. An additional component that, while not a SPOF for the configuration, should be understood is the Application Server (). The is any mysap instance other than the Central Instance, which means that it does not host the Enqueue or Message services. The can be configured to host any of the other services (dialog, update, batch/ background, spool, gateway) and is typically used to spread the SAP workload across multiple servers and provide redundancy for these services. The number of Application Servers in an SAP system is typically determined by system workload. Obviously, with the existence of these SPOFs in the mysap environment, the deployment of a complementary High Availability solution is critical to protect against costly system downtime. SAP High Availability Configurations In the document, SAP R/3 in Switchover Environments, SAP recommends that High Availability middleware products support six different failover scenarios, labeled SO-1 through SO-6, across three physical configurations as shown in the pictures and table below. The document, SAP Web Application Server is Switchover Environments, includes the same switchover scenarios as the document SAP R/3 in Switchover Environments for the ABAP environment. The document also describes three recommended switchover scenarios for Java environments. Note that the scenarios deal exclusively with host failure and subsequent switchover of the SAP CI or SCS and services. Handling of NFS failover is considered to be an operating system (or HA middleware) issue, so it is not covered in the SAP configurations. In configurations where NFS is being used to provide data mount points, LifeKeeper will fulfill all HA requirements.

3 A second point is that switchover of services are not included. This is for two reasons. First, critical services should be configured as redundant services on multiple hosts to avoid being a SPOF. Since no would therefore be a SPOF, consideration for switchover is not required.second, if one of the services typically placed on the (such as batch/background, update, spool, dialog, gateway) needs to be centralized for some reason that service should be configured to be part of the CI or SCS. This way, a switchover of the CI or SCS will handle switching over these services as well. The fact that the mysap services can be distributed, and some even replicated, across multiple host machines, leads to a variety of possible system configurations. In the following configuration illustrations, servers are named,,, and they are represented as rectangular boxes. A gray background behind servers means that the servers are configured as a switchover cluster. The SAP services hosted on each server are listed within the server box, with denoting the MS, CI denoting Central Instance (ABAP environment), SCS denoting the System Central Services (Java environment), and denoting Application Server. Parentheses around the service name means that the service is in standby mode, ready to take over from the active server when necessary. The cylinder between the Active and Standby servers indicates the necessity of having the database located on a shared volume. The cylinder between the Active and Standby servers indicates the necessity of having the Central Instance files located on a shared volume. ABAP Environment Switchover Scenarios Please note the scenarios described in this section also apply to SAP NetWeaver ABAP+Java Add-in environments. Configuration #1: CI and on separate servers The first configuration represents an Active/Active setup where the is active on one server () and the CI is active on a second server (). If the first node fails, the failing service (either CI or ) is switched to the second cluster node. Servers and are backing each other up, so switchover can occur in either direction. Of course, both servers must be sized to handle both the and CI running on them at the same time. These scenarios are noted as SO-1 and SO-2 by SAP. Also note that there can be any number of Application Servers in the cluster. By their definition, these s are running services which can be replicated among multiple systems. Redundant systems should be configured and SAP Logon groups can be used so that if an goes down it is transparent to the user. Because of this SAP feature, no HA middleware is required on the systems. SAP Scenario SO-1 SO-2 (CI) Configuration 1: CI and on separate servers Switchover Scenario fails startup on fails startup CI on Configuration #2: CI and on same server CI In scenario SO-3, the CI and run on the first server () and the second server () acts as a backup for these services while running an instance. Because an instance need not be active on the same physical server as a CI, the instance should be shutdown as part of the switchover procedure prior to the CI/ being started on. In this scenario, Server could also be idle if desired, but there is no reason why it should not be used as an while simultaneously acting as a standby for. In this configuration, the CI and will always move between servers together. SAP requires that the be started and available before the CI starts, and LifeKeeper will ensure this relationship is honored during the switchover. One additional operational issue is that following a recovery of server, the /CI services may need to be migrated back to the Primary Server and the on the Standby Server restarted. This automatic switchback behavior is configurable and is a task which LifeKeeper will perform if required.

4 SAP Scenario Switchover Scenario (CI) CI [] SO-4 SO-5 SO-6 fails shutdown on, startup CI on s3 fails shutdown on s4, startup on s4 s3 fails startup on s4 (no running on s4 initially) Configuration 3: CI and separated into distinct failover clusters Java Environment Switchover Scenarios SAP Scenario SO-3 Configuration 2: CI and on same server Switchover Scenario fails shutdown on, startup CI & on Configuration #3: CI and separated into distinct failover clusters Configuration #3 separates the CI and into two distinct failover clusters and requires a dedicated standby server for each. SAP points out that there are two times when you may want to deploy dedicated standby servers. The first is when the CI and the are running under different operating systems. Since you cannot switchover the CI from one OS to another, you also cannot mix operating systems within a single cluster. Therefore two distinct clusters are required if you run in this environment. The second scenario is when you are operating in very demanding environment such that you require a separate server for each of the CI and the. In previously defined scenarios, the CI and will be running on the same physical server following a switchover. If this is not acceptable because of server capacity, deploying dedicated stand-by servers for each of the SPOF components is an alternative. Due to complexity involved, you should contact SteelEye for a discussion of your specific needs if you want to deploy into one of these scenarios. (CI) CI [] s3 [] s4 Configuration # 1: and SCS in its own switchover unit, Java-CI outside The first Java environment configuration represents an active/active scenario. The database is protected and running on node. In the event of a software or server failure, the database will be moved to node. Likewise, the SAP SCS is running and protected on node in the event of software or server failure the SAP SCS will be moved to node. The Java Central Instance (CI) is installed on a server that is not a part of the cluster. There are also redundant Application Servers () running in the SAP environment. JAVA-CI Configuration #2: and SCS in its own switchover unit, Java-CI inside The second Java environment configuration also represents an active/active scenario. The database is protected and running on node. In the event of a software or server failure, the database will be moved to node. Likewise, the SAP SCS is running and protected on node in the event of software or server failure the SAP SCS will be moved to node. The Java Central Instance (CI) is installed on a server that is a part of the cluster. The Java CI is not protected and does not failover. In this configuration a redundant Java Application Server () is installed on the SAP backup s3 Configuration # 1: and SCS in its own switchover unit, Java-CI outside

5 server. The Java is not shutdown when the SAP SCS fails over. There are also redundant Application Servers () running in the SAP environment. [] [Java-CI] Protecting mysap with LifeKeeper The preceding section describes the scenarios in which deploying a high availability environment is appropriate. LifeKeeper for Linux delivers the middleware component required to deploy these scenarios. This section examines how LifeKeeper does this. Architecture LifeKeeper consists of three distinct components that cooperate to ensure fault-resilient high availability. These are shown in the drawing below and described in the following section. LifeKeeper Node Configuration #2: and SCS in its own switchover unit, Java-CI inside Configuration #3: and SCS in its own switchover unit, two switchover environments In Configuration #3, the database and the SCS are each protected in their own distinct cluster. In each cluster there is a dedicated backup server. The SCS is running on server. If there is a software or server failure the SCS is moved to server. The database is running on server s3. If there is a software or server failure the database is moved to server s4. Although not shown in the diagram below, the Java Central Instance (CI) is installed on a server that is not a part of either cluster. There are also redundant application servers installed in the environment. s3 Configuration #3: and SCS in its own switchover unit, two switchover environments s4 Application Recovery Kit LifeKeeper Alarm Interface LifeKeeper Core Resource Monitoring LCD Interface (LCDI) LifeKeeper Configuration Database (LCD) LifeKeeper GUI Recovery Direction/ Action LifeKeeper Recovery Action & Control Interface (LRACI) LifeKeeper Communications Manager (LCM) To LCM on another system The LifeKeeper core delivers the basic software infrastructure required to build a cluster. This includes a cluster database, cluster communication management and interfaces required by other LifeKeeper components. The core product also comes bundled with recovery software for core system components, such as memory, CPUs, the operating system, the SCSI disk subsystem, and file systems and IP addresses. Application Recovery Kits (ARKs) sit on top of the core and provide application-specific information required to perform health monitoring and recovery. There are ARKs for Oracle, IBM s 2 U, MySQL, SAP, Apache, Sendmail, and mysap, to name a few. While independent in the sense that each ARK contains specialized knowledge of its own application, they can be combined to build complex hierarchies with interdependencies. For example, in order to protect mysap, the mysap ARK, which provides monitoring and switchover for the CI, will be used in conjunction with the appropriate database (Oracle, for example) ARK for protection and the NFS Server ARK for protection of the NFS mounts. The IP ARK

6 would be used as well to provide for a virtual IP address that can be moved between NIC cards in the cluster as needed. The various ARKs are used to build what is called a hierarchy which provides protection for all of the components of the application environment. Each of these ARKs contain code which monitors the health of the application under protection and which is able to stop and restart the application both locally and on another cluster server. The mysap ARK has been developed in consultation with SAP to ensure that it is using the most effective means for monitoring and recovering the SAP CI and/or SCS and that all integration issues between the CI, SCS, the, NFS and the are accounted for in the recovery operations. The third component of the LifeKeeper architecture is the Graphical User Interface (GUI). The GUI is used to build the cluster, to define which applications/services are to be protected, to assign stand-by responsibility to appropriate nodes, and to monitor the cluster. Written in Java, the GUI can be run on either the cluster systems themselves or from any browser that can access the cluster. Together, these three pieces, the core, the GUI and the associated ARKs, deliver the fullest featured HA middleware product available for Linux today. LifeKeeper s customizable architecture makes it ideal for providing the protection required in mysap environments. How it Works LifeKeeper provides two critical functions for the mysap environment: the ability to monitor the health of all critical SPOF components (we call these resources) and to take an appropriate recovery action when degradation in health is detected. LifeKeeper will, at user-defined intervals, check the health of the SAP CI and/or SCS, the, NFS, the IP addresses being used by client connections and underlying system services. If a problem is detected, LifeKeeper will attempt to recover the troubled resource locally on the same server. If this is not successful, a switchover to the standby server will be initiated. In this same vein, if the entire system on which these components are running should experience a failure, LifeKeeper will migrate all of the server processes to the correct standby server. Monitoring and protection are provided at both the individual component and system level. All dependent resources will be migrated together, brought up in the correct order, and monitoring of their health will resume on the new server. An SNMP alert will be sent as notification that the switchover action has occurred so that appropriate personnel can be called in to diagnose and correct the problems on the initial server. When the initial server is to the point that the failed service can resume running on it, LifeKeeper can perform an automatic switchback if so configured. Looking at the active/active configuration below, LifeKeeper will be installed on both nodes indicated by the gray shading. In addition to the LifeKeeper core package, ARKs for mysap, for the database being used, for NFS if data is being shared via exports and for IP address protection would be installed. The resource hierarchy for the instance on will be protected by server while the CI instance on will be protected by. No protection is provided for the since this is a redundant component by definition. Data required by both the CI and the will reside on the shared storage so that it can be accessed regardless of which server is running the specific service. This shared storage may be either direct-attach SCSI, Fibre channel attached thru a SAN, or a N device. IP addresses used by clients or other SAP services to access either the CI or the will be configured as virtual addresses so that they can move between NIC cards in the servers as needed during switchover. LifeKeeper automatically updates network ARP tables in the event of a switchover so that client/service accesses via IP addresses are able to seamlessly migrate between NICs as appropriate. Please Note: In the description above and the drawing below SCS can be substituted for CI for a similar configuration in NetWeaver Java environments. (CI) CI Active/Active mysap Configuration

7 Through the LifeKeeper GUI, you can easily create a complete resource hierarchy so that the monitoring and recovery operations include the system resources used by the mysap Central Instance. The GUI screen shot below shows the above SAP configuration with system adam representing server and system eve representing server. A similar screenshot for a SAP NetWeaver Java only installation follows: The notable difference is that the trans directory is not necessary in a NetWeaver Java only environment. Note that there is a hierarchy (labeled _PRO) active on eve and a CI hierarchy (labeled SAP-PRO_00) active on adam. The hierarchy contains a number of file systems required by the database along with an IP address being used for database access. The CI hierarchy also consists of a number of components: file systems, IP address, and NFS shares that are required by the CI service. Each of these hierarchies is being protected by the other server in the cluster, as denoted by the StandBy indicator on the resource buttons. The LifeKeeper GUI simplifies the building of this complex environment through its wizard driven interface and provides at-a-glance monitoring of the environment s health via its descriptive icons. LifeKeeper monitors the health of each of these individual resources and, if it detects a resource failure, takes appropriate recovery actions for the entire hierarchy. With its mysap ARK, LifeKeeper ensures continuous availability of mysap for the performance of critical business processes.

8 A Total Solution: mysap with LifeKeeper LifeKeeper from SteelEye Technology provides each of the HA middleware characteristics described above and brings the levels of availability to Intel-based platforms that have historically been reserved for high-end specialized systems. LifeKeeper is a mature technology which had its genesis in AT&T s Bell Labs and has since been deployed in hundreds of mission-critical environments across the telecommunications, retail, financial, and manufacturing spaces protecting varied applications and system configurations. LifeKeeper operates on top of both Linux and Windows and has off-the-shelf health monitoring and recovery agents (called Application Recovery Kits) for standard application services including: IP Connections, File and Print services Apache and IIS Web Servers Exchange and Sendmail Mail Servers 2, Oracle, MySQL, SAP, and Informix Database servers mysap Software Developer s Kit for writing your own Recovery Kits for custom applications brings mission critical availability to business infrastructure at great economic benefit. Many businesses today struggle with the balance between the need for systems that can provide the levels of availability required to support critical applications and the need to reduce total cost of ownership. The SAP/SteelEye integrated product combination enables businesses to achieve both goals. References SteelEye Technology SAP R/3 Recovery Kit Design Document. (Internal Document). SteelEye Technology SAP R/3 Recovery Kit Administration Guide. SteelEye Technology LifeKeeper Product Briefs. ( ) SAP R/3 in Switchover Environments. Copyright 1997 SAP AG. Product number SAP Web Application Server in Switchover Environments. Copyright May 2005 SAP AG. Feedback Direct all comments and questions on this white paper to: info@steeleye.com When combined with components of mysap, LifeKeeper SIOS Technology Corp. US/Canada Europe Int l +1 (650) Campus Drive, Suite 250, San Mateo, CA SIOS Technology Corp. All rights reserved. SIOS, SIOS Technology, LifeKeeper and SteelEye DataKeeper and associated logos are registered trademarks or trademarks of SIOS Technology Corp. and/or its affiliates in the United States and/or other countries. All other trademarks are the property of their respective owners. Oct 10

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

More information

SIOS Protection Suite for Linux SAP Recovery Kit v9.2. Administration Guide

SIOS Protection Suite for Linux SAP Recovery Kit v9.2. Administration Guide SIOS Protection Suite for Linux SAP Recovery Kit v9.2 Administration Guide October 2017 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

Adding Application Protection in Virtualized SAP Environments in vsphere. Thomas Jorczik

Adding Application Protection in Virtualized SAP Environments in vsphere. Thomas Jorczik Adding Application Protection in Virtualized SAP Environments in vsphere Thomas Jorczik SIOS Technology Corporation Founded in November 1999 (SteelEye Technology Inc.) to follow-on all LifeKeeper activities

More information

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 High Availability for Windows NT An Oracle Technical White Paper Robert Cheng Oracle New England Development Center System Products

More information

LifeKeeper for Linux v5.0. Sybase ASE Recovery Kit Administration Guide

LifeKeeper for Linux v5.0. Sybase ASE Recovery Kit Administration Guide LifeKeeper for Linux v5.0 Sybase ASE Recovery Kit Administration Guide October 2010 SteelEye and LifeKeeper are registered trademarks. Adobe Acrobat is a registered trademark of Adobe Systems Incorporation.

More information

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime Reduce Application Downtime Overview is an industry-leading high availability solution for reducing both planned and unplanned downtime. By monitoring the status of applications and automatically moving

More information

Environment 7.1 SR5 on AIX: Oracle

Environment 7.1 SR5 on AIX: Oracle PUBLIC Installation Guide SAP NetWeaver Composition Environment 7.1 SR5 on AIX: Oracle Production Edition Target Audience Technology consultants System administrators Document version: 1.1 05/16/2008 Document

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overviewview protects your most important applications from planned and unplanned downtime.

More information

SAP Solutions on VMware vsphere : High Availability

SAP Solutions on VMware vsphere : High Availability SAP Solutions on VMware vsphere : High Availability Table of Contents Introduction...1 vsphere Overview...1 VMware Fault Tolerance...1 Background on High Availability for SAP Solutions...2 VMware HA...3

More information

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions An Oracle White Paper May 2014 Oracle VM 3: Overview of Disaster Recovery Solutions Contents Introduction... 1 Overview of DR Solutions with Oracle VM... 2 Choose your DR solution path... 2 Continuous

More information

SteelEye Solutions Extend Citrix XenServer. Bob Williamson

SteelEye Solutions Extend Citrix XenServer. Bob Williamson SteelEye Solutions Extend Citrix XenServer Bob Williamson bobw@steeleye.com DataKeeper Expanding SteelEye Family of Protection Solutions Real-time continuous data protection with full rewind capability

More information

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c W H I T E P A P E R : T E C H N I C AL Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c Table of Contents Symantec s solution for ensuring high availability

More information

StorageTek ACSLS Manager Software

StorageTek ACSLS Manager Software StorageTek ACSLS Manager Software Management of distributed tape libraries is both time-consuming and costly involving multiple libraries, multiple backup applications, multiple administrators, and poor

More information

INTRODUCING VERITAS BACKUP EXEC SUITE

INTRODUCING VERITAS BACKUP EXEC SUITE INTRODUCING VERITAS BACKUP EXEC SUITE January 6, 2005 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Managing More Storage with Fewer Resources...3 VERITAS Backup Exec Suite...3 Continuous Data Protection...

More information

SIOS Protection Suite for Linux v9.0. Samba Recovery Kit Administration Guide

SIOS Protection Suite for Linux v9.0. Samba Recovery Kit Administration Guide SIOS Protection Suite for Linux v9.0 Samba Recovery Kit Administration Guide Sep 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

SIOS Protection Suite for Linux NFS Recovery Kit v Administration Guide

SIOS Protection Suite for Linux NFS Recovery Kit v Administration Guide SIOS Protection Suite for Linux NFS Recovery Kit v8.4.1 Administration Guide Jun 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

Red Hat High Availability vs. Steeleye Protection Suite for Linux

Red Hat High Availability vs. Steeleye Protection Suite for Linux Red Hat High Availability vs. Steeleye Protection Suite for Linux A Competitive Analysis August 2012 Red Hat High Availability Add-On is compared to Steeleye Protection Suite for Linux. A summary of the

More information

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v Administration Guide

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v Administration Guide SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v8.0.1 Administration Guide March 2014 This document and the information herein is the property of SIOS Technology

More information

TABLE OF CONTENTS. 2 INTRODUCTION. 4 THE CHALLENGES IN PROTECTING CRITICAL SAP APPLICATIONS. 6 SYMANTEC S SOLUTION FOR ENSURING SAP AVAILABILITY.

TABLE OF CONTENTS. 2 INTRODUCTION. 4 THE CHALLENGES IN PROTECTING CRITICAL SAP APPLICATIONS. 6 SYMANTEC S SOLUTION FOR ENSURING SAP AVAILABILITY. WHITE PAPER: TECHNICAL Symantec High Availability and Disaster Recovery Solution for SAP Keep your SAP application online, all the time with Symantec Venkata Reddy Chappavarapu Sr. Software Engineer Data

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

Sep-10. Learning Objectives. Overview. Copyright by SteelEye Technology, Inc. All Rights Reserved World Wide.

Sep-10. Learning Objectives. Overview. Copyright by SteelEye Technology, Inc. All Rights Reserved World Wide. LifeKeeper for Linux Module 9: Architecture and Internals Learning Objectives At the end of this module, you will understand: LifeKeeper architecture and internal operations Sep-10 2 Overview LifeKeeper

More information

StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware

StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware StorNext 3.0 Product Update: Server and Storage Virtualization with StorNext and VMware NOTICE This product brief may contain proprietary information protected by copyright. Information in this product

More information

High Availability Options for SAP Using IBM PowerHA SystemMirror for i

High Availability Options for SAP Using IBM PowerHA SystemMirror for i High Availability Options for SAP Using IBM PowerHA Mirror for i Lilo Bucknell Jenny Dervin Luis BL Gonzalez-Suarez Eric Kass June 12, 2012 High Availability Options for SAP Using IBM PowerHA Mirror for

More information

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings by Joseph D Antoni Microsoft Data Platform MVP Significant savings in both SQL licensing and SAN TCO. As companies become increasingly

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

High Availability and Disaster Recovery Solutions for Perforce

High Availability and Disaster Recovery Solutions for Perforce High Availability and Disaster Recovery Solutions for Perforce This paper provides strategies for achieving high Perforce server availability and minimizing data loss in the event of a disaster. Perforce

More information

NAS When, Why and How?

NAS When, Why and How? NAS When, Why and How? Ian Duncan WW NAS Marketing Manager Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice NAS When,

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

Oracle Fail Safe. Concepts and Administration Guide Release 4.1 for Microsoft Windows E

Oracle Fail Safe. Concepts and Administration Guide Release 4.1 for Microsoft Windows E Oracle Fail Safe Concepts and Administration Guide Release 4.1 for Microsoft Windows E24699-01 December 2012 Oracle Fail Safe Concepts and Administration Guide, Release 4.1 for Microsoft Windows E24699-01

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.1 for Windows brings advanced online storage management to Microsoft Windows Server environments,

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Deploying Microsoft Clusters June 10, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

SIOS Protection Suite for Linux v Network Attached Storage Recovery Kit Administration Guide

SIOS Protection Suite for Linux v Network Attached Storage Recovery Kit Administration Guide SIOS Protection Suite for Linux v8.3.2 Network Attached Storage Recovery Kit Administration Guide Nov 2014 This document and the information herein is the property of SIOS Technology Corp. (previously

More information

LifeKeeper for Linux Module 4: IP Recovery Kit

LifeKeeper for Linux Module 4: IP Recovery Kit LifeKeeper for Linux Module 4: IP Recovery Kit Learning Objectives At the end of this module, you will understand: all aspects of the LifeKeeper for Linux IP Recovery Kit Sep-10 Copyright 2000-2010 by

More information

Features Four popular platforms, same quality and ease of use

Features Four popular platforms, same quality and ease of use ISE is extending the boundaries of automated job scheduling with the only job scheduler for Windows NT/2000/XP OpenVMS, Tru64 UNIX and Linux. Each version incorporates ISE s unparalleled reputation in

More information

SIOS Protection Suite for Linux: DataKeeper for Linux. Evaluation Guide

SIOS Protection Suite for Linux: DataKeeper for Linux. Evaluation Guide SIOS Protection Suite for Linux: DataKeeper for Linux This document and the information herein is the property of SIOS Technology Corp. Any unauthorized use and reproduction is prohibited. SIOS Technology

More information

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005)

PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005) PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005) Fujitsu Limited PRIMEQUEST 400 Series & SQL Server 2005 Technical White Paper PRIMEQUEST 400 Series Server & SQL Server 2005

More information

IBM TS7700 grid solutions for business continuity

IBM TS7700 grid solutions for business continuity IBM grid solutions for business continuity Enhance data protection and business continuity for mainframe environments in the cloud era Highlights Help ensure business continuity with advanced features

More information

Ensuring business continuity with comprehensive and cost-effective disaster recovery service.

Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Business Product Brochure Managed Disaster Recovery-as-a-Service Ensuring business continuity with comprehensive and cost-effective disaster recovery service. Singtel Managed Disaster Recovery-as-a-Service

More information

SIOS Protection Suite for Linux v Postfix Recovery Kit Administration Guide

SIOS Protection Suite for Linux v Postfix Recovery Kit Administration Guide SIOS Protection Suite for Linux v8.3.1 Postfix Recovery Kit Administration Guide September 2014 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

Sep-10. Copyright by SteelEye Technology, Inc. All Rights Reserved World Wide. LifeKeeper for Linux Module 4: IP Recovery Kit

Sep-10. Copyright by SteelEye Technology, Inc. All Rights Reserved World Wide. LifeKeeper for Linux Module 4: IP Recovery Kit LifeKeeper for Linux Module 4: IP Recovery Kit Learning Objectives At the end of this module, you will understand: all aspects of the LifeKeeper for Linux IP Recovery Kit Sep-10 2 Overview IP Recovery

More information

Oracle E-Business Availability Options. Solution Series for Oracle: 2 of 5

Oracle E-Business Availability Options. Solution Series for Oracle: 2 of 5 Oracle E-Business Availability Options Solution Series for Oracle: 2 of 5 Table of Contents Coping with E-Business Hours Oracle E-Business Availability Options.....1 Understanding Challenges to Availability...........................2

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

SIOS Protection Suite for Linux WebSphere MQ / MQSeries Recovery Kit v Administration Guide

SIOS Protection Suite for Linux WebSphere MQ / MQSeries Recovery Kit v Administration Guide SIOS Protection Suite for Linux WebSphere MQ / MQSeries Recovery Kit v8.3.2 Administration Guide Nov 2014 This document and the information herein is the property of SIOS Technology Corp. (previously known

More information

SIOS Protection Suite for Linux v9.0. DB2 Recovery Kit Administration Guide

SIOS Protection Suite for Linux v9.0. DB2 Recovery Kit Administration Guide SIOS Protection Suite for Linux v9.0 DB2 Recovery Kit Administration Guide Sep 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

White Paper. A System for Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft

White Paper. A System for  Archiving, Recovery, and Storage Optimization. Mimosa NearPoint for Microsoft White Paper Mimosa Systems, Inc. November 2007 A System for Email Archiving, Recovery, and Storage Optimization Mimosa NearPoint for Microsoft Exchange Server and EqualLogic PS Series Storage Arrays CONTENTS

More information

Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64)

Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64) Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64) *T2392-90015* Printed in the US HP Part Number: T2392-90015 Published: March 2009 Legal Notices Copyright (R) 2000-2009 Hewlett-Packard

More information

NEC ExpressCluster Introduction.

NEC ExpressCluster Introduction. NEC ExpressCluster Introduction www.expresscluster.com ExpressCluster Overview Software for no-click fully automated recovery of critical application and data systems from hardware, software and site failures

More information

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage By Dave Jaffe Dell Enterprise Technology Center and Kendra Matthews Dell Storage Marketing Group Dell Enterprise Technology Center delltechcenter.com

More information

Dell s High Availability Cluster Product Strategy

Dell s High Availability Cluster Product Strategy Cluster Development Group December 2003 Dell s High Availability Cluster Product Strategy This article outlines generic High Availability (HA) Cluster requirements and supported configurations. The paper

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

MULE ESB High Availability (HA) CLUSTERING

MULE ESB High Availability (HA) CLUSTERING MULE ESB High Availability (HA) CLUSTERING Availability, Reliability and Scalability Abstract: ESB offers a built-in active-active High Availability clustering capability. For applications that require

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers What s New Document for Service Providers Parallels Virtuozzo Containers www.parallels.com Version 4.0 Introduction to Virtuozzo Containers Parallels Virtuozzo Containers is the hosting industry s leading

More information

LifeKeeper Single Server Protection. v Release Notes

LifeKeeper Single Server Protection. v Release Notes Single Server Protection v9.0.1 Release Notes Dec 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.) and all unauthorized

More information

SIOS Protection Suite for Linux MySQL Recovery Kit v Administration Guide

SIOS Protection Suite for Linux MySQL Recovery Kit v Administration Guide SIOS Protection Suite for Linux MySQL Recovery Kit v9.2.1 Administration Guide December 2017 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye

More information

Emergent Communications Software Solutions for Call Routing and Delivery

Emergent Communications Software Solutions for Call Routing and Delivery Emergent Communications 9-1-1 Software Solutions for Call Routing and Delivery Technical White Paper May 2017 Introduction Emergent Communications offers the first totally built from the ground up NENA

More information

VERITAS Cluster Server. QuickStart. Product Overview

VERITAS Cluster Server. QuickStart. Product Overview VERITAS Cluster Server QuickStart Product Overview V E R I T A S W H I T E P A P E R Table of Contents VERITAS Cluster Server QuickStart Key Points..................................................1 Extending

More information

SIOS Protection Suite for Linux v9.2. SAP HANA Recovery Kit

SIOS Protection Suite for Linux v9.2. SAP HANA Recovery Kit SIOS Protection Suite for Linux v9.2 SAP HANA Recovery Kit October 2017 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.)

More information

SIOS Protection Suite for Linux. v Technical Documentation

SIOS Protection Suite for Linux. v Technical Documentation SIOS Protection Suite for Linux v8.3.2 Technical Documentation Dec 2014 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.)

More information

1 BRIEF / Oracle Solaris Cluster Features and Benefits

1 BRIEF / Oracle Solaris Cluster Features and Benefits Oracle Solaris Cluster is a comprehensive high availability (HA) and disaster recovery (DR) solution for Oracle SPARC and x86 environments that is based on Oracle Solaris. It combines extreme service availability

More information

LifeKeeper for Linux SybaseASE Recovery Kit. Technical Documentation

LifeKeeper for Linux SybaseASE Recovery Kit. Technical Documentation LifeKeeper for Linux SybaseASE Recovery Kit Technical Documentation January 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,

More information

SAP R/3 Architecture. VIT

SAP R/3 Architecture. VIT SAP R/3 Architecture Prof.R.K.Nadesh @ VIT www.nadeshrk.webs.com SAP R/3 System Business Modules Logistical Sales & Distribution Financial Accounting Financial Materials Mgmt. Controlling Production Planning

More information

High availability and disaster recovery with Microsoft, Citrix and HP

High availability and disaster recovery with Microsoft, Citrix and HP High availability and disaster recovery White Paper High availability and disaster recovery with Microsoft, Citrix and HP Using virtualization, automation and next-generation storage to improve business

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

VERITAS Volume Replicator. Successful Replication and Disaster Recovery

VERITAS Volume Replicator. Successful Replication and Disaster Recovery VERITAS Volume Replicator Successful Replication and Disaster Recovery V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

More information

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are:

Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are: E Transport is now key for extended SAN applications. Main factors required in SAN interconnect transport solutions are: Native support for all SAN protocols including ESCON, Fibre Channel and Gigabit

More information

VERITAS Volume Replicator Successful Replication and Disaster Recovery

VERITAS Volume Replicator Successful Replication and Disaster Recovery VERITAS Replicator Successful Replication and Disaster Recovery Introduction Companies today rely to an unprecedented extent on online, frequently accessed, constantly changing data to run their businesses.

More information

Total Cost of Ownership: Database Software and Support

Total Cost of Ownership: Database Software and Support Total Cost of Ownership: Database Software and Support WHITE PAPER MariaDB TX vs. Oracle Database Enterprise Edition AUGUST 08 Table of Contents Executive Summary - MariaDB TX - Market - Analysis Enterprise

More information

Sangfor Application Criticality Model and Reliability Design Best Practice

Sangfor Application Criticality Model and Reliability Design Best Practice Sangfor Application Criticality Model and Reliability Design Best Practice This paper compares three common classification methods and then gives guidance on how to choose criticality based on typical

More information

HP BladeSystem Matrix

HP BladeSystem Matrix HP BladeSystem Matrix Industry s first Converged Infrastructure platform that delivers IT services in minutes Solution brief Get the benefits of shared services today A better approach for productivity

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

LifeKeeper for Linux v7.0. PostgreSQL Recovery Kit Administration Guide

LifeKeeper for Linux v7.0. PostgreSQL Recovery Kit Administration Guide LifeKeeper for Linux v7.0 PostgreSQL Recovery Kit Administration Guide October 2010 SteelEye and LifeKeeper are registered trademarks. Adobe Acrobat is a registered trademark of Adobe Systems Incorporated.

More information

Designing Data Protection Strategies for Lotus Domino

Designing Data Protection Strategies for Lotus Domino WHITE PAPER Designing Data Protection Strategies for Lotus Domino VERITAS Backup Exec 10 for Windows Servers Agent for Lotus Domino 1/17/2005 1 TABLE OF CONTENTS Executive Summary...3 Introduction to Lotus

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

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

IBM Z servers running Oracle Database 12c on Linux

IBM Z servers running Oracle Database 12c on Linux IBM Z servers running Oracle Database 12c on Linux Put Z to work for you Scale and grow Oracle Database 12c applications and data with confidence Benefit from mission-critical reliability for Oracle Database

More information

Backup Solution. User Guide. Issue 01 Date

Backup Solution. User Guide. Issue 01 Date Issue 01 Date 2017-08-30 Contents Contents 1 Introduction... 1 1.1 What Is the Backup Solution?... 1 1.2 Why Choose the Backup Solution?... 2 1.3 Concepts and Principles...3 1.3.1 Basic OBS Concepts...3

More information

The Path to Lower-Cost, Scalable, Highly Available Windows File Serving

The Path to Lower-Cost, Scalable, Highly Available Windows File Serving The Path to Lower-Cost, Scalable, Highly Available Windows File Serving Higher Performance, Modular Expansion, Fault Tolerance at a Lower Cost The Challenges of Cost Effective, Scalable File Services for

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Data Sheet: Storage Management Overview Veritas Storage Foundation 6.0 for Windows brings advanced online storage management

More information

SAP HANA Disaster Recovery with Asynchronous Storage Replication

SAP HANA Disaster Recovery with Asynchronous Storage Replication Technical Report SAP HANA Disaster Recovery with Asynchronous Storage Replication Using SnapCenter 4.0 SAP HANA Plug-In Nils Bauer, Bernd Herth, NetApp April 2018 TR-4646 Abstract This document provides

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

IBM Tivoli Directory Server

IBM Tivoli Directory Server Build a powerful, security-rich data foundation for enterprise identity management IBM Tivoli Directory Server Highlights Support hundreds of millions of entries by leveraging advanced reliability and

More information

SIOS Protection Suite for Linux v Technical Documentation

SIOS Protection Suite for Linux v Technical Documentation SIOS Protection Suite for Linux v8.4.0 Technical Documentation Mar 2015 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology, Inc.)

More information

Designing Data Protection Strategies for Lotus Domino

Designing Data Protection Strategies for Lotus Domino WHITE PAPER Designing Data Protection Strategies for Lotus Domino VERITAS Backup Exec 9.0 for Windows Servers Agent for Lotus Domino VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

High performance and functionality

High performance and functionality IBM Storwize V7000F High-performance, highly functional, cost-effective all-flash storage Highlights Deploys all-flash performance with market-leading functionality Helps lower storage costs with data

More information

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL 2008 Windows Server 2003 Windows Server 2008 5.1 Application Pack 1 Veritas Storage Foundation

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Step into the future. HP Storage Summit Converged storage for the next era of IT

Step into the future. HP Storage Summit Converged storage for the next era of IT HP Storage Summit 2013 Step into the future Converged storage for the next era of IT 1 HP Storage Summit 2013 Step into the future Converged storage for the next era of IT Karen van Warmerdam HP XP Product

More information

WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY

WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY White Paper 2 Why Building Security Systems Need Continuous Availability Always On Is the Only Option. If All Systems Go Down, How Can You React

More information

What s New in VMware vsphere Availability

What s New in VMware vsphere Availability What s New in VMware vsphere 5.0 - Availability Technical WHITE PAPER v 1.0/Updated June 2011 Table of Contents Introduction.... 3 Management Availability.... 3 Manageability.... 3 Usability.... 4 Application

More information

EMC DATA PROTECTION, FAILOVER AND FAILBACK, AND RESOURCE REPURPOSING IN A PHYSICAL SECURITY ENVIRONMENT

EMC DATA PROTECTION, FAILOVER AND FAILBACK, AND RESOURCE REPURPOSING IN A PHYSICAL SECURITY ENVIRONMENT White Paper EMC DATA PROTECTION, FAILOVER AND FAILBACK, AND RESOURCE REPURPOSING IN A PHYSICAL SECURITY ENVIRONMENT Genetec Omnicast, EMC VPLEX, Symmetrix VMAX, CLARiiON Provide seamless local or metropolitan

More information

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery

Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery White Paper Business Continuity Protecting Mission-Critical Application Environments The Top 5 Challenges and Solutions for Backup and Recovery Table of Contents Executive Summary... 1 Key Facts About

More information

SAP High Availability with IBM Tivoli System Automation for Multiplatforms

SAP High Availability with IBM Tivoli System Automation for Multiplatforms IBM Software Group IBM Tivoli Solutions SAP High Availability with IBM Tivoli System Automation for Multiplatforms 2 SAP High Availability with Tivoli SA MP Contents 2 Introduction 5 Single Point of Failures

More information

Veritas Storage Foundation for Oracle RAC from Symantec

Veritas Storage Foundation for Oracle RAC from Symantec Veritas Storage Foundation for Oracle RAC from Symantec Manageability, performance and availability for Oracle RAC databases Data Sheet: Storage Management Overviewview offers a proven solution to help

More information