WHITE PAPER PANZURA GLOBAL CLOUD STORAGE SYSTEM: CAD THEORY OF OPERATION & BEST PRACTICES
|
|
|
- Gervase Perkins
- 9 years ago
- Views:
Transcription
1 WHITE PAPER PANZURA GLOBAL CLOUD STORAGE SYSTEM: CAD THEORY OF OPERATION & BEST PRACTICES Panzura s game-changing Global Cloud Storage System technology finally brings the full power and benefits of cloud storage to enterprise customers, helping to break the unending onsite storage expansion cycle while eliminating islands of storage that inhibit cross-site user interaction and productivity and real-time data protection. Panzura makes deploying cloud storage and a global file system easy and transparent to users.
2 Executive Summary Over the last 30 years, CAD modeling has grown from a single user CAD design product running on a PC to a complex CAD design environment with potentially hundreds of internal users and partners collaborating across the globe. Manufacturing, Architecture, Engineering and Construction firms large and small struggle to provide adequate performance to distributed users for even the most basic functionality, such as opening or saving a file. The Panzura Global Cloud File System offers high performance and a cost-effective solution that seamlessly integrates with AutoCAD, Solidworks, Revit and other CAD applications. By leveraging Panzura, CAD engineers can share files as though they re in the same office, even when they re working in different offices. This document describes a set of best practices, along with a contextual background, on how everything works. Background CAD design software is used by leading firms in manufacturing, engineering, architecture, design, construction and other industries. This white paper describes the common workflows used by CAD engineers in distributed environments. It applies to all desktop versions of CAD modeling files and derivative products, including Autodesk AutoCAD, Dassault Solidworks, Revit, and a variety of other popular products. The paper then details the common problems experienced by CAD users and how Panzura resolves these problems both at a high-level engineering view and a detailed IT view. Remote Office 1 Remote Office 2 Headquarters (HQ) File Server Remote Office 3 Remote Office 4 2
3 File Open Problem One of the most common problems CAD users voice is the time it takes to open and save a file remotely. For example, it frequently takes 30 minutes to open a Solidworks or AutoCAD file over the WAN, while it only takes 5 to 10 seconds for the same operation locally. This problem is so common that the most popular CAD training sessions go to great lengths in providing a strategy to what is commonly known as the File Open Problem. Dramatic changes in workflows are suggested in order to improve performance, yet these changes rarely fix anything. The first reaction IT professionals have when facing this problem is that there must be a WAN bandwidth problem. Many firms were limited to lower than T1 (1.54Mbps) speeds during the early and mid-2000s, and the explanation sounded logical then. In manufacturing, construction and other industries, tight IT budgets meant additional WAN bandwidth was a luxury most couldn t afford just five years ago. So the assumption was widely accepted without thorough validation, as the verification process was impractical. But in recent years, WAN bandwidth prices have collapsed and many firms have been able to upgrade to DSL/cable/broadband/3-4G speeds of 6Mbps or higher at a fraction of T1 pricing. Many can verify this by simply enabling 4G tethering on their smartphones or visiting a Starbucks with much higher than T1 bandwidth. Yet the problem persists in every remote location and gets worse based on distance. A close analysis shows that even 1MB CAD files still takes 15 to 30 minutes to open and save from remote locations. Yet in theory, those operations should take well under a minute if bandwidth was the limiting factor. So clearly the problem warrants further analysis. Main Culprit In short, the culprit is latency. The further the user is from the data, the higher the latency and the longer CAD files take to open and save. It is a basic speed of light problem. As CAD models become more complex, it requires many more files to build a complete model. The size of each object is an issue only when bandwidth is under 1Mbps. That may have been common 5-10 years ago but is no longer the case. The main delay is the shear number of objects (complexity of many inter-connected files). Referenced Drawings and Files CAD modeling has many different types of objects that increase load and save time as latency increases. For example, Referenced Drawings in AutoCAD are called Xrefs. AutoCAD user guides describe the Xrefs as: You can attach an entire drawing file to the current drawing as a referenced drawing (xref). With xrefs, changes made in the referenced drawing are reflected in the current drawing. Attached xrefs are linked to, but not actually inserted in, another drawing. Therefore, with xrefs you can build drawings without significantly increasing the drawing file size. By using referenced drawings, you can Coordinate your work with the work of others by referencing other drawings in your drawing to keep up with the changes being made by other designers. You can also assemble a master drawing from component drawings that may undergo changes as a project develops. Ensure that the most recent version of the referenced drawing is displayed. When you open your drawing, each referenced drawing is automatically reloaded, so it reflects the latest state of the referenced drawing file. Keep the names of layers, dimensioning styles, text styles, and other named elements in your drawing separate from those in referenced drawings. Xrefs commonly are used and one can logically see why they are especially popular in projects that are edited by many AutoCAD designers across multiple sites. Xrefs reduce redundant work, ensure the latest and greatest is always used, and allow data to be filtered from referenced drawings so only revelant objects are seen. Solidworks has a similar construct for Referenced Files -- Part and Assembly References. Panzura has analyzed CAD file operations data provided by several of our customers under NDA. They all were virtually identical in the way data moved from source to remote. Customers interested in a free analysis can [email protected]. 3
4 Technical Detailed View of Loading Referenced Files Now that we know that Referenced Files are one of many objects that are slow to load remotely, let s take a technically detailed view of what exactly happens when we load a Referenced File - in this case, a simple 1.5MB AutoCAD Civil3D file from one of our customers, C&S Companies. The file was opened over a typical Windows File Share mount from a Windows 7 client to a Windows 2008 server. The protocol being run across the client and server was SMB2: Opening of Civil3D file: File size: 1.5MB Purpose: Building design Total read data packets: 1,004 Total file opens and locks: 4,508 Total file closes and unlocks: 4,206 Total directory browsing: 5,385 Total network packets: 15,103 (sum of above) C&S headquarters is based in Syracuse, New York. We opened this file from two different remote locations, both with models 6Mbps WAN bandwidth (DSL). The two locations were San Diego and Phoenix. Results are as follows: San Diego, CA Syracuse, NY Round trip latency: WAN bandwidth: Time to open directly: Time to open over Riverbed cold: Time to open over Riverbed hot: Time to open over Panzura: 86msec 6Mbps 22min 24min 20min 8 secs Phoenix, AZ Syracuse, NY Round trip latency: WAN bandwidth: Time to open directly: Time to open over Riverbed cold: Time to open over Riverbed hot: Time to open over Panzura: 66msec 6Mbps 16min 17min 15min 8 secs As one can see, the bulk of the delay is spread across three types of packets: Open and Locks, Close and Unlocks, and File Lookups. The data read made up less than 10% of the total delay in opening the file. Open and Locks is when an application tries to open and lock the file for read or write. This is common across all desktop applications, such as Microsoft Office, Solidworks, AutoCAD, Revit and an assortment of other files. Close and Unlocks are the exact opposite of Open and Unlocks. File Lookups are issued when an application tries to browse a directory looking for a specific file. All three types are very common in desktop applications. The reason there are so many is because CAD project files that are worked on by multiple users across multiple locations must include a certain amount of shared objects. And the opening of those files results in a lot of network packets. 4
5 Why there isn t a technology that aggregates or optimizes away these packets? The answer is simple. They cannot unless the technology includes the file system. These are basic file system commands that must be issued and answered by the file system. If a cache or WAN optimization technology were to optimize a lock away, then the file or data being locked may be modified by multiple entities across geographies resulting in conflicts, which is detrimental in a multi-geography shared environment. This is indeed what many firms have experienced when using technologies, such as Microsoft DFSR, that replicates but does not lock files atomically. The only solution to this problem is having a distributed file system so the replies always are atomic and issued directly at the remote site. CAD Files with Panzura Cloud Storage Controllers Panzura recommends a hub and spoke configuration for CAD customers. Please review Panzura Global Cloud Storage System Overview for an in-depth analysis of how the Panzura filesystem functions. The diagram below describes a typical hub and spoke topology: 1U Model Headquarters (HQ) 1U Model VMware ESX ESX 2U Model U Model Benefits of Using Panzura Cloud Storage Controllers Instant locking of files this provides instant file open, lock, unlock, or close from both headquarters and remote locations. Please review the white paper on distributed locking at Global File Locking. This is the main benefit for CAD file open and save speedups. Seamless Windows AD/CIFS works exactly like your Windows 2008 R2 file server from an end-user standpoint. It s completely seamless and users mount file shares just as they do and administrators manage the file server and joining AD for security just as they ve been doing for the last decade. Global Filesystem this provides one single Windows CIFS mount with uniform global view everywhere. Users no longer need to mount remotely or find where each file/folder is located. Cloud Reliability And Backup data is replicated and distributed for performance and reliability across global cloud storage providers that are used for moving and storing some of the largest and most sensitive workloads. Please visit for case studies of how Fortune 500 companies use the product. Panzura Cloud Controllers scale for large and small enterprises. Cloud Distribution With Panzura, the authoritative copy of the data is securely stored within the cloud, so that all data read by branch offices is read directly from the cloud and is not requested from the HQ based storage. This means that if 10 branch offices request the same HQ-based 1GB file, HQ does not need to transmit 10GB worth of the same 1GB data out of its WAN link. Instead, the 1GB file is transmitted once to the cloud and all branch offices retrieve it from the cloud service provider, giving a drastic optimization of the HQ bandwidth. Global snapshots data can be configured to be globally retained hourly, weekly, monthly, and yearly up to 10,000 snapshots so backups and archives into the cloud can be done from one central location on the same platform. 5
6 Summary Panzura Cloud Controllers, when used as a Windows CIFS file share for CAD projects, provides instant file access, security, and seamless integration across multiple geographies. CAD files that used to take minutes to open and 5-10 minutes to save now can be opened and saved in under 5 seconds. Results have been verified across both small and large companies with as few as 5 to 10 CAD users at 2 sites to thousands of CAD engineers across hundreds of sites. WAN optimization and other types of WAN caching products are great when WAN bandwidth (<1Mbps) is a problem. However, at today s WAN bandwidth prices and availability, it rarely is. The problem is a file system latency issue. Customers are encouraged to evaluate Panzura Global Cloud Controllers to experience the benefits of a distributed file system and its benefits when it comes to CAD files. About Panzura Panzura optimizes enterprise data storage management and distribution in the cloud, making cloud storage simple and secure. Panzura s revolutionary global cloud storage solution combines the flexibility, performance and productivity benefits of distributed storage with the manageability, security and cost benefits of centralized storage, overcoming fundamental administrator vs. user and budget vs. performance conflicts. With Panzura, data location no longer affects usage. Panzura: Cloud Storage Made Seamless. 695 Campbell Technology Parkway #225 Campbell, CA (408) For more information: [email protected] For sales: [email protected] 6
WHITE PAPER RUN VDI IN THE CLOUD WITH PANZURA SKYBRIDGE
WHITE PAPER RUN VDI IN THE CLOUD WITH PANZURA What if you could provision VDI in the cloud as a utility, colocating ondemand VDI instances and data next to each other and close to your users, anywhere
Deploying in a Distributed Environment
Deploying in a Distributed Environment Distributed enterprise networks have many remote locations, ranging from dozens to thousands of small offices. Typically, between 5 and 50 employees work at each
Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology
Autodesk Vault Professional Manufacturing Industry Marketing 2011 Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology Geographically dispersed
Why is the V3 appliance so effective as a physical desktop replacement?
V3 Appliance FAQ Why is the V3 appliance so effective as a physical desktop replacement? The V3 appliance leverages local solid-state storage in the appliance. This design allows V3 to dramatically reduce
Simplifying Storage Operations By David Strom (published 3.15 by VMware) Introduction
Simplifying Storage Operations By David Strom (published 3.15 by VMware) Introduction There are tectonic changes to storage technology that the IT industry hasn t seen for many years. Storage has been
Field Audit Report. Asigra. Hybrid Cloud Backup and Recovery Solutions. May, 2009. By Brian Garrett with Tony Palmer
Field Audit Report Asigra Hybrid Cloud Backup and Recovery Solutions By Brian Garrett with Tony Palmer May, 2009 Field Audit: Asigra Hybrid Cloud Backup and Recovery Solutions 2 Contents Introduction...
Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management
Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Optimize Your Microsoft Infrastructure Leveraging Exinda s Unified Performance Management Executive Summary Organizations
Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization
Microsoft Exchange 2010 /Outlook 2010 Performance with Riverbed WAN Optimization A Riverbed whitepaper Riverbed participated in an early Microsoft TAP program to validate interoperability for Exchange
Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution
Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution The Challenge Businesses that rely on Microsoft Lync Server must guarantee uninterrupted
GETTING THE PERFORMANCE YOU NEED WITH VDI AND BYOD
GETTING THE PERFORMANCE YOU NEED WITH VDI AND BYOD Overcoming the Challenges of Virtual Desktop Infrastructure (VDI), Desktop-as-a-Service (DaaS) and Bring-Your-Own-Device (BYOD) August 2012 Rev. A 08/12
WHITE PAPER: TECHNICAL OVERVIEW. NetBackup Desktop Laptop Option Technical Product Overview
WHITE PAPER: TECHNICAL OVERVIEW NetBackup Desktop Laptop Option Technical Product Overview Mayur Dewaikar, Sr. Technical Product Manager NetBackup Platform Symantec Technical Network White Paper EXECUTIVE
Protect Data... in the Cloud
QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their
Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication
PERFORMANCE BRIEF 1 Riverbed WAN Acceleration for EMC Isilon Sync IQ Replication Introduction EMC Isilon Scale-Out NAS storage solutions enable the consolidation of disparate pools of storage into a single
WAN Performance Analysis A Study on the Impact of Windows 7
A Talari Networks White Paper WAN Performance Analysis A Study on the Impact of Windows 7 Test results demonstrating WAN performance changes due to upgrading to Windows 7 and the network architecture and
A Talari Networks White Paper. Turbo Charging WAN Optimization with WAN Virtualization. A Talari White Paper
A Talari Networks White Paper Turbo Charging WAN Optimization with WAN Virtualization A Talari White Paper 2 Introduction WAN Virtualization is revolutionizing Enterprise Wide Area Network (WAN) economics,
Microsoft Exchange Load Balancing. Unique Applied Patent Technology By XRoads Networks
Microsoft Exchange Load Balancing Unique Applied Patent Technology By XRoads Networks Microsoft Exchange Server Balancing The following is an introduction and overview as to how the EdgeXOS appliances
How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router
HyperQ Hybrid Flash Storage Made Easy White Paper Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com [email protected] [email protected]
Small Business Stackable Switch White Paper January 16, 2001
4500 Great America Parkway Santa Clara, CA 95054 Small Business Stackable Switch White Paper January 16, 2001 Today s fast-paced global business arena, spurred by the Internet and World Wide Web (WWW),
How To Make A Cloud Work For You
WHITE PAPER Unleashing Cloud Performance Making the promise of the cloud a reality UNLEASHING CLOUD PERFORMANCE Introduction: The reality of cloud services Thirty-five percent. By 2014, analysts believe
GlobalSCAPE Wide Area File Services
Wide Area File Services: Document Collaboration for the Distributed Business Environment The days of having everyone on a project together in the same office have long passed. To expand global reach and
EMC DATA DOMAIN OPERATING SYSTEM
ESSENTIALS HIGH-SPEED, SCALABLE DEDUPLICATION Up to 58.7 TB/hr performance Reduces protection storage requirements by 10 to 30x CPU-centric scalability DATA INVULNERABILITY ARCHITECTURE Inline write/read
UniFS A True Global File System
UniFS A True Global File System Introduction The traditional means to protect file data by making copies, combined with the need to provide access to shared data from multiple locations, has created an
Wide Area CAD Engineering: Challenges and Solutions for Revit, Civil 3D, and BIM Applications
AEC Case Study Bundle Wide Area CAD Engineering: Challenges and Solutions for Revit, Civil 3D, and BIM Applications Overcoming File Open Latency, Disaster Recovery, and Centralization Challenge for Dispersed
Silver Peak s Virtual Acceleration Open Architecture (VXOA)
Silver Peak s Virtual Acceleration Open Architecture (VXOA) A FOUNDATION FOR UNIVERSAL WAN OPTIMIZATION The major IT initiatives of today data center consolidation, cloud computing, unified communications,
WHITE PAPER Windows File Sharing (CIFS) Optimization
Replify Reptor Accelerator Suite Windows File Sharing (CIFS) Optimization REP-WP-CIFS January 2009 Contents Windows File Sharing... 3 The Problem with WAN based Windows File Serving... 4 High Latency CIFS
HyperQ Storage Tiering White Paper
HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com [email protected]
White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios
White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and
Cisco Wide Area Application Services Software Version 4.1: Consolidate File and Print Servers
Cisco Wide Area Application Services Software Version 4.1: Consolidate File and Print Servers What You Will Learn This document describes how you can use Cisco Wide Area Application Services (WAAS) Software
WanVelocity. WAN Optimization & Acceleration
WanVelocity D A T A S H E E T WAN Optimization & Acceleration WanVelocity significantly accelerates applications while reducing bandwidth costs using a combination of application acceleration, network
Multi- Path Networking Is a Key to Maximizing Cloud Value
Multi- Path Networking Is a Key to Maximizing Cloud Value May 2015 Prepared by: Zeus Kerravala Multi- Path Networking Is a Key to Maximizing Cloud Value by Zeus Kerravala May 2015 º º º º º º º º º º º
Delivering SharePoint Solutions with Citrix Application Delivery Infrastructure
Delivering SharePoint Solutions with Citrix Application Delivery Infrastructure Solve Your Remote Worker Challenges Rick Davis Systems Engineer Citrix Systems, Inc. Our Vision for Business A world where
White Paper: Nasuni Cloud NAS. Nasuni Cloud NAS. Combining the Best of Cloud and On-premises Storage
Combining the Best of Cloud and On-premises Storage Introduction Organizations rely on corporate data for everything from product design to order processing. Files are the lifeblood of the modern enterprise
EMC DATA DOMAIN OPERATING SYSTEM
EMC DATA DOMAIN OPERATING SYSTEM Powering EMC Protection Storage ESSENTIALS High-Speed, Scalable Deduplication Up to 58.7 TB/hr performance Reduces requirements for backup storage by 10 to 30x and archive
HyperQ Remote Office White Paper
HyperQ Remote Office White Paper Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com [email protected] [email protected] Introduction
Integrating F5 Application Delivery Solutions with VMware View 4.5
APPLICATION READY SOLUTION GUIDE What s inside: 2 Improving user experience 2 Enhancing security and access control 3 Application Performance and Availability 4 F5 and global configuration diagram 5 More
Caching SMB Data for Offline Access and an Improved Online Experience
Caching SMB Data for Offline Access and an Improved Online Experience Agenda What is Offline Files How does Offline Files interact with SMB Offline Files enhancements for Windows 7 Questions 2 What is
Global Outsourcing / Infrastructure Management. Instinct 2.0. Bridging the Gap between the Disparate Needs of Organizations and End-Users
Global Outsourcing / Infrastructure Management the way we do it Instinct 2.0 Bridging the Gap between the Disparate Needs of Organizations and End-Users Bridging the Gap between the Disparate Needs of
OmniCube. SimpliVity OmniCube and Multi Federation ROBO Reference Architecture. White Paper. Authors: Bob Gropman
OmniCube SimpliVity OmniCube and Multi Federation ROBO Reference Architecture White Paper Authors: Bob Gropman Date: April 13, 2015 SimpliVity and OmniCube are trademarks of SimpliVity Corporation. All
WAN optimization and acceleration products reduce cost and bandwidth requirements while speeding throughput.
BUSINESS SOLUTIONS Pumping up the WAN WAN optimization and acceleration products reduce cost and bandwidth requirements while speeding throughput. Today s data center managers are looking for improvement
Lab Testing Summary Report
Lab Testing Summary Report May 2007 Report 070529 Product Category: Network Acceleration Vendor Tested: Cisco Systems Product Tested: Cisco Wide Area Application Services (WAAS) v4.0.7 Key findings and
Best Practices in Legal IT. How to share data and protect critical assets across the WAN
Best Practices in Legal IT How to share data and protect critical assets across the WAN Agenda Requirements for Data Center outsourcing Timothy Titus, Director of Managed Network Services Overcoming WAN
Executive summary. Introduction Trade off between user experience and TCO payoff
Virtual desktop White Paper How fast is my virtual desktop? Delivering a high definition desktop experience to branch office users with Citrix Branch Repeater DVI www.citrix.com Executive summary Emerging
Transporter from Connected Data Date: February 2015 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Sr. Lab Analyst
ESG Lab Test Drive Transporter from Connected Data Date: February 2015 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Sr. Lab Analyst Abstract: This report documents the results of an ESG Lab Test
Adept 2014 System Requirements
Synergis Software 200 Kelly Road, Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 080613 This document provides an overview of the Adept 2014 System requirements to
Corporate PC Backup - Best Practices
A Druva Whitepaper Corporate PC Backup - Best Practices This whitepaper explains best practices for successfully implementing laptop backup for corporate workforce. White Paper WP /100 /009 Oct 10 Table
VMware vsphere Data Protection 6.1
VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data
GLOBAL SERVER LOAD BALANCING WITH SERVERIRON
APPLICATION NOTE GLOBAL SERVER LOAD BALANCING WITH SERVERIRON Growing Global Simply by connecting to the Internet, local businesses transform themselves into global ebusiness enterprises that span the
CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR
PERFORMANCE BRIEF CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR INTRODUCTION Enterprise organizations face numerous challenges when delivering applications and protecting critical
APPLICATION PERFORMANCE TESTING IN A VIRTUAL ENVIRONMENT
APPLICATION PERFORMANCE TESTING IN A VIRTUAL ENVIRONMENT A REPORT FROM SAP CO-INNOVATION LAB : Joerg Nalik Shunra Software: Dave Berg HP Software: Mark Tomlinson 1.0 Table of Contents 1 Introduction Raising
Xangati Storage Solution Brief. Optimizing Virtual Infrastructure Storage Systems with Xangati
Optimizing Virtual Infrastructure Storage Systems with Xangati Virtualized infrastructures are comprised of servers, switches, storage systems and client devices. Of the four, storage systems are the most
Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module
Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between
Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module
Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between
Multi-user Collaboration with Autodesk Revit Worksharing
AUTODESK REVIT WHITE PAPER Multi-user Collaboration with Autodesk Revit Worksharing Contents Contents... 1 Autodesk Revit Worksharing... 2 Starting Your First Multi-user Project... 2 Autodesk Revit Worksets...
Making a Case for Including WAN Optimization in your Global SharePoint Deployment
Making a Case for Including WAN Optimization in your Global SharePoint Deployment Written by: Mauro Cardarelli Mauro Cardarelli is co-author of "Essential SharePoint 2007 -Delivering High Impact Collaboration"
Big data management with IBM General Parallel File System
Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers
Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330
Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 CONTENTS Contents... 2 Overview... 2 Adept Server... 3 Adept
Dell Desktop Virtualization Solutions DVS Enterprise
Dell Desktop Solutions Enterprises of all sizes are poised to explore alternatives to traditional end user computing. Many are reevaluating how their IT groups provision, manage, and support their workforce.
Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments
Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4
Technical Brief: Global File Locking
Nasuni enables collaboration among users of files no matter where users are located Introduction The Nasuni Service combines the availability and scale of cloud storage with the local performance found
Network Management for Common Topologies How best to use LiveAction for managing WAN and campus networks
Network Management for Common Topologies How best to use LiveAction for managing WAN and campus networks April 2014 www.liveaction.com Contents 1. Introduction... 1 2. WAN Networks... 2 3. Using LiveAction
Introduction. Silverton Consulting, Inc. StorInt Briefing
Introduction Silverton Consulting, Inc. StorInt Briefing All too often in today s SMB data centers the overall backup and recovery process, including both its software and hardware components, is given
AKAMAI WHITE PAPER. The Challenges of Connecting Globally in the Pharmaceutical Industry
AKAMAI WHITE PAPER The Challenges of Connecting Globally in the Pharmaceutical Industry The Challenges of Connecting Globally in the Pharmaceutical Industry TABLE OF CONTENTS EXECUTIVE SUMMARY 1 GLOBAL
Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing
1 Maximize Your Virtual Environment Investment with EMC Avamar Rob Emsley Senior Director, Product Marketing 2 Private Cloud is the Vision Virtualized Data Center Internal Cloud Trusted Flexible Control
MERAKI WHITE PAPER Cloud + Wireless LAN = Easier + Affordable
MERAKI WHITE PAPER Cloud + Wireless LAN = Easier + Affordable Version 1.0, August 2009 This white paper discusses how a cloud-based architecture makes wireless LAN easier and more affordable for organizations
Vodacom Managed Hosted Backups
Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers
Huawei OceanStor Backup Software Technical White Paper for NetBackup
Huawei OceanStor Backup Software Technical White Paper for NetBackup Huawei Page 1 of 14 Copyright Huawei. 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form
Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER
Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Introduction to Faster Loading Web Sites A faster loading web site or intranet provides users with a more
Disaster Recovery White Paper: Reducing the Bandwidth to Keep Remote Sites Constantly Up-to-date
Disaster Recovery White Paper: Reducing the Bandwidth to Keep Remote Sites Constantly Up-to-date Storage Virtualization and WAN optimization help organizations achieve more stringent Recovery Time Objectives
Simplify Your Windows Server Migration
SOLUTION BRIEF: ENDPOINT MANAGEMENT........................................ Simplify Your Windows Server Migration Who should read this paper Windows Server 2003 customers looking to migrate to the latest
Top 10 Information Technology Best Practices for the Architecture, Engineering, and Construction Industry
Top 10 Information Technology Best Practices for the Architecture, Engineering, and Construction Industry How can a business owner in the Architectural, Engineering, or Construction community improve their
STORAGE. Buying Guide: TARGET DATA DEDUPLICATION BACKUP SYSTEMS. inside
Managing the information that drives the enterprise STORAGE Buying Guide: DEDUPLICATION inside What you need to know about target data deduplication Special factors to consider One key difference among
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,
Desktop virtualization and the branch office. Optimizing virtual desktops and applications to the branch office VDI. www.citrix.
Desktop virtualization and the branch office White Paper Optimizing virtual desktops and applications to the branch office VDI www.citrix.com Introduction The challenge of managing applications and desktop
Multi-Datacenter Replication
www.basho.com Multi-Datacenter Replication A Technical Overview & Use Cases Table of Contents Table of Contents... 1 Introduction... 1 How It Works... 1 Default Mode...1 Advanced Mode...2 Architectural
How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)
Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2
Server based computing An introduction to server based computing, its advantages and how it works.
Server based computing An introduction to server based computing, its advantages and how it works. This whitepaper explains the concept of server based computing and defines the main components of its
Accelerate Private Clouds with an Optimized Network
Accelerate Private Clouds with an Optimized Network An Allstream White Paper 1 Table of contents The importance of WAN 1 WAN challenges for Private Clouds 1 WAN Optimization methods 2 Benefits of WAN Optimization
Customized Cloud Solution
Customized Cloud Solution (Overall Cloud Performance Expectations) Last Updated: June 5, 2012 Prepared by: Polleo Systems, Inc. Notice of Confidentiality: The enclosed material is proprietary to Polleo
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
How can I deploy a comprehensive business continuity and disaster recovery solution in under 24 hours without incurring any capital costs?
SOLUTION BRIEF: CA INSTANT RECOVERY ON DEMAND How can I deploy a comprehensive business continuity and disaster recovery solution in under 24 hours without incurring any capital costs? CA Instant Recovery
Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications
Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications White Paper Table of Contents Overview...3 Replication Types Supported...3 Set-up &
A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief
A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief With the massive growth of unstructured data in today s enterprise environments, storage IT administrators are constantly
A TECHNICAL REVIEW OF CACHING TECHNOLOGIES
WHITEPAPER Over the past 10 years, the use of applications to enable business processes has evolved drastically. What was once a nice-to-have is now a mainstream staple that exists at the core of business,
The Evolution of Cloud Storage - From "Disk Drive in the Sky" to "Storage Array in the Sky" Allen Samuels Co-founder & Chief Architect
The Evolution of Cloud Storage - From "Disk Drive in the Sky" to "Storage Array in the Sky" Allen Samuels Co-founder & Chief Architect Cloud Storage Definition Not clustered NAS rebadged Not private cloud
