Using High Availability Technologies Lesson 12

Size: px
Start display at page:

Download "Using High Availability Technologies Lesson 12"

Transcription

1 Using High Availability Technologies Lesson 12

2 Skills Matrix Technology Skill Objective Domain Objective # Using Virtualization Configure Windows Server Hyper-V and virtual machines 1.3 What Is High Availability? Configure high availability 1.4 Creating a Terminal Server Farm Configure Terminal Services load balancing 2.3

3 High Availability Application servers often provide network users with tools they need to perform their jobs. If a vital server fails, productivity suffers. For that reason, many organizations implement high availability technologies that ensure the continued performance of their server applications. High availability typically takes the form of redundant hardware, software, or data components, which enable an application to continue running despite disasters such as a drive failure, a power outage, or data loss.

4 RAID RAID (Redundant Array of Independent Disks) is one of the most basic and commonly used high availability technologies. A RAID array consists of multiple hard disks, with a controller that enables the array to automatically store redundant copies of data on different drives. RAID implementations come in many forms, ranging from workstation solutions, to server controllers, to stand-alone disk arrays that can connect directly to a computer or a storage area network.

5 Other Redundant Components Other high availability components often found in servers include redundant power supplies, active cooling systems, simultaneous connections to multiple networks, and hot-swappable components that you can replace without shutting down the computer. These are all relatively low-cost solutions that can enable a server to continue running despite a component failure or a service outage. The remainder of this lesson discusses some of the more elaborate high availability technologies that you can use to provide even greater amounts of fault tolerance.

6 Storage Area Networks (SAN) Storage area networks are typically high-end solutions, which enterprise networks use to deploy large amounts of storage and make this storage available to other connected devices. At the highest level, a storage area network (SAN) is simply a network dedicated solely to high-speed connections between servers and storage devices. Instead of installing disk drives into servers or connecting them using a SCSI bus, a SAN consists of one or more drive arrays equipped with network interface adapters, which you connect to your servers using standard twisted pair or fiber optic network cables. A SAN-connected server, therefore, has a minimum of two network adapters, one for the standard LAN connection, and one for the SAN.

7 Storage Area Networks (SAN)

8 Multiple Servers Connected to a SAN

9 Fibre Channel Fibre Channel is a high-speed serial networking technology, originally designed for use with supercomputers but now associated primarily with storage area networking. Fibre Channel is a versatile technology, supporting various network media, transmission speeds, topologies, and upper level protocols. Its primary disadvantage is that it requires specialized hardware that can be extremely expensive.

10 Fibre Channel Media A Fibre Channel network can use a variety of network media. Copper alternatives include video or miniature coaxial cable and, more commonly, shielded twisted pair (STP) with DB-9 or HSSDC (High Speed Serial Data Connection) cable connectors. Fiber optic alternatives include or 50-ohm multimode and 7- or 9-ohm singlemode, all using LC or SC connectors. Because Fibre Channel uses serial instead of parallel signaling, it can span much longer distances than a pure SCSI connection, up to 50 kilometers or more in some cases.

11 Fiber Channel Speeds Transmission speeds for Fibre Channel networks range from 133 Mbps (megabits per second) to 1 Gbps (gigabit per second) for copper cables, and up to 10 Gbps for fiber optic. Maximum speeds depend on the type of cable the network uses, the lengths of the cable segments, and, in the case of fiber optic, the type of laser used to transmit the signals.

12 Fibre Channel Topologies Point-to-point (FC-P2P) Consists of two devices only, directly connected with a single cable. Arbitrated loop (FC-AL) Consists of up to 127 devices, connected in a loop topology, similar to that of a token ring network. The loop can be physical, with each device connected to the next device, or virtual, with each device connected to a hub that implements the loop.

13 Fibre Channel Topologies Switched fabric (FC-SW) Consists of up to 16,777,216 (224) devices, each of which is connected to a Fibre Channel switch. Unlike Ethernet switches, Fibre Channel switches provide redundant paths between the connected devices, forming a topology called a mesh or fabric. If a switch or a connection between switches fails, data can find an alternate path through the fabric to its destination.

14 iscsi iscsi is an alternative storage area networking technology that enables servers and storage devices to exchange SCSI traffic using a standard IP network instead of a dedicated Fibre Channel network. Because iscsi uses a standard IP network for its lower layer functionality, you can use the same cables, network adapters, switches, and routers for a SAN as you would for a LAN or wide area network (WAN), without any modifications.

15 iscsi iscsi communication is based on two elements: Initiators Targets

16 iscsi Initiator Initiates the SCSI communication process. Is a hardware or software device running on a computer that accesses the storage devices on the SAN. On an iscsi network, the initiator takes the place of the host adapter that traditional SCSI implementations use to connect storage devices to a computer. The initiator receives I/O requests from the operating system and sends them, in the form of SCSI commands, to specific storage devices on the SAN. The only difference between an iscsi initiator and a SCSI host adapter is that the initiator packages the SCSI traffic in TCP/IP packets, instead of using the native SCSI protocols.

17 iscsi Target Integrated into a drive array or computer. The target receives SCSI commands from the initiator and passes them to a storage device, which is represented by a logical unit number (LUN). A LUN is essentially an address that SCSI devices use to identify a specific storage resource. A single LUN can represent an entire hard disk, part of a disk, or a slice of a RAID array. Therefore, a single computer or drive array can have many LUNs, represented by multiple targets.

18 isnss After the initiators and targets are in place, the only problem remaining in iscsi communications is how the two locate each other. The Internet Storage Name Service (isns) makes this possible by registering the presence of initiators and targets on a SAN and responding to queries from isns clients. Windows Server 2008 includes an isns implementation as a feature, which can provide the identification service for an entire SAN.

19 isns Components isns server Receives and processes registration requests and queries from clients on the SAN, using the isns database as an information store. isns database Information stored on an isns server that contains data supplied by client registrations. The server retrieves the data to respond to client queries. isns clients Component in iscsi initiators and targets that registers information about itself with an isns server and sends queries to the server for information about other clients. isns Protocol (isnsp) Protocol used for all registration and query traffic between isns servers and clients.

20 Windows Server 2008 with SANs Windows Server 2008 includes several components that enable the computer to interact with devices on a SAN, as follows: iscsi Initiator Establishes connections with iscsi targets on the SAN. Internet Storage Name Server Registers and locates iscsi initiators and targets. Storage Manager for SANs Enables administrators to manage storage devices on Fibre Channel or iscsi SANs that are compatible with the Virtual Disk Service (VDS) using a standardized interface. Storage Explorer Enables administrators to view and manage the devices on Fibre Channel or iscsi SANs.

21 Installing Internet Storage Name Server

22 iscsi Initiator

23 Add isns Server and Add Target Portal Dialog Boxes

24 Target Tab of iscsi Initiator Properties Sheet

25 Advanced Settings Dialog Box

26 Storage Manager for SANs Console

27 Creating LUNS using Storage Manager for SANs

28 Displaying Subsystem Information

29 Displaying Drive Information

30 Storage Explorer

31 Configuring iscsi Initiator in Storage Explorer

32 Clustering Servers Server clustering can perform two services on an enterprise network. In addition to providing fault tolerance in the event of a server failure, it can provide network load balancing for busy applications.

33 Clustering Servers The ultimate in fault tolerance, however, is to have entire servers that are redundant, so that if anything goes wrong with one computer, another one can take its place almost immediately. In Windows Server 2008, this is known as a failover cluster. When a Web server or other application becomes overwhelmed by a large volume of users, you can deploy multiple identical servers, also known as a server farm, and distribute the user traffic evenly among the computers using Network Load Balancing clusters.

34 Failover Cluster Requirements Duplicate servers Shared storage Redundant network connections

35 Validating a Failover Cluster Configuration

36 Validate a Configuration Wizard

37 Select Servers or a Cluster Page

38 Testing Options Page

39 Confirmation page

40 Summary Page

41 Failover Cluster Validation Report

42 Create Cluster Wizard

43 Select Servers Page

44 Access Point for Administering the Cluster Page

45 Confirmation Page

46 Newly Created Cluster in the Failover Clusters Management Console

47 Cluster Failover After you create the cluster, you can use the Failover Cluster Management console to specify the applications the cluster will manage. If a server fails, the applications you select are immediately executed on another server to keep them available to clients at all times.

48 Network Load Balancing (NLB) Network load balancing (NLB) differs from failover clustering because its primary function is not fault tolerance, but rather more efficient support of heavy user traffic. In network load balancing, all of the servers in the cluster are operational and service clients. The NLB cluster is a logical entity with its own name and IP address. Clients connect to the cluster, rather than the individual servers. The cluster distributes the incoming requests evenly among its component servers.

49 Load Balancing Terminal Servers Windows Server 2008 also supports the use of network load balancing for terminal servers. For any organization with more than a few Terminal Services clients, multiple terminal servers are required. Network load balancing can ensure that the client sessions are distributed evenly among the servers.

50 Deploying Terminal Services with NLB The process of deploying Terminal Services with network load balancing consists of two parts: Creating a terminal server farm. Creating a network load balancing cluster.

51 Terminal Services Configuration Console

52 TS Session Broker Tab

53 Completed TS Session Broker

54 Group Policy Settings for TS Session Broker

55 DNS Round-Robin Under normal circumstances, the DNS server always resolves a given name into the same IP address, thereby causing all terminal services clients to connect initially to the same terminal server. To prevent performance problems, Microsoft recommends the use of a secondary load balancing mechanism to distribute the initial connection attempts among the various terminal servers. The most common way to do this is to use the DNS round-robin technique.

56 Virtualization Virtualization enables administrators to deploy server roles on separate virtual machines that run on a single computer. This enables each role to operate within its own protected environment.

57 Virtualization The process of deploying and maintaining multiple instances of an operating system, called virtual machines (VMs), on a single computer. Each virtual machine contains a completely separate copy of the operating system with its own virtual hardware resources, device drivers, and applications. To the network, each virtual machine looks like a separate computer with its own name and IP address. As a result, you are not combining the security risks of multiple roles in a single operating system instance. You update each instance of the operating system separately.

58 Virtualization Architectures Virtualization products can use several different architectures that enable them to share a computer s hardware resources among several virtual machines.

59 VMM with Hypervisor

60 Hyper-V While Microsoft has designed Hyper-V to be a role included with the Windows Server 2008 operating system, Hyper-V is not included in the initial Windows Server 2008 release. Instead, Microsoft provides it as a separate download that adds the Hyper-V role to the operating system.

61 Hyper-V Hyper-V is a Windows Server 2008 role like any other, which you can install using the Server Manager console. Hyper-V has hardware and licensing requirements that go beyond those for the Windows Server 2008 operating system. In practice, the technology will largely be limited to enterprise deployments that are willing to make a substantial hardware investment in virtualization technology.

62 Hyper-V Requirements Hyper-V is included in the Windows Server 2008 Standard, Enterprise, and Datacenter products, but only in the 64-bit versions, for computers with x64 processors. There will be no Hyper-V support for computers with 32-bit x86 processors. In addition, the hypervisor requires a processor with hardware support for virtualization, which limits the use of Hyper-V to computers with processors that have a virtualization extension, as well as chipset and BIOS support for virtualization. Intel has named their virtualization extension VT, while AMD calls theirs AMD-V.

63 Hyper-V Licensing In addition to the specialized hardware requirements for Hyper-V, Microsoft has added a licensing requirement. For licensing purposes, Microsoft refers to each virtual machine that you create on a Hyper-V server as a virtual instance. Each Windows Server 2008 version includes a set number of virtual instances; you must purchase licenses to create additional ones.

64 Hyper-V Manager Console

65 Settings Configuring Interface

66 Summary High availability typically takes the form of redundant hardware, software, or data components that enable an application to continue running even if a disaster occurs. A storage area network (SAN) is a network dedicated solely to high-speed connections between servers and storage devices.

67 Summary Fibre Channel is a high-speed serial networking technology that was originally designed for use with supercomputers, but which is now associated primarily with storage area networking. iscsi is an alternative storage area networking technology that enables servers and storage devices to exchange SCSI traffic using a standard IP network instead of a dedicated Fibre Channel network.

68 Summary An iscsi initiator is a hardware or software device running on a computer that accesses the storage devices on the SAN. The other half of the iscsi equation is the iscsi target that receives SCSI commands from the initiator and passes them to a storage device, represented by a logical unit number (LUN).

69 Summary The Internet Storage Name Service (isns) registers the presence of initiators and targets on a SAN and responds to queries from isns clients.

70 Summary Storage Manager for SANs can manage only storage devices that include support for the Microsoft Virtual Disk Service. The storage device manufacturer must supply a software component called a VDS hardware provider, which you install on the computer that will manage the device.

71 Summary Storage Explorer is an MMC console that provides information about SAN resources and enables administrators to perform a variety of management tasks. The ultimate in fault tolerance is to have entire servers that are redundant so that if anything goes wrong with one computer, another one can take its place almost immediately. In Windows Server 2008, this is known as a failover cluster.

72 Summary Network load balancing (NLB) differs from failover clustering because its primary function is not fault tolerance, but rather more efficient support of heavy user traffic. In a failover cluster, only one server is running the protected application at any given time. In network load balancing, all of the servers in the cluster are operational and service clients.

73 Summary The Terminal Services role includes the TS Session Broker role service, which maintains a database of client sessions and enables a disconnected client to reconnect to the same terminal server.

74 Summary Hyper-V is a new server role that provides hypervisor-based virtualization on 64-bit Windows Server 2008 computers. This enables the administrator to create multiple virtual machines on a single physical computer, each of which runs a separate operating system.

Network Design. Yiannos Mylonas

Network Design. Yiannos Mylonas Network Design Yiannos Mylonas Physical Topologies There are two parts to the topology definition: the physical topology, which is the actual layout of the wire (media), and the logical topology, which

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Microsoft Hyper-V Server 2008 R2 Getting Started Guide

Microsoft Hyper-V Server 2008 R2 Getting Started Guide Microsoft Hyper-V Server 2008 R2 Getting Started Guide Microsoft Corporation Published: July 2009 Abstract This guide helps you get started with Microsoft Hyper-V Server 2008 R2 by providing information

More information

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Why SAN? Business demands have created the following challenges for storage solutions: Highly available and easily

More information

Local-Area Network -LAN

Local-Area Network -LAN Computer Networks A group of two or more computer systems linked together. There are many [types] of computer networks: Peer To Peer (workgroups) The computers are connected by a network, however, there

More information

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements...

More information

Storage Area Network

Storage Area Network Storage Area Network 2007 Infortrend Technology, Inc. All rights Reserved. Table of Contents Introduction...3 SAN Fabric...4 Advantages of SAN Solution...4 Fibre Channel SAN vs. IP SAN...4 Fibre Channel

More information

NETWORKING TECHNOLOGIES

NETWORKING TECHNOLOGIES NETWORKING TECHNOLOGIES (October 19, 2015) BUS3500 - Abdou Illia, Fall 2015 1 LEARNING GOALS Identify the major hardware components in networks. Identify and explain the various types of computer networks.

More information

Backup Exec 9.1 for Windows Servers. SAN Shared Storage Option

Backup Exec 9.1 for Windows Servers. SAN Shared Storage Option WHITE PAPER Optimized Performance for SAN Environments Backup Exec 9.1 for Windows Servers SAN Shared Storage Option 11/20/2003 1 TABLE OF CONTENTS Executive Summary...3 Product Highlights...3 Approaches

More information

Network Storage AN ALCATEL EXECUTIVE BRIEF

Network Storage AN ALCATEL EXECUTIVE BRIEF AN ALCATEL EXECUTIVE BRIEF July, 2002 Table of contents 1. Introduction.....................................................................2 2. Network Attached Storage..........................................................2

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

Configuring Windows Server Clusters

Configuring Windows Server Clusters Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed

More information

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Windows 6.1 February 2014 Symantec Storage Foundation and High Availability Solutions

More information

Optimizing Large Arrays with StoneFly Storage Concentrators

Optimizing Large Arrays with StoneFly Storage Concentrators Optimizing Large Arrays with StoneFly Storage Concentrators All trademark names are the property of their respective companies. This publication contains opinions of which are subject to change from time

More information

High Availability Server Clustering Solutions

High Availability Server Clustering Solutions White Paper High vailability Server Clustering Solutions Extending the benefits of technology into the server arena Intel in Communications Contents Executive Summary 3 Extending Protection to Storage

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Network Topologies. Network Topologies

Network Topologies. Network Topologies Network Topologies LANs and WANs - Geographical coverage LANs A single geographical location, such as office building, school, etc Typically High speed and cheaper. WANs Spans more than one geographical

More information

Chapter 13 Selected Storage Systems and Interface

Chapter 13 Selected Storage Systems and Interface Chapter 13 Selected Storage Systems and Interface Chapter 13 Objectives Appreciate the role of enterprise storage as a distinct architectural entity. Expand upon basic I/O concepts to include storage protocols.

More information

ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server

ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server ITKwebcollege.ADMIN-Basics Fundamentals of Microsoft Windows Server Inhalte Teil 01 Network Architecture Standards Network Components and Terminology Network Architecture Network Media Access Control Methods

More information

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2.

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. What are the different types of virtualization? Explain

More information

VERITAS Backup Exec 9.0 for Windows Servers

VERITAS Backup Exec 9.0 for Windows Servers WHITE PAPER Data Protection Solutions for Network Attached Storage VERITAS Backup Exec 9.0 for Windows Servers VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Background...3 Why Use a NAS

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

Storage Solutions Overview. Benefits of iscsi Implementation. Abstract

Storage Solutions Overview. Benefits of iscsi Implementation. Abstract Storage Solutions Overview Benefits of iscsi Implementation Aberdeen LLC. Charles D. Jansen Published: December 2004 Abstract As storage demands continue to increase and become more complex, businesses

More information

SCSI vs. Fibre Channel White Paper

SCSI vs. Fibre Channel White Paper SCSI vs. Fibre Channel White Paper 08/27/99 SCSI vs. Fibre Channel Over the past decades, computer s industry has seen radical change in key components. Limitations in speed, bandwidth, and distance have

More information

SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS. Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it

SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS. Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it SECURITY SUMMIT 06/06/2013 Roma STORAGE FORENSICS Litiano Piccin (NCDA-NCIE/SAN) litiano@studiopiccin.it 1. Introduction: SAN vs NAS. 2. SAN. 3. NAS. 4. SNAPSHOT. 5. Data Acquisition. INTRODUCTION STORAGE:

More information

Local Area Networks (LANs) Blueprint (May 2012 Release)

Local Area Networks (LANs) Blueprint (May 2012 Release) Local Area Networks (LANs) The CCNT Local Area Networks (LANs) Course April 2012 release blueprint lists the following information. Courseware Availability Date identifies the availability date for the

More information

Fibre Channel Overview of the Technology. Early History and Fibre Channel Standards Development

Fibre Channel Overview of the Technology. Early History and Fibre Channel Standards Development Fibre Channel Overview from the Internet Page 1 of 11 Fibre Channel Overview of the Technology Early History and Fibre Channel Standards Development Interoperability and Storage Storage Devices and Systems

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V R2. A Dell Technical White Paper

Dell High Availability Solutions Guide for Microsoft Hyper-V R2. A Dell Technical White Paper Dell High Availability Solutions Guide for Microsoft Hyper-V R2 A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOPERATING SYSTEMS ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Fibre Channel over Ethernet in the Data Center: An Introduction

Fibre Channel over Ethernet in the Data Center: An Introduction Fibre Channel over Ethernet in the Data Center: An Introduction Introduction Fibre Channel over Ethernet (FCoE) is a newly proposed standard that is being developed by INCITS T11. The FCoE protocol specification

More information

Implementing Storage Concentrator FailOver Clusters

Implementing Storage Concentrator FailOver Clusters Implementing Concentrator FailOver Clusters Technical Brief All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc. which are subject to

More information

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking

Traditionally, a typical SAN topology uses fibre channel switch wiring while a typical NAS topology uses TCP/IP protocol over common networking Network Storage for Business Continuity and Disaster Recovery and Home Media White Paper Abstract Network storage is a complex IT discipline that includes a multitude of concepts and technologies, like

More information

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps

ADSL or Asymmetric Digital Subscriber Line. Backbone. Bandwidth. Bit. Bits Per Second or bps ADSL or Asymmetric Digital Subscriber Line Backbone Bandwidth Bit Commonly called DSL. Technology and equipment that allow high-speed communication across standard copper telephone wires. This can include

More information

IP SAN Best Practices

IP SAN Best Practices IP SAN Best Practices A Dell Technical White Paper PowerVault MD3200i Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

How To Design A Data Center

How To Design A Data Center Data Center Design & Virtualization Md. Jahangir Hossain Open Communication Limited jahangir@open.com.bd Objectives Data Center Architecture Data Center Standard Data Center Design Model Application Design

More information

Installing Hortonworks Sandbox on Hyper-V

Installing Hortonworks Sandbox on Hyper-V Installing Hortonworks Sandbox on Hyper-V Getting Ready to install on Windows using Hyper-V Use this section to prepare for your installation. Pre-Requisites Ensure that you have installed and enabled

More information

Chapter 8: Computer Networking. AIMS The aim of this chapter is to give a brief introduction to computer networking.

Chapter 8: Computer Networking. AIMS The aim of this chapter is to give a brief introduction to computer networking. Chapter 8: Computer Networking AIMS The aim of this chapter is to give a brief introduction to computer networking. OBJECTIVES At the end of this chapter you should be able to: Explain the following terms:

More information

Copyright 2002 Concord Communications, Inc. Network Health is a registered trademark of Concord Communications, Inc. Concord, the Concord logo,

Copyright 2002 Concord Communications, Inc. Network Health is a registered trademark of Concord Communications, Inc. Concord, the Concord logo, $Q2YHUYLHZRI6WRUDJH$UHD1HWZRUNLQJ7HFKQRORJ\ 6$1VYHUVXVFKDQQHOWHFKQRORJLHV6$1FRPSRQHQWV)LEUH &KDQQHO6$1DOWHUQDWLYHV6$1VROXWLRQVWRLQGXVWU\SUREOHPV DQG6$1PDQDJHPHQWXVLQJH+HDOWK,QWURGXFWLRQWR 6WRUDJH$UHD 1HWZRUNLQJ

More information

Customer Education Services Course Overview

Customer Education Services Course Overview Customer Education Services Course Overview Accelerated SAN Essentials (UC434S) This five-day course provides a comprehensive and accelerated understanding of SAN technologies and concepts. Students will

More information

Advanced Network Services Teaming

Advanced Network Services Teaming Advanced Network Services Teaming Advanced Network Services (ANS) Teaming, a feature of the Advanced Network Services component, lets you take advantage of multiple adapters in a system by grouping them

More information

Redundancy in enterprise storage networks using dual-domain SAS configurations

Redundancy in enterprise storage networks using dual-domain SAS configurations Redundancy in enterprise storage networks using dual-domain SAS configurations technology brief Abstract... 2 Introduction... 2 Why dual-domain SAS is important... 2 Single SAS domain... 3 Dual-domain

More information

Optimizing Infrastructure Support For Storage Area Networks

Optimizing Infrastructure Support For Storage Area Networks Optimizing Infrastructure Support For Storage Area Networks December 2008 Optimizing infrastructure support for Storage Area Networks Mission critical IT systems increasingly rely on the ability to handle

More information

Open-E Data Storage Software and Intel Modular Server a certified virtualization solution

Open-E Data Storage Software and Intel Modular Server a certified virtualization solution Open-E Data Storage Software and Intel Modular Server a certified virtualization solution Contents 1. New challenges for SME IT environments 2. Open-E DSS V6 and Intel Modular Server: the ideal virtualization

More information

The proliferation of the raw processing

The proliferation of the raw processing TECHNOLOGY CONNECTED Advances with System Area Network Speeds Data Transfer between Servers with A new network switch technology is targeted to answer the phenomenal demands on intercommunication transfer

More information

Building a Highly Available and Scalable Web Farm

Building a Highly Available and Scalable Web Farm Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer

More information

How To Design A Data Centre

How To Design A Data Centre DATA CENTRE TECHNOLOGIES & SERVICES RE-Solution Data Ltd Reach Recruit Resolve Refine 170 Greenford Road Harrow Middlesex HA1 3QX T +44 (0) 8450 031323 EXECUTIVE SUMMARY The purpose of a data centre is

More information

Storage Area Network Configurations for RA8000/ESA12000 on Windows NT Intel

Storage Area Network Configurations for RA8000/ESA12000 on Windows NT Intel Storage Area Network Configurations for RA8000/ESA12000 on Application Note AA-RHH6B-TE Visit Our Web Site for the Latest Information At Compaq we are continually making additions to our storage solutions

More information

Improving Application Performance, Scalability, and Availability using Microsoft Windows Server 2008 and NLB with Sanbolic Melio FS and SAN Storage

Improving Application Performance, Scalability, and Availability using Microsoft Windows Server 2008 and NLB with Sanbolic Melio FS and SAN Storage Improving Application Performance, Scalability, and Availability using Microsoft Windows Server 2008 and NLB with Sanbolic Melio FS and SAN Storage (A step-by-step guide) www.sanbolic.com Software to Simplify

More information

Fibre Channel HBA and VM Migration

Fibre Channel HBA and VM Migration Fibre Channel HBA and VM Migration Guide for Hyper-V and System Center VMM2008 FC0054605-00 A Fibre Channel HBA and VM Migration Guide for Hyper-V and System Center VMM2008 S Information furnished in this

More information

White Paper Easy-attach Storage. Easy-attach Storage Making SAN Affordable

White Paper Easy-attach Storage. Easy-attach Storage Making SAN Affordable White Paper Easy-attach Storage Easy-attach Storage Making SAN Affordable Contents Storage On Overload... 2 Storage Basics... 3 Direct Attached Storage (DAS)... 3 Network Attached Storage (NAS)... 3 Storage

More information

Using Multipathing Technology to Achieve a High Availability Solution

Using Multipathing Technology to Achieve a High Availability Solution Using Multipathing Technology to Achieve a High Availability Solution Table of Contents Introduction...3 Multipathing Technology...3 Multipathing I/O Implementations...5 Storage Redundancy...5 Infortrend

More information

Fiber Distributed Data Interface

Fiber Distributed Data Interface CHPTER 8 Chapter Goals Provide background information about FDDI technology. Explain how FDDI works. Describe the differences between FDDI and Copper Distributed Data Interface (CDDI). Describe how CDDI

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Volume Replication INSTALATION GUIDE. Open-E Data Storage Server (DSS )

Volume Replication INSTALATION GUIDE. Open-E Data Storage Server (DSS ) Open-E Data Storage Server (DSS ) Volume Replication INSTALATION GUIDE Enterprise-class Volume Replication helps ensure non-stop access to critical business data. Open-E DSS Volume Replication Open-E Data

More information

EUCIP - IT Administrator. Module 3 LAN and Network Services. Version 2.0

EUCIP - IT Administrator. Module 3 LAN and Network Services. Version 2.0 EUCIP - IT Administrator Module 3 LAN and Network Services Version 2.0 Module 3 Goals Module 3 Module 3, Local Area Network and Network Services, requires the candidate to be familiar with the procedure

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Introduction to MPIO, MCS, Trunking, and LACP

Introduction to MPIO, MCS, Trunking, and LACP Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the

More information

Contingency Planning and Disaster Recovery

Contingency Planning and Disaster Recovery Contingency Planning and Disaster Recovery Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

Video Surveillance Storage and Verint Nextiva NetApp Video Surveillance Storage Solution

Video Surveillance Storage and Verint Nextiva NetApp Video Surveillance Storage Solution Technical Report Video Surveillance Storage and Verint Nextiva NetApp Video Surveillance Storage Solution Joel W. King, NetApp September 2012 TR-4110 TABLE OF CONTENTS 1 Executive Summary... 3 1.1 Overview...

More information

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series

Best Practice of Server Virtualization Using Qsan SAN Storage System. F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Best Practice of Server Virtualization Using Qsan SAN Storage System F300Q / F400Q / F600Q Series P300Q / P400Q / P500Q / P600Q Series Version 1.0 July 2011 Copyright Copyright@2011, Qsan Technology, Inc.

More information

1. Name of Course: Windows Server 2008 Applications Infrastructure, Configuring

1. Name of Course: Windows Server 2008 Applications Infrastructure, Configuring ITMC 2077 Course Syllabus 1. Name of Course: Windows Server 2008 Applications Infrastructure, Configuring 2. Number of Clock Hours: 48 3. Course Description: This course focuses on Windows Server 2008

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

NetApp E-Series Storage Systems

NetApp E-Series Storage Systems NetApp E-Series Storage Systems Hardware Cabling Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION

IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION IT-AD08: ADD ON DIPLOMA IN COMPUTER NETWORK DESIGN AND INSTALLATION Objective of the course: This course is designed to impart professional training to the students of computer Science, computer applications,

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

I/O Virtualization The Next Virtualization Frontier

I/O Virtualization The Next Virtualization Frontier I/O Virtualization The Next Virtualization Frontier Dennis Martin President Demartek Demartek Company Overview Industry analysis with on-site test lab Lab includes servers, networking and storage infrastructure

More information

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

John Ragan Director of Product Management. Billy Wise Communications Specialist

John Ragan Director of Product Management. Billy Wise Communications Specialist John Ragan Director of Product Management Billy Wise Communications Specialist Current Substation Communications Physical Infrastructure Twisted Pair, 4 Wire, COAX, Cat5 & Cat6, 9 Pin Serial Cable, Single-mode

More information

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk Poster Companion Reference: Hyper-V Virtual Machine Mobility Live Migration Without Shared Storage Storage Migration Live Migration with SMB Shared Storage Live Migration with Failover Clusters Copyright

More information

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper Handling Hyper-V In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper How to Make Hyper-V Virtual Machines

More information

Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led

Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led Course Description Get hands-on instruction and practice provisioning your storage requirements and meeting your high availability

More information

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server

Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server Best Practices Guide: Network Convergence with Emulex LP21000 CNA & VMware ESX Server How to deploy Converged Networking with VMware ESX Server 3.5 Using Emulex FCoE Technology Table of Contents Introduction...

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007.

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007. Overview of Network Hardware and Software CS158a Chris Pollett Jan 29, 2007. Outline Scales of Networks Protocol Hierarchies Scales of Networks Last day, we talked about broadcast versus point-to-point

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

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

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

More information

Computer Organization & Architecture Lecture #19

Computer Organization & Architecture Lecture #19 Computer Organization & Architecture Lecture #19 Input/Output The computer system s I/O architecture is its interface to the outside world. This architecture is designed to provide a systematic means of

More information

Computer Networks Vs. Distributed Systems

Computer Networks Vs. Distributed Systems Computer Networks Vs. Distributed Systems Computer Networks: A computer network is an interconnected collection of autonomous computers able to exchange information. A computer network usually require

More information

Storage Networking Foundations Certification Workshop

Storage Networking Foundations Certification Workshop Storage Networking Foundations Certification Workshop Duration: 2 Days Type: Lecture Course Description / Overview / Expected Outcome A group of students was asked recently to define a "SAN." Some replies

More information

Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies

Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies Page 1 Storage Area Networks (SANs) and iscsi Protocol An Introduction to New Storage Technologies Introduction This paper explains the concepts of Storage Area Network or SAN, iscsi technology and how

More information

EVOLUTION OF NETWORKED STORAGE

EVOLUTION OF NETWORKED STORAGE EVOLUTION OF NETWORKED STORAGE Sonika Jindal 1, Richa Jindal 2, Rajni 3 1 Lecturer, Deptt of CSE, Shaheed Bhagat Singh College of Engg & Technology, Ferozepur. sonika_manoj@yahoo.com 2 Lecturer, Deptt

More information

The UC Berkeley-LBL HIPPI Networking Environment

The UC Berkeley-LBL HIPPI Networking Environment The UC Berkeley-LBL HIPPI Networking Environment Bruce A. Mah bmah@tenet.berkeley.edu The Tenet Group Computer Science Division University of California at Berkeley and International Computer Science Institute

More information

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V

Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Virtualizing Microsoft SQL Server 2008 on the Hitachi Adaptable Modular Storage 2000 Family Using Microsoft Hyper-V Implementation Guide By Eduardo Freitas and Ryan Sokolowski February 2010 Summary Deploying

More information

Patriot Hardware and Systems Software Requirements

Patriot Hardware and Systems Software Requirements Patriot Hardware and Systems Software Requirements Patriot is designed and written for Microsoft Windows. As a result, it is a stable and consistent Windows application. Patriot is suitable for deployment

More information

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology

I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology I/O Virtualization Using Mellanox InfiniBand And Channel I/O Virtualization (CIOV) Technology Reduce I/O cost and power by 40 50% Reduce I/O real estate needs in blade servers through consolidation Maintain

More information

Lesson 5. Managing Devices. Learning Objectives. ODN Skills

Lesson 5. Managing Devices. Learning Objectives. ODN Skills Lesson 5 Managing Devices Learning Objectives Students will learn to: Connect Plug-and-Play Devices Connect and Disconnect Printers Install Third-Party Software for Devices Understand Disk Types Understand

More information

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled

How To Set Up A Two Node Hyperv Cluster With Failover Clustering And Cluster Shared Volume (Csv) Enabled Getting Started with Hyper-V and the Scale Computing Cluster Scale Computing 5225 Exploration Drive Indianapolis, IN, 46241 Contents Contents CHAPTER 1 Introduction to Hyper-V: BEFORE YOU START. vii Revision

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

EMC Virtual Infrastructure for Microsoft SQL Server

EMC Virtual Infrastructure for Microsoft SQL Server Microsoft SQL Server Enabled by EMC Celerra and Microsoft Hyper-V Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication is accurate

More information

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX White Paper MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX Abstract This white paper highlights EMC s Hyper-V scalability test in which one of the largest Hyper-V environments in the world was created.

More information

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server

More information

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF High Speed Ethernet Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF Hubs and Switches Hubs and Switches Shared Medium Hub The total capacity in the shared medium hub configuration (figure

More information

Networks. The two main network types are: Peer networks

Networks. The two main network types are: Peer networks Networks Networking is all about sharing information and resources. Computers connected to a network can avail of many facilities not available to standalone computers: Share a printer or a plotter among

More information

Scalable Windows Storage Server File Serving Clusters Using Melio File System and DFS

Scalable Windows Storage Server File Serving Clusters Using Melio File System and DFS Scalable Windows Storage Server File Serving Clusters Using Melio File System and DFS Step-by-step Configuration Guide Table of Contents Scalable File Serving Clusters Using Windows Storage Server Using

More information

Local Area Networks. Guest Instructor Elaine Wong. Elaine_06_I-1

Local Area Networks. Guest Instructor Elaine Wong. Elaine_06_I-1 Local Area Networks Guest Instructor Elaine Wong Elaine_06_I-1 Outline Introduction to Local Area Networks (LANs) Network architecture Geographical area LAN applications LAN Technologies Ethernet Fiber

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center

The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The WestNet Advantage: -- Textbooks, ebooks, ecourses -- Instructor Resourse Center -- Student Resource Center The entire cost of the program is funded by the textbook, ebook or ecourse purchase by your

More information

Parallels. Clustering in Virtuozzo-Based Systems

Parallels. Clustering in Virtuozzo-Based Systems Parallels Clustering in Virtuozzo-Based Systems (c) 1999-2008 2 C HAPTER 1 This document provides general information on clustering in Virtuozzo-based systems. You will learn what clustering scenarios

More information

und http://www.it-pruefungen.de/

und http://www.it-pruefungen.de/ -Echte und Originale Prüfungsfragen und Antworten aus Testcenter -Machen Sie sich fit für Ihre berufliche Zukunft! http://www.it-pruefungen.de/ Prüfungsnummer : 70-693 Prüfungsname fungsname:windows Server

More information

Cisco Network Performance Evaluation Using Packet Tracer

Cisco Network Performance Evaluation Using Packet Tracer Cisco Network Performance Evaluation Using Packet Tracer doi: 10.17932/ IAU.IJEMME.m.21460604.2015.5/1.905-911 Muhammet Emin KAMİLOĞLU 1 Abstract In this study, a wide area network designed and simulated.

More information