Copyright 1998, Cisco Systems, Inc. All rights reserved. Printed in USA. Presentation_ID.scr 1. IPS _05_2001_c1

Size: px
Start display at page:

Download "Copyright 1998, Cisco Systems, Inc. All rights reserved. Printed in USA. Presentation_ID.scr 1. IPS _05_2001_c1"

Transcription

1 2001, Cisco Systems, Inc. All rights reserved. 1 Presentation_ID.scr 1

2 Introduction to High Availability Networking Session 2001, Cisco Systems, Inc. All rights reserved. 3 Agenda Introduction Building an HA Network Network Outages Human Factors Recommendations 2001, Cisco Systems, Inc. All rights reserved. 4 Presentation_ID.scr 2

3 Introduction 2001, Cisco Systems, Inc. All rights reserved. 5 Availability vs. Reliability Reliability implies that the system performs its specified task correctly Availability means that the system is ready for immediate use An airplane needs to be reliable; It doesn t need to available to fly 24 hours a day; However, it must be reliable when the user determines it is ready to be available Today s networks need to be available 24 hours a day, 7 days a week, 365 days a year; They need high availability 2001, Cisco Systems, Inc. All rights reserved. 6 Presentation_ID.scr 3

4 Why Does Availability Matter Increased demands on the internet from business critical applications Minimize lost revenue due to downtime Competitive pressure Loss of goodwill Loss productivity when network is down Keep your job Maximize ROI of deployed infrastructure Increased revenue from existing services Reduced operating costs 2001, Cisco Systems, Inc. All rights reserved. 7 High Cost of Internet Outages Corporations can lose millions of dollars in just one hour if a mission-critical application becomes unavailable or does not run correctly, quickly or completely Business Brokerage Operations Credit Card Authorization Average Cost per Hour $6.45 million $2.6 million Catalog Sales $90,000 Internet Back in one hour Airline Reservations $89,500 Tele-ticket Sales $69,000 Package Shipping $28,000 ATM Fees $14,000 Source: Contingency Planning Research 2001, Cisco Systems, Inc. All rights reserved. 8 Presentation_ID.scr 4

5 What Is High Availability? Availability DPM Downtime Per Year (24x7x365) % Days 15 Hours 36 Minutes % Day 19 Hours 48 Minutes % Hours 46 Minutes % Hours 23 Minutes % Minutes % 10 5 Minutes % 1 30 Seconds DPM Defects per Million (Customers) 2001, Cisco Systems, Inc. All rights reserved. 9 Availability Availability A M T T R Mean Time to Repair Mean Time Between Failure M T B F 2001, Cisco Systems, Inc. All rights reserved. 10 Presentation_ID.scr 5

6 Availability Definitions Availability = MTBF/( MTBF+MTTR) = 1 - (Total connection outage time total in service connection time) = 1 - [? (No. connections affected in outage i x duration of outage i )] (No. connections in service x operating time) Unavailability = 1 - availability Typically averaged over a month's time 2001, Cisco Systems, Inc. All rights reserved. 11 Example Last month there were 30 users down for 60 minutes There are 1000 users There is 720 hours in a month Outage time 30 users * 1 hours/user = 30 hours Service connection time 1000 users * 720 hours/month = 720,000 User hours/month Availability = (1-30 hours/720k User hours/month) = (99.996%) month/user 2001, Cisco Systems, Inc. All rights reserved. 12 Presentation_ID.scr 6

7 Defects Per Million (Customers) A linear method for measuring availability DPM = (1 %Availability) * 10 6 For PVCs DPM = S (#conns*outage minutes) S (#conns*total minutes) For SVCs or phone calls DPM = S(#existing calls lost + #new calls blocked) total calls attempted For connectionless traffic DPM = S (#end users*outage minutes) S (#end users*total minutes) Example: ( ) * 10 6 = 40 DPM 2001, Cisco Systems, Inc. All rights reserved. 13 Factors Impacting Availability Change management Process consistency Operational Errors 40% Software Application 40% Network 20% Platform problems The network Operating system or hardware Application bugs (ie DNS) Misconfiguration Source: Gartner Group, CNET News.com Jan 26, , Cisco Systems, Inc. All rights reserved. 14 Presentation_ID.scr 7

8 Measuring Availability in Your Network Things for you to consider Interested in end users, end ports, or nodes? Differentiate by circuit speed? Separate planned downtime from unplanned downtime Separate core, access, and LAN What does available mean to you? End users can successfully communicate? Port can pass traffic? Router can pass traffic? Node can respond to ping? Does it have to be reliable? Meeting CIR, jitter, and delay? Define for your environment stay consistent 2001, Cisco Systems, Inc. All rights reserved. 15 Measure! However, Not Always Easy Complex and expensive Multiple networks, protocols and applications; Testing availability for each of these becomes complex and expensive Overhead Proactively measuring true availability measurements require consistent testing or measurement from every point in the network to every other point in the network Application complexity Different applications and protocols have different performance and response time requirements to determine whether a service is available Geophysical complexity Different availability requirements based on location, geography, applications or type of service Consider keeping it simple 2001, Cisco Systems, Inc. All rights reserved. 16 Presentation_ID.scr 8

9 Building an HA Network 2001, Cisco Systems, Inc. All rights reserved. 17 Building an HA Network Introduction Network Outages Hardware resiliency Software reliability/features Link/carrier resiliency Environment/power Network design Human Factor User-error/process Recommendations 2001, Cisco Systems, Inc. All rights reserved. 18 Presentation_ID.scr 9

10 Network Outages Operational Errors 40% Network 20% Software Application 40% 2001, Cisco Systems, Inc. All rights reserved. 19 Hardware Resiliency and Reliability 2001, Cisco Systems, Inc. All rights reserved. 20 Presentation_ID.scr 10

11 Types of Redundancy Parallel Series Redundancy N=2, M=1 N=2, M=1 N=3, M=1 Si IP Cloud Si Availability = (1 - (1-A 1 ) 2 )? (1 - (1-A 2 ) 2 )? (1 - (1-A 3 ) 3 ) (1 - ( ) 2 )? (1 - ( ) 2 )? (1 - ( ) 3 ) = % 2001, Cisco Systems, Inc. All rights reserved. 21 Types of Redundancy Module Redundancy vs. Chassis Redundancy Failover redundant modules only Operating system determines failover Typically cost effective No design limitations architecture limitations All modules are redundant Protocols determine failover Increase cost and complexity Limitations for point-topoint networks 2001, Cisco Systems, Inc. All rights reserved. 22 Presentation_ID.scr 11

12 Hardware Availability Features and Considerations Will the solution allow for load sharing? Which components are redundant? (processor, power, fans, line-cards, bus) What active/standby fault detection methods are used? What is the card MTBF? Should it be made redundant? How long does it take to recover a failed node? How long does it take to do an upgrade? Is hot swap and Online Insertion and Removal (OIR) available? 2001, Cisco Systems, Inc. All rights reserved. 23 Hardware Resiliency and Reliability Conclusions Understand your MTBF for components and devices Know reliability of key paths Understand key availability factors and recovery times Build MTTR processes that fit business requirements 2001, Cisco Systems, Inc. All rights reserved. 24 Presentation_ID.scr 12

13 Software Reliability 2001, Cisco Systems, Inc. All rights reserved. 25 Increased Stability over Time 2001, Cisco Systems, Inc. All rights reserved. 26 Presentation_ID.scr 13

14 Software Availability Features and Goals Minimal interruption for upgrades Fast route processor switchover NSF (non-stop forwarding) capabilities Line card switchover Reduced route convergence times Increase MTBF 2001, Cisco Systems, Inc. All rights reserved. 27 Software Reliability Conclusion Consider new features gained (time to market) vs time tested (time in the field) 2001, Cisco Systems, Inc. All rights reserved. 28 Presentation_ID.scr 14

15 Link/Carrier Availability 2001, Cisco Systems, Inc. All rights reserved. 29 Carrier Management Understand carrier network Model and understand carrier availability Understand carrier diversity strategy Consider multi-homing to different vendors Monitor carrier availability Enhanced services Utilize carrier SLAs Notification and escalation procedures 2001, Cisco Systems, Inc. All rights reserved. 30 Presentation_ID.scr 15

16 Cable Management Color coding Device card/chassis access Cable labels Path diversity Documentation 2001, Cisco Systems, Inc. All rights reserved. 31 Link/Carrier Availability Conclusions Model carrier availability ROI analysis on redundant services Insurance factor for large outages Usefulness of carrier SLAs Review carrier notification/escalation procedures to reduce repair times Cable management to facilitate problem isolation and equipment swap 2001, Cisco Systems, Inc. All rights reserved. 32 Presentation_ID.scr 16

17 Power/Environment Availability 2001, Cisco Systems, Inc. All rights reserved. 33 Availability Affects of UPS and Generator Raw AC 5 Min UPS 1 Hour UPS UPS w/generator Power Array w/generator Event Outages 15 Events 1 Event.15 Events.01 Events.001 Events Annual Downtime 189 Minutes 109 Minutes 10 Minutes 1 Minute.1 Minute Availability 99.96% % % % % Data assumes staffed 1 hour response for UPS Additional downtime for remote UPS service Source: American Power Conversion, Tech Note # , Cisco Systems, Inc. All rights reserved. 34 Presentation_ID.scr 17

18 Affect of Temperature on Failure Rate Failure rate increases by factor of 1.7 to 2.2 for every 10 o C Normal equipment operating temp up to 40 o C, (104 o F) in standard temperature controlled environment 2001, Cisco Systems, Inc. All rights reserved. 35 Power/Environment Practices for High Availability Power/environment facilities planning and management Power circuit to device mapping and management Remote power management Power facilities auditing/consulting Disaster recovery plan (facilities access) 2001, Cisco Systems, Inc. All rights reserved. 36 Presentation_ID.scr 18

19 Network Design 2001, Cisco Systems, Inc. All rights reserved. 37 Complexity and Manageability Defined modules Repeated templates Backbone Standard configuration Standard hardware Internet Standard software No single points of failure WAN Server User Access 2001, Cisco Systems, Inc. All rights reserved. 38 Presentation_ID.scr 19

20 Consider Control Plane Resources CPU Memory Buffers Backplane utilization Bus utilization Messaging/query storms 2001, Cisco Systems, Inc. All rights reserved. 39 Consider Protocol Attributes Complexity to manage and maintain Convergence properties Hold times Signal overhead 2001, Cisco Systems, Inc. All rights reserved. 40 Presentation_ID.scr 20

21 Network Design Conclusion Reduce complexity, increase modularity and consistency Consider solution manageability Minimize failure domain size (reduce single points of failure) Consider control plane resource requirements and the affect of busy CPU/memory Consider protocol attributes 2001, Cisco Systems, Inc. All rights reserved % of All Outages Are Due to Human Error Based on Carnegie-Mellon Usability Study Operational Errors 40% Network 20% Software Application 40% 2001, Cisco Systems, Inc. All rights reserved. 42 Presentation_ID.scr 21

22 Human Error and Process We Have Met the Enemy and He Is Us - Pogo, Original Earth Day Cartoon 2001, Cisco Systems, Inc. All rights reserved. 43 Network Life-Cycle Management New Solution Planning and Deployment Security Management Plan/ Design Implementation Configuration Management Performance and Capacity Management Operation Fault Management 2001, Cisco Systems, Inc. All rights reserved. 44 Presentation_ID.scr 22

23 Plan Hardware Pre-configure, test prior to upgrade Software Research release notes, defect support, new feature set, and device compatibility Configuration Test prior to deployment Have a back-out plan 2001, Cisco Systems, Inc. All rights reserved. 45 Implementation Make different types of changes one at a time Maker/checker model Understand contingency plan in event of failure Validate the change was successful 2001, Cisco Systems, Inc. All rights reserved. 46 Presentation_ID.scr 23

24 Operations Monitor Identifying change, who, what, when Audit trail Fault notification 2001, Cisco Systems, Inc. All rights reserved. 47 Human Error and Process Conclusion Training training training Process process process Plan plan plan Test test test Label label label Document document document 2001, Cisco Systems, Inc. All rights reserved. 48 Presentation_ID.scr 24

25 Recommendations 2001, Cisco Systems, Inc. All rights reserved. 49 Getting to 4 Nines 4 nines, even with redundancy, will be a challenge if you have any of these problems: Single point of failure (edge card, edge router, single trunk) Outage required for hardware and software upgrades Long recovery time for reboot or switchover No tested hardware spares available on site Long repair times due to a lack of troubleshooting guides Inappropriate environmental conditions 2001, Cisco Systems, Inc. All rights reserved. 50 Presentation_ID.scr 25

26 Getting to 5 Nines Cannot Get to 5 Nines if You Have Any of These Problems: High probability of redundancy failure (Failure not detected redundancy not implemented) High probability of double failures Long convergence time for rerouting traffic around a failed trunk or router in the core 2001, Cisco Systems, Inc. All rights reserved. 51 Long Outages Long outages make the evening news and the wall street journal because they affect people s lives now Long outages cause most DPM especially if they affect a large number of users too Longer outages lead to more and more expensive recovery mechanisms; more short outages are better than fewer long ones for the same DPM Need specific requirements to reduce outage on most common events like upgrades, switchover, trunk failures Reduction in MTTR requires better fault isolation tools, on-site spares, training 2001, Cisco Systems, Inc. All rights reserved. 52 Presentation_ID.scr 26

27 Remember No vendor including Cisco can claim to deliver % available networks by themselves This needs a lot of cooperation from customers DPM measurement program, hot spares, troubleshooting procedures, change control and so on 2001, Cisco Systems, Inc. All rights reserved. 53 References Please attend IPS-211 deploying highly resilient IP networks Other related sessions: Campus and LAN protocols and routing protocols Books "Performance and fault management, Cisco Pr; ISBN: "High availability network fundamentals", Cisco Pr; ISBN: Best practice white papers Carrier Class Availability Services (CCAS) , Cisco Systems, Inc. All rights reserved. 54 Presentation_ID.scr 27

28 Introduction to High Availability Networking Session 2001, Cisco Systems, Inc. All rights reserved. 55 Please Complete Your Evaluation Form Session 2001, Cisco Systems, Inc. All rights reserved. 56 Presentation_ID.scr 28

29 2001, Cisco Systems, Inc. All rights reserved. 57 Presentation_ID.scr 29

NSC _04_2002_c1 2002, Cisco Systems, Inc. All rights reserved. 1

NSC _04_2002_c1 2002, Cisco Systems, Inc. All rights reserved. 1 Building High Availability Networks Session Abstract of Seminar Two hours Introduction to the terminology, basic principles and best practices of building High Availability (HA) networks Advance seminars

More information

High Availability and Redundant Operation

High Availability and Redundant Operation This chapter describes the high availability and redundancy features of the Cisco ASR 9000 Series Routers. Features Overview, page 1 High Availability Router Operations, page 1 Power Supply Redundancy,

More information

High Availability WAN

High Availability WAN High Availability WAN How Cisco IT Achieved a High Availability WAN A Cisco on Cisco Case Study: Inside Cisco IT 1 Overview Challenge: Achieve high availability for CAPNet, Cisco s global backbone WAN

More information

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

Service Level Agreement

Service Level Agreement This ( ) sets forth the specific terms and conditions under which LightEdge Solutions, Inc. ( LightEdge ) shall supply all Managed Services to Customer. The Master Agreement entered into between LightEdge

More information

Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer

Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer Security and Reliability of the SoundBite Platform Andy Gilbert, VP of Operations Ed Gardner, Information Security Officer 2007 SoundBite Communications, Inc. All Rights Reserved. Agenda Scalability Capacity

More information

BC vs. DR vs. HA vs. EM vs. RM vs. CM: is the difference only terminology?

BC vs. DR vs. HA vs. EM vs. RM vs. CM: is the difference only terminology? BC vs. DR vs. HA vs. EM vs. RM vs. CM: is the difference only terminology? Executive Director Business Continuity Services April 1, 2008 2008 Development Company, L.P. The information contained herein

More information

NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software

NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software NEC Express5800 R320f Fault Tolerant Servers & NEC ExpressCluster Software Downtime Challenges and HA/DR Solutions Undergoing Paradigm Shift with IP Causes of Downtime: Cost of Downtime: HA & DR Solutions:

More information

Corporate Profile. Solutions & Services

Corporate Profile. Solutions & Services Phone +65 6664 1000 Fax +65 6664 1009 URL www.eznetsols.com E-Mail info@eznetsols.com Corporate Profile Incorporated in 2003 as a Private Limited company in Singapore, eznetworking Solutions Pte. Ltd.

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Two Analyzing Technical Goals and Tradeoffs Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Technical Goals Scalability Availability Performance Security Manageability

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 Service Offerings... 2 Private Network Services... 2 Ethernet Connectivity... 2 T-1 Connectivity... 3 Other Connectivity... 3 Internet

More information

BUSINESS CONTINUITY: THE PROFIT SCENARIO

BUSINESS CONTINUITY: THE PROFIT SCENARIO WHITE PAPER BUSINESS CONTINUITY: THE PROFIT SCENARIO THE BENEFITS OF A COMPREHENSIVE BUSINESS CONTINUITY STRATEGY FOR INCREASED OPPORTUNITY Organizational data is the DNA of a business it makes your operation

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

Cisco ASR 9000 Series High Availability: Continuous Network Operations

Cisco ASR 9000 Series High Availability: Continuous Network Operations Cisco ASR 9000 Series High Availability: Continuous Network Operations The Challenge of Delivering Continuous Network Operations End users require the network to be up at all times with little to no service

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 General... 2 Levels and Offerings... 2 Private Network Services... 2 Features... 2 Internet Access... 3 Features... 3 Service Level Metrics...

More information

Help your Cisco customers defend against downtime and reduce costs

Help your Cisco customers defend against downtime and reduce costs Help your Cisco customers defend against downtime and reduce costs Why and when to sell Eaton Power Management solutions Incorporating power management with Cisco solutions boosts your sales revenue, while

More information

SQL Server Virtualization 201

SQL Server Virtualization 201 Virtualization 201 Management and Risk Mitigation PASS Virtualization Virtual Chapter 2014.05.15 About David Klee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas

More information

Attachment C Service Level Agreement for WAN and Internet

Attachment C Service Level Agreement for WAN and Internet Attachment C Service Level Agreement for WAN and Internet Overview The Vendor SLA for Owner shall apply to all data transmission and reception on all Vendor provided Owner Wide Area Network (WAN) connectivity,

More information

Version v November 2015

Version v November 2015 Service Description HPE Quality Center Enterprise on Software-as-a-Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Quality Center Enterprise

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar Welcome to Staying Ahead Webinar Migrating to NNMi 1 Footer Goes Here Agenda 1. NNMi features and benefits 2. PSQS / Education offerings around NNMi 3. Q&A 2 Footer Goes Here Streamline your network operations

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

The Art of Network Architecture

The Art of Network Architecture The Art of Network Architecture Russ White Scott Morris Denise Donohue The Art of Network Architecture Intersecting It Driving It Designing It Selling It 3 The Intersection of Business and Technology Why

More information

Network Survivability

Network Survivability Network Survivability Bernard Cousin Outline Introduction to Network Survivability Types of Network Failures Reliability Requirements and Schemes Principles of Network Recovery Performance of Recovery

More information

Unified Communications from West

Unified Communications from West Unified Communications from West We Connect. We Deliver. Transforming the way your business works & improving its performance Delivering world-class service Uniting and deploying business technologies

More information

WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY

WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY Since its early days in the 1990s, the Internet has truly transformed the world. It would be difficult, if not impossible, to find an industry that

More information

Wireless Network Virtualization: Ensuring Carrier Grade Availability

Wireless Network Virtualization: Ensuring Carrier Grade Availability AN INTEL COMPANY Wireless Network Virtualization: Ensuring Carrier Grade Availability WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY The wireless industry s battle to acquire new subscribers

More information

OL Connect Backup licenses

OL Connect Backup licenses OL Connect Backup licenses Contents 2 Introduction 3 What you need to know about application downtime 5 What are my options? 5 Reinstall, reactivate, and rebuild 5 Create a Virtual Machine 5 Run two servers

More information

One Release. One Architecture. One OS. High-Performance Networking for the Enterprise with JUNOS Software

One Release. One Architecture. One OS. High-Performance Networking for the Enterprise with JUNOS Software Solution Brochure High-Performance Networking for the Enterprise with JUNOS Software Using the Network to Achieve Higher Availability, Lower OPEX and Improved Productivity for Your Business Core Branch

More information

Three requirements for reducing performance issues and unplanned downtime in any data center

Three requirements for reducing performance issues and unplanned downtime in any data center Three requirements for reducing performance issues and unplanned downtime in any data center DARRYL FUJITA TECHNICAL SOFTWARE SOLUTIONS SPECIALIST HITACHI DATA SYSTEMS How Big Is The Cost Of Unplanned

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

What is SD WAN and should I know or care about it? Ken LaMere Ecessa

What is SD WAN and should I know or care about it? Ken LaMere Ecessa What is SD WAN and should I know or care about it? Ken LaMere Ecessa Powered by 1 Source International What is SD WAN? 10 Years Ago 7 Years Ago 7 Years Ago 5 Years Ago 5 Years Ago Today Today Market Trends

More information

Overview. Information About High Availability. Send document comments to CHAPTER

Overview. Information About High Availability. Send document comments to CHAPTER CHAPTER 1 Cisco NX-OS is a resilient operating system that is specifically designed for high availability at the network, system, and process level. This chapter describes high availability (HA) concepts

More information

Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System

Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System Dave Dolezilek International Technical Director Schweitzer Engineering Laboratories SEL

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

The Data Protection Rule and Hybrid Cloud Backup

The Data Protection Rule and Hybrid Cloud Backup The 3-2-1 Data Protection Rule and Hybrid Cloud Backup IT teams are under extreme pressure to improve backup, disaster recovery and data protection to eliminate downtime and facilitate digital transformation.

More information

Diverse Connect. Guaranteed connectivity for all your critical applications

Diverse Connect. Guaranteed connectivity for all your critical applications Diverse Connect Guaranteed connectivity for all your critical applications 1 Your business can t afford outages 2 As you migrate more applications and business communications to the cloud, network outages

More information

A Mission Critical Protection Investment That Pays You Back

A Mission Critical Protection Investment That Pays You Back A Mission Critical Protection Investment That Pays You Back By Wade Ettleman and Earl Philmon June 2012 Page 1 of 8 www.cellwatch.com A Mission Critical Protection Investment That Pays You Back Reliable

More information

Application Lifecycle Management on Softwareas-a-Service

Application Lifecycle Management on Softwareas-a-Service Service Description HPE Application Lifecycle Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Application

More information

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers

Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers WHITEPAPER JANUARY 2006 Using Virtualization to Reduce Cost and Improve Manageability of J2EE Application Servers J2EE represents the state of the art for developing component-based multi-tier enterprise

More information

How Managed Service Providers Can Meet Market Growth with Maximum Uptime

How Managed Service Providers Can Meet Market Growth with Maximum Uptime How Managed Service Providers Can Meet Market Growth with Maximum Uptime The managed services provider (MSP) sector is growing rapidly. Reports estimate the market to accumulate over $240 billion by 2021,

More information

BT Connect Networks that think Optical Connect UK

BT Connect Networks that think Optical Connect UK BT Connect Networks that think Optical Connect UK Fast, reliable, secure and affordable Connecting the heart of your organisation Your organisation and its people rely on its applications email, databases,

More information

Cisco Etherswitch Service Modules

Cisco Etherswitch Service Modules . &A Cisco Etherswitch Service Modules Overview Q. What are the Cisco EtherSwitch service modules? A. The Cisco EtherSwitch service modules are integrated switching modules for Cisco routers. These are

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Two Analyzing Technical Goals and Tradeoffs Original slides by Cisco Press & Priscilla Oppenheimer Scalability Availability Performance Accuracy Security Manageability Usability

More information

Schedule to Data Products Service Appendix Service Level Agreement

Schedule to Data Products Service Appendix Service Level Agreement Schedule to Data Products Service Appendix Service Level Agreement This Service Level Agreement (SLA) is a Schedule to the itel Networks Service Appendix (Appendices) for Data Services and is incorporated

More information

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Don Wales, VP, Global Cloud Sales Mariah West, Director, Global Marketing Programs & Operations IT Resilience Protect

More information

Module 4 STORAGE NETWORK BACKUP & RECOVERY

Module 4 STORAGE NETWORK BACKUP & RECOVERY Module 4 STORAGE NETWORK BACKUP & RECOVERY BC Terminology, BC Planning Lifecycle General Conditions for Backup, Recovery Considerations Network Backup, Services Performance Bottlenecks of Network Backup,

More information

A SKY Computers White Paper

A SKY Computers White Paper A SKY Computers White Paper High Application Availability By: Steve Paavola, SKY Computers, Inc. 100000.000 10000.000 1000.000 100.000 10.000 1.000 99.0000% 99.9000% 99.9900% 99.9990% 99.9999% 0.100 0.010

More information

Five Key Considerations for Selecting Cloud Recovery Services

Five Key Considerations for Selecting Cloud Recovery Services Five Key Considerations for Selecting Cloud Recovery Services Looking for a cloud-based solution for backup and recovery? Here are some important things to keep in mind when interviewing providers. By

More information

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility White Paper Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility The Cisco 4000 Series Integrated Services Routers (ISRs) are designed for distributed organizations with

More information

Introduction to Capacity and Performance Management

Introduction to Capacity and Performance Management 1 Introduction to Capacity and Performance Management Session 2 Presentation_ID.scr 1 Agenda Introductions/Goals Capacity Planning Model Capacity Data Collection Tools and Reporting Best Practices for

More information

Configuring StackWise Virtual

Configuring StackWise Virtual Finding Feature Information, page 1 Restrictions for Cisco StackWise Virtual, page 1 Prerequisites for Cisco StackWise Virtual, page 2 Information About Cisco Stackwise Virtual, page 2 Cisco StackWise

More information

Unifying the Distributed Enterprise with MPLS Mesh

Unifying the Distributed Enterprise with MPLS Mesh Unifying the Distributed Enterprise with MPLS Mesh Technical Whitepaper January 2015 Copyright 2015 AireSpring Introduction Today s modern enterprises employ IT technologies that deliver higher value,

More information

Cisco Prime for Enterprise Innovative Network Management

Cisco Prime for Enterprise Innovative Network Management Cisco Prime for Enterprise Innovative Network Management Session ID 1 Agenda Network Management Challenges Cisco Prime for Enterprise Overview Service-Centric Foundation Common Operational Attributes Benefits

More information

Network Resiliency. VoiceCon Fall August John Bartlett. NetForecast. NetForecast, Inc.

Network Resiliency. VoiceCon Fall August John Bartlett. NetForecast. NetForecast, Inc. Network esiliency VoiceCon Fall 2006 24-August-2006 John Bartlett NetForecast, Inc. john@netforecast.com 978-884-6739 Definitions eliable Measure of how well and how long a system will continue to operate

More information

High-Availability Practice of ZTE Cloud-Based Core Network

High-Availability Practice of ZTE Cloud-Based Core Network High-Availability Practice of ZTE Cloud-Based Core Network The Network Function Virtualization (NFV) technology provides telecommunications software functions on the universal COTS servers, for example,

More information

Service Level Agreement Exhibit C

Service Level Agreement Exhibit C Service Level Agreement Exhibit C Our Service Level Agreement ( SLA ) governs the use of all products and services (collectively referred to as the Services ) offered and provided to the Customer. This

More information

To Cluster or Not Cluster Tom Scanlon NEC Solutions America

To Cluster or Not Cluster Tom Scanlon NEC Solutions America To Cluster or Not Cluster Tom Scanlon NEC Solutions America June 25, 2003 NEC Solutions America Agenda The PDC Case Study Availability Defined The Dilemma (to cluster or not) Cluster Application Availability

More information

Disaster Recovery and Mitigation: Is your business prepared when disaster hits?

Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 1 Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 2 Our speaker today: Catherine Roy, Director of PMO at Hosting 15 years Project Management experience At HOSTING since

More information

A Digium Solutions Guide. Switchvox On-Premise Options: Is it Time to Virtualize?

A Digium Solutions Guide. Switchvox On-Premise Options: Is it Time to Virtualize? A Digium Solutions Guide Switchvox On-Premise Options: Is it Time to Virtualize? Businesses of all sizes can now realize the advantages of a fully-featured UC solution, whether it be virtualized, cloud/hosted

More information

Unified Communications Express AM

Unified Communications Express AM Cisco 646-223 Unified Communications Express AM Version: 6.0 QUESTION NO: 1 The IT manager from a prospective client organization explains that their network is overloaded. The network has been in use

More information

Optimizing the Network Edge with Juniper Networks MX Series 3D Universal Edge Router

Optimizing the Network Edge with Juniper Networks MX Series 3D Universal Edge Router Optimizing the Network Edge with Juniper Networks MX Series 3D Universal Edge Router s Executive Summary Service providers are increasingly looking to optimize their network design and reduce operational

More information

v February 2016

v February 2016 Service Description HPE Application Performance Management on Software-as-a- Service v2.1 20 February 2016 This Service Description describes the components and services included in HPE Application Performance

More information

Virtual Switching System

Virtual Switching System Virtual Switching System Q. What is a virtual switching system (VSS)? A. A VSS is network system virtualization technology that pools multiple Cisco Catalyst 6500 Series Switches into one virtual switch,

More information

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications

Downtime Prevention Buyer s Guide. 6 QUESTIONS to help you choose the right availability protection for your applications Downtime Prevention Buyer s Guide 6 QUESTIONS to help you choose the right availability protection for your applications Question 6 questions to help you choose the right availability protection for your

More information

Cloud Service Level Agreement

Cloud Service Level Agreement Cloud Service Level Agreement This Cloud Service Level Agreement is part of your Cloud Terms of Service. 1. DEFINITIONS The following definitions shall apply for purposes of this Cloud Service Level Agreement:

More information

Version v November 2015

Version v November 2015 Service Description HPE Project and Portfolio Management on Software-as-a- Service Version v2.0 26 November 2015 This Service Description describes the components and services included in HPE Project and

More information

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System Ayad Shammout Lead Technical DBA ashammou@caregroup.harvard.edu About Caregroup SQL Server Database Mirroring Selected SQL

More information

Managed IT Services Eliminating technology pains for SMBs

Managed IT Services Eliminating technology pains for SMBs Managed IT Services Eliminating technology pains for SMBs Business growth is often slowed by a lack of proper IT infrastructure. But, having a complete IT department is not a viable solution for most SMBs.

More information

Network Diversity and Survivability:

Network Diversity and Survivability: Network Diversity and Survivability: Five ways to evolve to true diversity WHITE PAPER An Independent Analysis Published on Behalf of Spectrum Enterprise TABLE OF CONTENTS Executive Summary... 2 Different

More information

Cloud Service Level Agreement

Cloud Service Level Agreement Cloud Service Level Agreement This Cloud Service Level Agreement is part of your Cloud Terms of Service. 1. DEFINITIONS The following definitions shall apply for purposes of this Cloud Service Level Agreement:

More information

White Paper. Disaster Recovery in the Cloud

White Paper. Disaster Recovery in the Cloud White Paper Disaster Recovery in the Cloud Disaster Recovery in the Cloud Disaster recovery (DR) is the ability to handle site failures with minimal disruptions to a business. This is an essential capability

More information

T83 - Easing the Deployment of a Converged Plantwide Ethernet (CPwE) Compliant Architecture

T83 - Easing the Deployment of a Converged Plantwide Ethernet (CPwE) Compliant Architecture T83 - Easing the Deployment of a Converged Plantwide Ethernet (CPwE) Compliant Architecture Using Rockwell Automation Pre-Engineered Solutions PUBLIC Copyright 2016 Rockwell Automation, Inc. All Rights

More information

White Paper. How to select a cloud disaster recovery method that meets your requirements.

White Paper. How to select a cloud disaster recovery method that meets your requirements. How to select a cloud disaster recovery method that meets your requirements. VS Table of contents Table of contents Page 2 Executive Summary Page 3 Introduction Page 3 Disaster Recovery Methodologies Page

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

How Redundant Power Supplies Prevent System Downtime

How Redundant Power Supplies Prevent System Downtime How Redundant Power Supplies Prevent System Downtime When designing systems or products that must have a minimum downtime, the system s power source must be carefully selected. When and how to consider

More information

Clustering In A SAN For High Availability

Clustering In A SAN For High Availability Clustering In A SAN For High Availability Steve Dalton, President and CEO Gadzoox Networks September 2002 Agenda What is High Availability? The differences between High Availability, System Availability

More information

Resilience Validation

Resilience Validation Resilience Validation Ramkumar Natarajan & Manager - NFT Cognizant Technology Solutions Abstract With the greater complexities in application and infrastructure landscapes, the risk of failure is ever

More information

Business Resiliency Strategies for the Cloud. Summary Results September 2017

Business Resiliency Strategies for the Cloud. Summary Results September 2017 Business Resiliency Strategies for the Cloud Survey Summary Between May and September, 2017, Gatepoint Research invited selected executives to participate in a survey themed Business Resiliency Strategies

More information

IPMA State of Washington. Disaster Recovery in. State and Local. Governments

IPMA State of Washington. Disaster Recovery in. State and Local. Governments IPMA State of Washington Disaster Recovery in State and Local Governments Disaster by the Numbers Over 70% of agencies had some sort of data loss incident in 2012 Under 5% report that they were able to

More information

Overview. Cisco UCS Manager User Documentation

Overview. Cisco UCS Manager User Documentation Cisco UCS Manager User Documentation, page 1 Infrastructure Management Guide, page 2 Cisco Unified Computing System, page 3 Cisco UCS Building Blocks and Connectivity, page 5 Cisco UCS Manager User Documentation

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ We offer free update service for one year Exam : 640-861 Title : CCDA Cisco Certified Design Associate Vendors : Cisco Version : DEMO Get Latest &

More information

Y O UR BUS I N E SS IS ONL Y A S S TR ON G A S YO U R CONNEC T I O N T HE I M P ORTANCE OF R ELI ABLE CO NNECTIVITY W HAT S IN SIDE:

Y O UR BUS I N E SS IS ONL Y A S S TR ON G A S YO U R CONNEC T I O N T HE I M P ORTANCE OF R ELI ABLE CO NNECTIVITY W HAT S IN SIDE: W H I T E PA P E R C O N N E C T I V I T Y Y O UR BUS I N E SS IS ONL Y A S S TR ON G A S YO U R CONNEC T I O N T HE I M P ORTANCE OF R ELI ABLE CO NNECTIVITY W HAT S IN SIDE: The importance of connectivity

More information

High Availability AU PUBLIC INFORMATION. Allen-Bradley. Copyright 2014 Rockwell Automation, Inc. All Rights Reserved.

High Availability AU PUBLIC INFORMATION. Allen-Bradley. Copyright 2014 Rockwell Automation, Inc. All Rights Reserved. High Availability AU PUBLIC INFORMATION Allen-Bradley Rev 5058-CO900E 2 Agenda Why High Availability? Why is Availability Important? PlantPAx Controller Redundancy Alarms & Events Server Solution Questions

More information

HP NonStop Database Solution

HP NonStop Database Solution CHOICE - CONFIDENCE - CONSISTENCY HP NonStop Database Solution Marco Sansoni, HP NonStop Business Critical Systems 9 ottobre 2012 Agenda Introduction to HP NonStop platform HP NonStop SQL database solution

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

More information

How Does Failover Affect Your SLA? How Does Failover Affect Your SLA?

How Does Failover Affect Your SLA? How Does Failover Affect Your SLA? How Does Failover Affect Your SLA? How Does Failover Affect Your SLA? Dr. Bill Highleyman Dr. Managing Bill Highleyman Editor, Availability Digest Managing HP NonStop Editor, Technical Availability Boot

More information

Introducing Frame Relay

Introducing Frame Relay Frame Relay CCNA 4 Note Much of the information in this presentation comes from the CCNP 2 version 3.0 module on Frame Relay. I find a lot of the information in CCNA 4 module 5 Frame Relay not very well

More information

Troubleshooting Converged Enterprise Networks

Troubleshooting Converged Enterprise Networks Troubleshooting Converged Enterprise Networks VoiceCon San Francisco 2008 Steven Guthrie Director, Product Marketing CA, Inc. Agenda > What I m hearing >What is QoS? > Network and Voice Service Management

More information

Copyright Link Technologies, Inc.

Copyright Link Technologies, Inc. Copyright 2013 -- Link Technologies, Inc. www.linktechs.net 9/19/2013 Mikrotik Certified Trainer / Engineer MikroTik Certified Dude Consultant Consulting Since 1997 Enterprise Class Networks WAN Connectivity

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017)

Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017) Epicor ERP Cloud Services Specification Multi-Tenant and Dedicated Tenant Cloud Services (Updated July 31, 2017) GENERAL TERMS & INFORMATION A. GENERAL TERMS & DEFINITIONS 1. This Services Specification

More information

416 Distributed Systems. Errors and Failures Feb 1, 2016

416 Distributed Systems. Errors and Failures Feb 1, 2016 416 Distributed Systems Errors and Failures Feb 1, 2016 Types of Errors Hard errors: The component is dead. Soft errors: A signal or bit is wrong, but it doesn t mean the component must be faulty Note:

More information

A Guide to Architecting the Active/Active Data Center

A Guide to Architecting the Active/Active Data Center White Paper A Guide to Architecting the Active/Active Data Center 2015 ScaleArc. All Rights Reserved. White Paper The New Imperative: Architecting the Active/Active Data Center Introduction With the average

More information

Juniper Networks M Series and J Series Routers

Juniper Networks M Series and J Series Routers PRODUCT CATEGORY BROCHURE Juniper Networks M Series and J Series Routers Juniper Networks Enterprise Routers New Levels of Security, Availability, Predictable Performance, and Operations Agility for Today

More information

EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER

EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER WHITE PAPER EVERYTHING YOU NEED TO KNOW ABOUT NETWORK FAILOVER Overview Enterprises lose $700 billion from downtime; losses fall into three categories: lost revenue (17%), lost productivity (73%), and

More information

SINGLEstream Link Aggregation Tap (SS-100)

SINGLEstream Link Aggregation Tap (SS-100) SINGLEstream Link Aggregation Tap (SS-00) Optional 3-Unit Rack Mount Datacom Systems SINGLEstream 0/00 Link Aggregation Tap provides a superior solution for 4x7 monitoring of full-duplex Ethernet links.

More information

Juniper Care Plus Advanced Services Credits

Juniper Care Plus Advanced Services Credits Juniper Care Plus Advanced Services Credits Service Overview Today s organizations are under constant pressure to meet dynamic market demands while increasing their return on investment. IT departments

More information

Virtual Server Service

Virtual Server Service ITS Service Level Agreement February 2016 Virtual Server Service What is a Virtual Server? A virtual server (also known as a virtual machine ) is a server that runs on shared physical equipment. Usually,

More information

DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY

DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY WHITEPAPER DATA DOMAIN INVULNERABILITY ARCHITECTURE: ENHANCING DATA INTEGRITY AND RECOVERABILITY A Detailed Review ABSTRACT No single mechanism is sufficient to ensure data integrity in a storage system.

More information

UPS system failure. Cyber crime (DDoS ) Accidential/human error. Water, heat or CRAC failure. W eather related. Generator failure

UPS system failure. Cyber crime (DDoS ) Accidential/human error. Water, heat or CRAC failure. W eather related. Generator failure BEST PRACTICES: LEVERAGING CLOUD AND COLOCATION TO AVOID DOWNTIME Business continuity implementations that address traditional and emerging threats KEY TAKEAWAYS The cost for unplanned downtime has never

More information