Cisco Wide Area File Services La centralizzazione dei File Services

Size: px
Start display at page:

Download "Cisco Wide Area File Services La centralizzazione dei File Services"

Transcription

1 Cisco Wide Area File Services La centralizzazione dei File Services Vimercate, 17 Maggio 2005 Andrea Verri Consulting Systems Engineer Cisco Systems Session Number 1

2 WAFS Solution Overview 2

3 The Business Drivers Data Protection Centrally Protect Branch Office Data Branch Consolidation Consolidate File & Print Servers File Access & Sharing Near-LAN File Access Performance Enabling Branch Infrastructure Consolidation 3

4 Typical Enterprise Branch Office Regional Office IT IT Backup NAS DAS DAS Backup NAS DAS DAS Files Files IT Wide Area Network NAS SAN IT Backup NAS DAS DAS Files Files Remote Office Data Center Islands of Storage 4

5 Cisco WAFS Solution Branch Office Regional Office IT IT Backup Backup NAS DAS DAS WAFS Central Manager NAS DAS DAS Files Files Files (Web-based) Edge FE Edge FE Files IT Admin Core FE NAS SAN IT Wide Area Network Backup Files Edge FE Files Data Center Cluster NAS DAS DAS Files Remote Office Wide Area File Services 5

6 Concept: Centralized File Services Provision file services in branch via central file server Eliminate the need for branch office file servers Extend file services for desktops (.PST, My Documents) Transparency and Simplicity Black box appliance, Zero-branch management Users/apps see standard Network Drive Integrated in IT Infrastructure Central configuration and monitoring 6

7 The Challenges Challenge #1: Providing ubiquitous access to reliable information to employees regardless of location Challenge #2: Centrally manage and host web, applications, media, file servers and storage infrastructure with high performance, reliable access Challenge #3: Overcome network-induced bottlenecks to application performance Link Latency Application Protocol Chattiness Limited bandwidth and need for bandwidth control TCP Issues with High BDP Networks, Congestion Control and Packet Drops Fast, reliable access to centrally hosted Applications, Content and Storage from remote locations across the WAN 7

8 The Challenges Performance is key: near-lan response time Latency is the major problem in CIFS apps Over 1000 CIFS messages on Microsoft Word 1MB File Save 40% signaling messages Synchronous client waits for response before continuing More bandwidth does not solve the problem Enhance utilization of existing bandwidth But cannot compromise on: Correctness: compliance with protocol semantics Data assurance: No data loss or corruption Security: authentication and authorization Scalability: Support thousands remote sites Reliability & HA: Minimize service interruption at branch 8

9 CIFS The Latency Problem 9

10 WAFS Solution Only small fraction with WAN delay 10

11 Cisco File Engine Performance Word - Time to Open Word - Time to Save Native WAN Cisco FE Native LAN Native WAN Cisco FE Native LAN MB Word File (sec) Excel - Time to Open Excel - Time to Save Native WAN Cisco FE Native LAN Native WAN Cisco FE Native LAN MB Excel File (sec) Network Link T1, 80ms latency Cisco File Engine shows 4x to 9x faster performance vs. the WAN, and similar performance to the LAN for typical operations on Microsoft Windows Office applications 11

12 Cisco File Engine Fast Performance Segment data & Metadata Caching Protocol Specific Latency Reduction WAN transport-level optimizations Policy-based Preposition Complete Data Integrity Native end-to-end CIFS/NFS Support Global Locking & Coherency Validate on Open, Flush on Close Unsurpassed Reliability CoreServer Clustering Watchdog, Heartbeat, SNMP Alerts Transactional Cache for Recovery Enterprise-Class Solution Scalability, performance, availability Web Based central management Print Services, SW Distribution 12

13 Cisco WAFS Architecture Session Number 13

14 WAFS Architecture Overview Central Manager IT Admin (Web-based) XML/HTTP Windows Client Windows File Server Storage Array Unix/Linux File Server DATA CENTER Std. TCP/IP Wide Area Network LAN NAS LAN SAN CIFS NFS Unix/Linux Client BRANCH OFFICE Full CIFS implementation Proprietary WAN protocol 14

15 WAFS Deployment Concepts No Proprietary Agents on clients or servers Using standard protocols CIFS & NFS Edge File Engine appears as std. File Server on the LAN All File & Print AAA delegated to relevant Authorities NT4 Domain Controller, Microsoft Active Directory, NIS Stateless, Active-Active Clustering at the Core 15

16 WAFS is a CIFS/NFS WAN Adaptation Layer 17

17 Architecture Highlights CIFS Performance via Caching and WAN acceleration WAFS handles most (nearly 90%) CIFS ops with local response Eliminates most latency overhead Frees scarce bandwidth resources Faster than any WAN acceleration WAN Optimizations Pre-position, read-ahead, pipelining, compression End-to-end CIFS support Compliance: All Windows/CIFS semantics supportable Correctness: Coherency, Concurrency, Assurance Centralized authorization and authentication Transparent Integration with Windows Networking 18

18 Data Read-Write Caching CIFS Segment-based No need to wait for whole file to be fetched before serving Read-ahead triggered on sequential access (configurable) Random access apps never bring whole file ( explorer ) On Writes: only updated segments propagate to server Write-back (asynchronous) caching Small writes buffered in Edge FE, pipelined in transport Masking the impact of WAN latency Full BW utilization Continuously streaming data back to server 19

19 Meta-Data and Protocol Caching CIFS Safe and effective caching of file attributes During file access During browse/search, even when file data is not cached Cache redundant protocol commands Batch and issue composite commands Operation Sequence Prediction/Reduction Predict lock sequence and reduce round-trips MS RPC caching Supports CIFS over NetBIOS Legacy Support Supports redirection of Native CIFS clients 20

20 Example of Optimizations CIFS Operation MS Office mix: Frequency of operations Category WAFS QUERY_FILE_INFO 19.6% meta-data read cacheable QUERY_PATH_INFO 5.3% meta-data read cacheable FIND_FIRST2 1.1% meta-data read cacheable Check Directory 0.8% meta-data read cacheable Trans 0.2% meta-data read cacheable Find Next 0.8% meta-data read cacheable QUERY_FS_INFO 0.5% meta-data read cacheable READ 46.0% data read cacheable LOCK/UNLOCK (cacheable) 2.7% signaling cacheable NT_Create_AndX (Open) 3.0% signaling cacheable Total Cachable 80% WRITE 12.2% data write asynchrounous SET_FILE_INFO 2.2% meta-data write asynchrounous Close (non-dirty) 1.7% meta-data asynchrounous 96% of all messages handled locally Total asynchronous 16% Session Setup AndX 0.6% session not cacheable Tree Connect AndX 0.4% session not cacheable Tree Disconnect 0.4% session not cacheable Logoff AndX 0.3% session not cacheable Close (dirty) 1.1% meta-data write not cacheable Delete 0.3% meta-data write not cacheable Flush 0.1% meta-data write not cacheable LOCK/UNLOCK (not cacheable) 0.7% signaling not cacheable Total not cacheable 4% Total 100% MS RPC 3-5% signaling cacheable 21

21 Performance Summary Graph CIFS Microsoft Office Applications Performance Response Time (Sec) ActStor 1.544Mbps LAN WAN 1.544Mbps ActaStor256K WAN 256k Latency(ms) 22

22 Protocol Correctness CIFS Flush-on-close ensures all data safely in File server Supports quota restrictions and disk-full scenarios Byte-range Locks and Open share modes propagate to file server, ensuring global consistency in file access Validation model and flush-on-close ensure coherency in file access 23

23 Authentication & Authorization CIFS Transparent Authentication/Authorization Authentication done at the Core Pass-through session log-on Supports NTLM, Kerberos & Future Enhancements Authorization done at the Core Pass-through Open file operation delegated to File Server Zero User Administration No privileged user at Core FE No new users/permissions at the edge 24

24 Read-Write Caching NFS Edge FE acts as a NFSv2 Server File site limit ( <2GB) Packet size limit (8KB) Max number of shares limited by packet size Synchronized Metadata and File data Age-based Revalidation Meta-data updates both locally and remotely Unlike CIFS, Write-back caching not supported yet nfs-clients often perform their own write-back caching Cache negative responses Full NFS Coherency and Locking, within site boundaries Multi-level Coherency Symbolic links fully supported Hard-links treated as File Instances 25

25 Authentication & Authorization NFS Client is responsible of Authentication & Authorization UID/GID Mapping capabilities GID/UID of user josh in site A, to GID/UID of user josh in site B (i.e., go by the user name, not GID/UID) All users/groups in site A map to a single GID/UID in site B Accommodate NFS Server Root Squash Zero User Administration No privileged user at Core FE No new users/permissions at the edge 26

26 Design for Scalability and Reliability Core Engine: Offloaded WAFS Core Engine and File Server Most reads handled at cache Core mostly handles updated (write) segments Stateless Core Engine lends to safe Clustering Linear scale up with clustering and load balancing Edge: WCCP (Future) Support for clustering and bypass Integrated with DFS Failover 27

27 WAFS CIFS Integration Example Edge FE exports file server as std. servers on the LAN Exported File Server shares visible in Network Neighborhood Naming options: Prefix/suffix, name aliases Global Naming via Microsoft DFS WAFS 3.0 : Transparent CIFS Proxy (WCCP, Layer 4 Switching) Windows Client CIFS File Server Name: Pluto \\Pluto\Demo Core Core FE Core FE Name: Core FE Name: CFE1 Name: CFE1 Name: Core1 Core1 Edge Edge FE FE Name: Name: Br1Cache Br1Cache \\BR1-Pluto\Demo Data Center Branch1 29

28 WAN Transport Optimization Pipelining for effective bandwidth utilization Persistent Connection Prioritized Message Queue Order preserving operations per client Asynchronous (buffered) writes Overcomes delays due to clients doing small writes Buffer large enough to cover BDP size Read ahead large buffers, and rest of file Segment Level LZ Compression Multiplexing over multiple sockets Dynamic socket allocation - efficiency Accommodate High Packet Loss Accommodate TCP delays and overhead WAFS QoS: prioritize WAFS messages Flow control to avoid overflow at Core/Edge Bandwidth control to avoid link saturation (Configurable Bandwidth Throttling) 31

29 Pre-Position Scheduled distribution from center to branches Content & Destination Selection Regular-expression content selection Flexible destination selection (single, group, all) Flexible operation Time Window (e.g., 9pm 6am) Space limits Efficient Transfer Only missing blocks, changed files 32

30 Windows Print Services Works with any Printer Uses RAW mode Client does the rendering Print Services + Queue Management Web-based GUI Windows Wizards Job control and Status Monitoring Print Server Configuration: Basic network parameters (IP addr, Name, etc.) Queue Definition and ACLs Client Driver Uploads supports Click n Print Standard Windows wizards for printer settings and accessories 33

31 File Engine Management Web-based Centralized Control & Monitoring Centrally configure & monitor all gateway or groups of gateways Comprehensive statistics and reporting, SNMP Automatic central upgrade 34

32 Edge File Engine Statistics Pattern Regularity 35

33 Cisco WAFS Reliability and Availability Session Number 37

34 Core - Reliability and Availability Simple N+1 Stateless Core Clustering Stateless Core w/ simple failover with NO loss of performance Will operate when network disconnected Cluster over WAN is supported No Core FE s wish-list for Edge FE s (planned) 38

35 Edge - Reliability and Availability Edge FE Persistent, Transactional, Recoverable cache Watchdog process Clustering/Failover via DFS Journaling File System Hardware redundancy RAID support Disconnected operation Masks intermittent disconnects (90 sec retry) Clean transition to no-service on long disconnects Edge FE supports Windows Offline Folders Clients automatically reestablish connection Warm-start Capabilities Re-use existing cached data Recovery from failures Rollback uncommitted transactions Remove corrupted data Sync with Meta-data Revalidate cached resources 39

36 WAFS File Engine Scalability Edge FE Scalability Determined by user activity, avg. file size, bandwidth Criteria: set limit on max response times Knowledge workers Multiple Edge FEs per site via DFS or WCCP (Future) Core FE Scalability Determined by Edge FE load, bandwidth Edge FE per Core FE Clustering provides near linear scale up 40

37 Client and Edge FE Reliability If FE fail Client will be remapped to a new FE if DFS or WCCP -or- Client will fail to operate on the file like a local disk went down Remember the working file is in the Client Application buffer No real data loss If WAN link will fail WAFS guarantees 90 secs for flapping links For more that 90 secs like FE fail 41

38 ACNS & WAFS Solutions Web & Video Services File & Print Services ACNS Web App. Acceleration Intranet Portal Enterprise App. Acceleration Web Caching HTTP HTTPS FTP TFTP DNS Secure Content Management Business Video elearning Corp Communications POS Video Display MMS RTSP Web App Policy Enforcement Access Control Secure Internet/Intranet Proxy WAFS Branch Infrastructure Consolidation File & Print Server Consolidation Edge Data Protection File Access & Distribution CIFS/NFS 42

39 Customer Benefits Lower TCO: File & print servers and tape backup consolidated. Extend Data Center NAS/SAN infrastructure to the branch Branch Data Protection: Master copies of files stored in data center and centrally managed & protected Reduced IT administration: Centrally manage file services such as user quota, backups, access control, security policies, restores etc. Global Data Access: Centralized file storage with near-local LAN edge access performance enables distributed collaboration Cisco Global Support & Service Clear ROI 43

40 Cisco WAFS Summary Data Protection Branch Consolidation File Access & Sharing Wide Area File Services (WAFS) Enables Customers to Realize: Fast ROI through reduced OpEx and CapEx Achieve IT & Legal Compliance objectives to protect branch data Greater Productivity 44

41 2003, 2004 Cisco Systems, Inc. All rights reserved. 45

Symbols INDEX > 12-14

Symbols INDEX > 12-14 INDEX Symbols > 12-14 A AAA accounting configuring 6-32 AAA-based management systems 2-25, 6-2 acceleration about 1-6, 12-1 features 1-6 TCP settings 12-17 accounts creating 7-3 creation process 7-2 deleting

More information

Introduction to Cisco WAAS

Introduction to Cisco WAAS 1 CHAPTER This chapter provides an overview of the Cisco WAAS solution and describes the main features that enable WAAS to overcome the most common challenges in transporting data over a wide area network.

More information

CIFS Acceleration Techniques

CIFS Acceleration Techniques CIFS Acceleration Techniques How to improve SMB traffic Plan Introduction Before Acceleration CIFS Acceleration Overview CIFS Acceleration Methods CIFS Acceleration Experience Platforms Q & A 2 Introduction

More information

WAN Application Infrastructure Fueling Storage Networks

WAN Application Infrastructure Fueling Storage Networks WAN Application Infrastructure Fueling Storage Networks Andrea Chiaffitelli, AT&T Ian Perez-Ponce, Cisco SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Vendor: Riverstone. Exam Code: Exam Name: Riverbed Certified Solutions Associate. Version: Demo

Vendor: Riverstone. Exam Code: Exam Name: Riverbed Certified Solutions Associate. Version: Demo Vendor: Riverstone Exam Code: 101-01 Exam Name: Riverbed Certified Solutions Associate Version: Demo QUESTION 1 What factors should you use when measuring resources to help you size your Steelhead appliances?

More information

WINNER 2007 WINNER 2008 WINNER 2009 WINNER 2010

WINNER 2007 WINNER 2008 WINNER 2009 WINNER 2010 2010 2009 2008 2007 WINNER 2007 WINNER 2008 WINNER 2009 WINNER 2010 DATA SHEET VIRTUAL ACCELERATOR Six Reasons to say Yes to Expand 1. Comprehensive Whether the WAN is used to connect file servers, email

More information

Talon FAST User Guide. Date Version Author Comments. November 15, Jaap van Duijvenbode Final Release

Talon FAST User Guide. Date Version Author Comments. November 15, Jaap van Duijvenbode Final Release Talon FAST 2.0.1 User Guide Date Version Author Comments November 15, 2012 2.0.1 Jaap van Duijvenbode Final Release 1 TABLE OF CONTENTS Talon FAST 2.0.1 User Guide... 1 Table of Contents... 2 1. Introduction

More information

Virtual WAN Optimization Controllers

Virtual WAN Optimization Controllers Virtual WAN Optimization Controllers vwan Virtual WAN Optimization Controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination of application, network and protocol

More information

Configuring WAFS. About File Services CHAPTER

Configuring WAFS. About File Services CHAPTER 11 CHAPTER This chapter describes how to configure Wide Area File Services (WAFS), which allows branch office users to more efficiently access data stored at centralized data centers. The WAFS feature

More information

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management Solution Overview Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management What You Will Learn Companies are challenged with conflicting requirements to consolidate costly

More information

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

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

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

More information

CIFS Acceleration. BoF Discussion Topic. Led by Mark Rabinovich Architect, Visuality Systems, Israel

CIFS Acceleration. BoF Discussion Topic. Led by Mark Rabinovich Architect, Visuality Systems, Israel BoF Discussion Topic CIFS Acceleration Led by Mark Rabinovich Architect, Visuality Systems, Israel Discussion Agenda Introduction Some CIFS drawbacks When CIFS acceleration comes on How can we improve

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

Improve Web Application Performance with Zend Platform

Improve Web Application Performance with Zend Platform Improve Web Application Performance with Zend Platform Shahar Evron Zend Sr. PHP Specialist Copyright 2007, Zend Technologies Inc. Agenda Benchmark Setup Comprehensive Performance Multilayered Caching

More information

Chapter 11: Implementing File Systems

Chapter 11: Implementing File Systems Chapter 11: Implementing File Systems Operating System Concepts 99h Edition DM510-14 Chapter 11: Implementing File Systems File-System Structure File-System Implementation Directory Implementation Allocation

More information

Virtual WAN Optimization Controllers

Virtual WAN Optimization Controllers acel E RA VA DATAS HEET Virtual WAN Optimization Controllers acelera VA Virtual WAN Optimization Controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination

More information

The Role of WAN Optimization in Cloud Infrastructures. Josh Tseng, Riverbed

The Role of WAN Optimization in Cloud Infrastructures. Josh Tseng, Riverbed The Role of WAN Optimization in Cloud Infrastructures Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Configuring and Managing WAAS Legacy Print Services

Configuring and Managing WAAS Legacy Print Services 13 CHAPTER Configuring and Managing WAAS Legacy Print Services This chapter describes how to configure and manage the WAAS legacy print services feature that allows WAEs to function as print servers in

More information

OPERATING SYSTEM. Chapter 12: File System Implementation

OPERATING SYSTEM. Chapter 12: File System Implementation OPERATING SYSTEM Chapter 12: File System Implementation Chapter 12: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management

More information

Configuring and Managing WAAS Print Services

Configuring and Managing WAAS Print Services 13 CHAPTER This chapter describes how to configure and manage the WAAS print services feature that allows Edge WAEs to function as print servers in your branch offices. Note Throughout this chapter, the

More information

Why WAN accelerators (still) matter? Andrea Dainese Data Center Engineer

Why WAN accelerators (still) matter? Andrea Dainese Data Center Engineer Why WAN accelerators (still) matter? Data Center Engineer Presentation Data Center Engineer @ Cerved Group SpA Red Hat RHCE VMware VCP-DCV NetApp NCIE-SAN Cisco CCIE Who is Andrea Dainese Cisco Architecture

More information

New Cisco 2800 And 3800 Series Integrated Services Router Wan Optimization Bundles

New Cisco 2800 And 3800 Series Integrated Services Router Wan Optimization Bundles Q&A New Cisco 2800 And 3800 Series Integrated Wan Optimization Bundles Q. What are the components of the new Cisco 2800 and 3800 series integrated services router WAN optimization bundles? A. There are

More information

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group WHITE PAPER: BEST PRACTICES Sizing and Scalability Recommendations for Symantec Rev 2.2 Symantec Enterprise Security Solutions Group White Paper: Symantec Best Practices Contents Introduction... 4 The

More information

Optimize and Accelerate Your Mission- Critical Applications across the WAN

Optimize and Accelerate Your Mission- Critical Applications across the WAN BIG IP WAN Optimization Module DATASHEET What s Inside: 1 Key Benefits 2 BIG-IP WAN Optimization Infrastructure 3 Data Optimization Across the WAN 4 TCP Optimization 4 Application Protocol Optimization

More information

The Future of Application Acceleration

The Future of Application Acceleration The Future of Application Acceleration Juniper Networks WX/WXC Application Acceleration Platforms 1 Conflict in the Distributed Enterprise Business Objectives Reduce costs Increase productivity Ensure

More information

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public

Data Protection for Cisco HyperFlex with Veeam Availability Suite. Solution Overview Cisco Public Data Protection for Cisco HyperFlex with Veeam Availability Suite 1 2017 2017 Cisco Cisco and/or and/or its affiliates. its affiliates. All rights All rights reserved. reserved. Highlights Is Cisco compatible

More information

Features. HDX WAN optimization. QoS

Features. HDX WAN optimization. QoS May 2013 Citrix CloudBridge Accelerates, controls and optimizes applications to all locations: datacenter, branch offices, public and private clouds and mobile users Citrix CloudBridge provides a unified

More information

Chapter 12: File System Implementation

Chapter 12: File System Implementation Chapter 12: File System Implementation Chapter 12: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management Efficiency

More information

EMC Celerra CNS with CLARiiON Storage

EMC Celerra CNS with CLARiiON Storage DATA SHEET EMC Celerra CNS with CLARiiON Storage Reach new heights of availability and scalability with EMC Celerra Clustered Network Server (CNS) and CLARiiON storage Consolidating and sharing information

More information

Configuring WMT Streaming Media Services on Standalone Content Engines

Configuring WMT Streaming Media Services on Standalone Content Engines CHAPTER 9 Configuring WMT Streaming Media Services on Standalone Content Engines This chapter provides an overview of the Windows Media Technologies (WMT) streaming and caching services, and describes

More information

It s Time for WAN Optimization to Evolve to Meet the Needs of File Collaboration

It s Time for WAN Optimization to Evolve to Meet the Needs of File Collaboration It s Time for WAN Optimization to Evolve to Meet the Needs of File Collaboration By Zeus Kerravala, Founder and Principal Analyst with ZK Research Contents Introduction: Effective File Collaboration Is

More information

Seven Criteria for a Sound Investment in WAN Optimization

Seven Criteria for a Sound Investment in WAN Optimization Seven Criteria for a Sound Investment in WAN Optimization Introduction WAN optimization technology brings three important business benefits to IT organizations: Reduces branch office infrastructure costs

More information

FUJITSU Software Interstage Information Integrator V11

FUJITSU Software Interstage Information Integrator V11 FUJITSU Software V11 An Innovative WAN optimization solution to bring out maximum network performance October, 2013 Fujitsu Limited Contents Overview Key technologies Supported network characteristics

More information

Configuring Traffic Interception

Configuring Traffic Interception 4 CHAPTER This chapter describes the WAAS software support for intercepting all TCP traffic in an IP-based network, based on the IP and TCP header information, and redirecting the traffic to wide area

More information

WAN Optimization Controllers

WAN Optimization Controllers WA N SE RIES DATASHEET Optimization Controllers Series optimization controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination of application, network and

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Chapter 10: File System Implementation

Chapter 10: File System Implementation Chapter 10: File System Implementation Chapter 10: File System Implementation File-System Structure" File-System Implementation " Directory Implementation" Allocation Methods" Free-Space Management " Efficiency

More information

Deployment Scenarios for Standalone Content Engines

Deployment Scenarios for Standalone Content Engines CHAPTER 3 Deployment Scenarios for Standalone Content Engines This chapter introduces some sample scenarios for deploying standalone Content Engines in enterprise and service provider environments. This

More information

Monitoring and Reporting for an ONTAP Account

Monitoring and Reporting for an ONTAP Account This chapter contains the following sections: About, page 1 About Disks, page 2 Managing Filers, page 3 Managing Virtual Machines, page 3 Managing Interfaces, page 6 Managing IP Spaces, page 7 Managing

More information

OPERATING SYSTEMS II DPL. ING. CIPRIAN PUNGILĂ, PHD.

OPERATING SYSTEMS II DPL. ING. CIPRIAN PUNGILĂ, PHD. OPERATING SYSTEMS II DPL. ING. CIPRIAN PUNGILĂ, PHD. File System Implementation FILES. DIRECTORIES (FOLDERS). FILE SYSTEM PROTECTION. B I B L I O G R A P H Y 1. S I L B E R S C H AT Z, G A L V I N, A N

More information

Microsoft Internet Security & Acceleration Server Overview

Microsoft Internet Security & Acceleration Server Overview Microsoft Internet Security & Acceleration Server 2006 Overview 1 What is ISA Server 2006? Three Deployment Scenarios Making Exchange, SharePoint and Web application servers available for secure remote

More information

DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT

DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT A Dell Technology White Paper Version 1.0 THIS TECHNOLOGY WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

WAN Optimization Controllers

WAN Optimization Controllers acel E RA DATAS HEET WAN Optimization Controllers acelera WAN optimization controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination of application, network

More information

Connect, Optimize, Accelerate. Enterprise Application Delivery Platform (Cisco WAAS)

Connect, Optimize, Accelerate. Enterprise Application Delivery Platform (Cisco WAAS) Riyadh, Saudi Arabia February 2013 Connect, Optimize, Accelerate. Enterprise Application Delivery Platform (Cisco WAAS) Mahmoud Ahmed Consulting Systems Engineer Emerging markets Comparison of WAN Costs

More information

NFSv4 as the Building Block for Fault Tolerant Applications

NFSv4 as the Building Block for Fault Tolerant Applications NFSv4 as the Building Block for Fault Tolerant Applications Alexandros Batsakis Overview Goal: To provide support for recoverability and application fault tolerance through the NFSv4 file system Motivation:

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

From an open storage solution to a clustered NAS appliance

From an open storage solution to a clustered NAS appliance From an open storage solution to a clustered NAS appliance Dr.-Ing. Jens-Peter Akelbein Manager Storage Systems Architecture IBM Deutschland R&D GmbH 1 IBM SONAS Overview Enterprise class network attached

More information

WAN Optimization Controllers

WAN Optimization Controllers SERIES DATASHEET Optimization Controllers Series optimization controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination of application, network and protocol

More information

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide V 3. 8 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeBPR XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS

More information

Cisco Wide Area Application Services (WAAS) Mobile

Cisco Wide Area Application Services (WAAS) Mobile Cisco Wide Area Application Services (WAAS) Mobile Product Overview Cisco Wide Area Application Services (WAAS) Mobile extends Cisco WAAS Software application acceleration benefits to mobile employees

More information

Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management

Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management IBM Spectrum Protect Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management Document version 1.4 Dominic Müller-Wicke IBM Spectrum Protect Development Nils Haustein EMEA Storage

More information

IBM Active Cloud Engine centralized data protection

IBM Active Cloud Engine centralized data protection IBM Active Cloud Engine centralized data protection Best practices guide Sanjay Sudam IBM Systems and Technology Group ISV Enablement December 2013 Copyright IBM Corporation, 2013 Table of contents Abstract...

More information

Rio-2 Hybrid Backup Server

Rio-2 Hybrid Backup Server A Revolution in Data Storage for Today s Enterprise March 2018 Notices This white paper provides information about the as of the date of issue of the white paper. Processes and general practices are subject

More information

CMB-207-1I Citrix Desktop Virtualization Fast Track

CMB-207-1I Citrix Desktop Virtualization Fast Track Page1 CMB-207-1I Citrix Desktop Virtualization Fast Track This fast-paced course covers select content from training courses CXA-206: Citrix XenApp 6.5 Administration and CXD-202: Citrix XenDesktop 5 Administration

More information

Chapter 12: File System Implementation. Operating System Concepts 9 th Edition

Chapter 12: File System Implementation. Operating System Concepts 9 th Edition Chapter 12: File System Implementation Silberschatz, Galvin and Gagne 2013 Chapter 12: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods

More information

In the following chapter two most common WAFS architectures are presented and the most common and simple set of used techniques is shown.

In the following chapter two most common WAFS architectures are presented and the most common and simple set of used techniques is shown. Structure: 1. Motivation a. Preview With appearing and developing of the Internet, spreading over the world for many enterprises became possible. Enterprises have a possibility to open branch offices that

More information

Cisco Wide Area Application Services and Cisco Nexus Family Switches: Enable the Intelligent Data Center

Cisco Wide Area Application Services and Cisco Nexus Family Switches: Enable the Intelligent Data Center Cisco Wide Area Application Services and Cisco Nexus Family Switches: Enable the Intelligent Data Center What You Will Learn IT departments are facing increasing pressure to accommodate numerous changing

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER

DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER DEPLOYMENT GUIDE DEPLOYING F5 WITH ORACLE ACCESS MANAGER Table of Contents Table of Contents Introducing the F5 and Oracle Access Manager configuration Prerequisites and configuration notes... 1 Configuration

More information

Cisco Wide Area Application Services Upgrade Guide

Cisco Wide Area Application Services Upgrade Guide Cisco Wide Area Application Services Upgrade Guide Published: May 27, 2010 Software Version 4.1 This document describes how to upgrade Cisco Wide Area Application Services (WAAS) from software release

More information

Chapter 12: File System Implementation

Chapter 12: File System Implementation Chapter 12: File System Implementation Silberschatz, Galvin and Gagne 2013 Chapter 12: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods

More information

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.3 Configuring SMB File Sharing H16899 REV 01 Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information in

More information

Distributed Filesystem

Distributed Filesystem Distributed Filesystem 1 How do we get data to the workers? NAS Compute Nodes SAN 2 Distributing Code! Don t move data to workers move workers to the data! - Store data on the local disks of nodes in the

More information

Network-attached storage (NAS) is an

Network-attached storage (NAS) is an Chapter 7 Network-Attached Storage Network-attached storage (NAS) is an KEY CONCEPTS IP-based file-sharing device attached to a local area network. NAS provides the NAS Device advantages of server consolidation

More information

Configuring Caching Services

Configuring Caching Services CHAPTER 8 This chapter describes how to configure conventional caching services (HTTP, FTP [FTP-over-HTTP caching and native FTP caching], HTTPS, and DNS caching) for centrally managed Content Engines.

More information

Implementation Guide - VPN Network with Static Routing

Implementation Guide - VPN Network with Static Routing Implementation Guide - VPN Network with Static Routing This guide contains advanced topics and concepts. Follow the links in each section for step-by-step instructions on how to configure the following

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

Optimizing and Managing File Storage in Windows Environments

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

More information

Distributed Systems Optimization

Distributed Systems Optimization Distributed Systems Optimization A Technology Primer A Riverbed Technology, Inc. White Paper 2004, Riverbed Technology, Inc. 1 DSO White Paper 1.0 INTRODUCTION - DISTRIBUTED SYSTEMS OPTIMIZATION (DSO)...

More information

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration Executive Summary Commvault Simpana software delivers the unparalleled advantages and benefits of a truly holistic approach to data management. It is one product that contains individually licensable modules

More information

File Services. File Services at a Glance

File Services. File Services at a Glance File Services High-performance workgroup and Internet file sharing for Mac, Windows, and Linux clients. Features Native file services for Mac, Windows, and Linux clients Comprehensive file services using

More information

Dell Fluid File System Version 6.0 Support Matrix

Dell Fluid File System Version 6.0 Support Matrix Dell Fluid File System Version 6.0 Support Matrix Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Box Competitive Sheet January 2014

Box Competitive Sheet January 2014 This document is a comparison of file sharing and collaboration capabilities offered by Soonr Workplace and Box. Narrative is provided when there is no direct comparison between the capabilities or when

More information

A GPFS Primer October 2005

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

More information

Symantec Backup Exec Blueprints

Symantec Backup Exec Blueprints Symantec Backup Exec Blueprints Blueprint for Large Installations Backup Exec Technical Services Backup & Recovery Technical Education Services Symantec Backup Exec Blueprints 1 Symantec Backup Exec Blueprints

More information

Enterprise Content Networking System

Enterprise Content Networking System Enterprise Content Networking System How Cisco IT Deployed Content Networking to Improve Application Performance and Security A Cisco on Cisco Case Study: Inside Cisco IT 1 Overview Challenge Consolidate

More information

Chapter 2 CommVault Data Management Concepts

Chapter 2 CommVault Data Management Concepts Chapter 2 CommVault Data Management Concepts 10 - CommVault Data Management Concepts The Simpana product suite offers a wide range of features and options to provide great flexibility in configuring and

More information

IOPStor: Storage Made Easy. Key Business Features. Key Business Solutions. IOPStor IOP5BI50T Network Attached Storage (NAS) Page 1 of 5

IOPStor: Storage Made Easy. Key Business Features. Key Business Solutions. IOPStor IOP5BI50T Network Attached Storage (NAS) Page 1 of 5 IOPStor: Storage Made Easy Application data, virtual images, client files, email, the types of data central to running a successful business can seem endless. With IOPStor you finally have an advanced

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Calabrio Recording Services. Deployment Guide for Cisco MediaSense

Calabrio Recording Services. Deployment Guide for Cisco MediaSense Calabrio Recording Services Deployment Guide for Cisco MediaSense Version First Published: September 30, 2014 Last Updated: June 3, 2014 Calabrio and Calabrio ONE are registered trademarks and the Calabrio

More information

SONAS Best Practices and options for CIFS Scalability

SONAS Best Practices and options for CIFS Scalability COMMON INTERNET FILE SYSTEM (CIFS) FILE SERVING...2 MAXIMUM NUMBER OF ACTIVE CONCURRENT CIFS CONNECTIONS...2 SONAS SYSTEM CONFIGURATION...4 SONAS Best Practices and options for CIFS Scalability A guide

More information

Week 12: File System Implementation

Week 12: File System Implementation Week 12: File System Implementation Sherif Khattab http://www.cs.pitt.edu/~skhattab/cs1550 (slides are from Silberschatz, Galvin and Gagne 2013) Outline File-System Structure File-System Implementation

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

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

More information

Planning Your WAAS Network

Planning Your WAAS Network 2 CHAPTER Before you set up your Wide Area Application Services (WAAS) network, there are general guidelines to consider and some restrictions and limitations you should be aware of if you are migrating

More information

EMC DATA DOMAIN OPERATING SYSTEM

EMC DATA DOMAIN OPERATING SYSTEM EMC DATA DOMAIN OPERATING SYSTEM Powering EMC Protection Storage ESSENTIALS High-Speed, Scalable Deduplication Up to 31 TB/hr performance Reduces requirements for backup storage by 10 to 30x and archive

More information

Acceleration Systems Technical Overview. September 2014, v1.4

Acceleration Systems Technical Overview. September 2014, v1.4 Acceleration Systems Technical Overview September 2014, v1.4 Acceleration Systems 2014 Table of Contents 3 Background 3 Cloud-Based Bandwidth Optimization 4 Optimizations 5 Protocol Optimization 5 CIFS

More information

Connect the Appliance to a Cisco Cloud Web Security Proxy

Connect the Appliance to a Cisco Cloud Web Security Proxy Connect the Appliance to a Cisco Cloud Web Security Proxy This chapter contains the following sections: How to Configure and Use Features in Cloud Connector Mode, on page 1 Deployment in Cloud Connector

More information

Load Balancing Technology White Paper

Load Balancing Technology White Paper Load Balancing Technology White Paper Keywords: Server, gateway, link, load balancing, SLB, LLB Abstract: This document describes the background, implementation, and operating mechanism of the load balancing

More information

DELL EQUALLOGIC FS7500 INTEGRATION WITHIN A LINUX ENVIRONMENT

DELL EQUALLOGIC FS7500 INTEGRATION WITHIN A LINUX ENVIRONMENT DELL EQUALLOGIC FS7500 INTEGRATION WITHIN A LINUX ENVIRONMENT A Dell Technology White Paper Version 1.2 THIS TECHNOLOGY WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS

More information

The File Systems Evolution. Christian Bandulet, Sun Microsystems

The File Systems Evolution. Christian Bandulet, Sun Microsystems The s Evolution Christian Bandulet, Sun Microsystems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in presentations

More information

IT-Symposium WAN Accelerators. Overview HP(Riverbed) and CISCO. Wilfried Gross Eva Heinold

IT-Symposium WAN Accelerators. Overview HP(Riverbed) and CISCO. Wilfried Gross Eva Heinold WAN Accelerators Overview HP(Riverbed) and CISCO Wilfried Gross wigross@cisco.com, Eva Heinold eva@scheinold.de Agenda Why Wan Accelerators? How does CISCO WAAS work? How does Riverbed WDS work? How to

More information

Scale and secure workloads, cost-effectively build a private cloud, and securely connect to cloud services. Beyond virtualization

Scale and secure workloads, cost-effectively build a private cloud, and securely connect to cloud services. Beyond virtualization Beyond virtualization Scale and secure workloads, cost-effectively build a private cloud, and securely connect to cloud services The power of many servers, the simplicity of one Efficiently manage infrastructure

More information

What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1

What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1 What is New in Cisco ACE 4710 Application Control Engine Software Release 3.1 PB478675 Product Overview The Cisco ACE Application Control Engine 4710 represents the next generation of application switches

More information

FILE REPLICATION AND COLLABORATION REQUIREMENT: THE ESSENTIALS

FILE REPLICATION AND COLLABORATION REQUIREMENT: THE ESSENTIALS 101001010111011011010001010110111010101100101001010111011011010001010110111010101100101001010111011 101001010111011011010001010110111010101100101001010111011011010001010110111010101100101001010111011 101001010111011011010001010110111010101100101001010111011011010001010110111010101100101001010111011

More information

IBM Active Cloud Engine/Active File Management. Kalyan Gunda

IBM Active Cloud Engine/Active File Management. Kalyan Gunda IBM Active Cloud Engine/Active File Management Kalyan Gunda kgunda@in.ibm.com Agenda Need of ACE? Inside ACE Use Cases Data Movement across sites How do you move Data across sites today? FTP, Parallel

More information

Distributed File Systems

Distributed File Systems Distributed File Systems Today l Basic distributed file systems l Two classical examples Next time l Naming things xkdc Distributed File Systems " A DFS supports network-wide sharing of files and devices

More information

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure

70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure 70-414: Implementing an Advanced Server Infrastructure Course 01 - Creating the Virtualization Infrastructure Slide 1 Creating the Virtualization Infrastructure Slide 2 Introducing Microsoft System Center

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

More information

Distributed Systems. Hajussüsteemid MTAT Distributed File Systems. (slides: adopted from Meelis Roos DS12 course) 1/25

Distributed Systems. Hajussüsteemid MTAT Distributed File Systems. (slides: adopted from Meelis Roos DS12 course) 1/25 Hajussüsteemid MTAT.08.024 Distributed Systems Distributed File Systems (slides: adopted from Meelis Roos DS12 course) 1/25 Examples AFS NFS SMB/CIFS Coda Intermezzo HDFS WebDAV 9P 2/25 Andrew File System

More information