EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS

Size: px
Start display at page:

Download "EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS"

Transcription

1 EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS This white paper describes the various distributed architectures supported by EMC Documentum and the relative merits and demerits of each model. It can be used to evaluate which distributed model or combination of models would be most suitable based on the business needs. This would be particularly relevant to organizations with users who are dispersed throughout a large region or across the world, and where improving the speed and efficiency of information collaboration and production across their enterprise would be the primary objective

2 Table of Content 1. Introduction 3 2. Abbreviation and Acronyms used 3 3. The Foundation: The Documentum Repository 3 4. Why Distributed Access? 4 5. Documentum Solutions For Optimizing Content Responsiveness 5 6. Relative Comparison Between Single And Multiple Repositories 6 7. Documentum Distributed Architectures 7 8. References And Citations 16 1

3 About the Author Lekha Menon Lekha Menon is the Enterprise Content Management (ECM) Lead for the HiTech Industry Solution Unit s Domain group. She has been focusing on developments in ECM for the last three years with an overall of 10 years of experience in Software Design, Development, Solution Architecting and Training. She has a Bachelors degree in Electronics. She can be reached at lekha.menon@tcs.com 2

4 Introduction This paper attempts to outline the various options available to a design or solution architect while planning to implement a distributed architecture environment using EMC Documentum. It details the relative merits and demerits of each model that are essential to be considered during the planning stage before finalizing on a best-fit distributed architecture for any Documentum implementation. Abbreviation and Acronyms used The abbreviations and acronyms that are used in this manual are: Acronym ACL BOCS DMS RCS WAN WDK Definition/Description Access Control List Branch Office Caching Services Document Management System Remote Content Server Wide Area Network Web development kit The Foundation: The Documentum Repository The Documentum repository comprises the following: Metadata stored in a relational database Content files usually stored in the file system EMC Documentum Content Server is the core server technology that manages the access to the content and metadata. It controls the access to the Documentum repository. Documentum provides the client/server-based (Documentum Desktop) as well as Web-based (Webtop - a J2EE-based web application framework) application interface for the users to access the content and metadata. The Documentum repository is often hosted at a single location, and multiple workgroups within a global enterprise connect over the network to access and retrieve content as shown in the following figure. 3

5 Central Site Remote Site Content Server Local Client Database WDK/App Server WAN Remote Client File System Figure 1: A Typical Documentum Implementation Why Distributed Access? The prospect of poor Wide Area Network (WAN) performance-unpredictable or slow data transfer time across vital WANs-has given pause to many organizations seeking to leverage the benefits of their content management systems enterprise-wide. Several factors, such as the following, affect the content responsiveness: Bandwidth Network latency File size Frequency of remote fetches and updates These mechanical challenges impact business. A distributed repository that determines how content is accessed and stored across multiple servers and systems within an enterprise addresses the key factors. When content files are hosted at multiple network locations, closer to the end user, the impact of network latency is mitigated. Network connections automatically transfer content among servers, rapidly delivering files where needed. Based on an organization s needs, the most suitable architecture can be selected after evaluating the strengths and limitations of each model. 4

6 Documentum Solutions For Optimizing Content Responsiveness The Documentum platform supports a solution that optimizes global content access and ensures content responsiveness for distributed task teams. Documentum supports several Distributed Architecture models, the most important of which are described below. Single Or Multiple Repositories Single repository Single Repository with Branch Office Caching Services (BOCS) - The primary repository maintains the document meta-data, but the content is dynamically cached and stored, on demand, on a local file system located within a branch office, using BOCS. Single Repository with Multiple Content Servers - The primary repository maintains the document meta-data, but multiple "content servers" are located close to remote users. The content is, therefore, stored at the location from which it is most frequently used. Single Repository with Multiple Content Servers Using Content Replication - The primary repository maintains the document meta-data, and multiple "content servers" are located close to remote users. The content is stored at the location from which it is most frequently used. Additionally, a content replication job creates a copy of the content to store at each location. Multiple repositories Multiple repositories using replication - In this case, there are multiple repositories for each location, and periodic replication is scheduled to create copies of each docbase object (content and meta-data) at every other location. Multiple repositories as a federation This is similar to the earlier model, but with an additional feature. A federation allows one to manage the users, groups, and Access Control Lists (ACLs) for all participating repositories from a single "governing" repository. 5

7 Relative Comparison Between Single And Multiple Repositories Comparison between Single and Multiple Repository Models Single Repository Model Multiple Repository Model A single repository will enable real-time sharing of documents amongst users across locations. It would be relatively easier to manage as compared to a multirepository model, at the same time providing a better performance over centralized content storage architecture. With multiple repositories, a user at one location will not be able to see a document uploaded by a user from the remote location unless the replication job has run. A single repository model is less dependent on the replication job since only the content is replicated. If the replication job has not run or failed due to any reason, a user from one location can still access the document from the remote site. With multiple repositories, replication jobs will be required for content synchronization at specific intervals which would hog the network bandwidth. Configuring replication at short intervals will affect performance, and keeping very long periods between replication would make it impossible for users across different locations to share documents on a real-time basis. This architecture will not by itself take care of Disaster Recovery. In a single repository model, if the remote content server goes down, the remote users can still connect to the central content server and continue to work. In this scenario, all the content that has already been replicated will be available. However, if the central content server goes down, the remote users cannot continue working as the repository is based in the central site. This architecture will handle the issue of Disaster Recovery to a large extent. With multiple repositories, if either content server crashes, all users can still work by connecting to the other content server; however, only the replicated content and data will be available. The content and data that was not replicated since the last replication cycle will be lost. The index agent and index server can only be installed at the primary site; consequently documents that are uploaded to the remote site will not be indexed until the replication job has run, and the remote content has been replicated to the central site. With multiple repositories, since replication happens in a two-way manner, there can be situations of conflict where one user from remote site and another from central site, work on the same document before the replication has happened. 6

8 Documentum Distributed Architectures Single Repository Using BOCS EMC Documentum BOCS enables local access to content without the additional requirement of setting up a local content server. It speeds up resolution of performance issues experienced in branch offices when they are caused by network latency, by easily placing content caches close to end users in branch offices or other remote locations where there may be limited infrastructure and no onsite administrators. This helps in faster content transfers, particularly in high-latency environments. The content is stored locally, whereas the metadata, which is significantly smaller in size, is stored and managed centrally. Data caching with BOCS enable users to read and write to local caches that are synchronized with the primary content repository. It is a self-contained installation that leverages BOCS of Documentum without installing an additional EMC Documentum Content Server and supports the use of existing hardware for local caches without purchasing specific machines to match the central Content Server. The administration is lightweight and can be setup through EMC Documentum Administrator. It is scalable and additional BOCS servers can be setup as and when needed, to accommodate future growth. Using the BOCS configuration, when a remote user connects through a web browser, the EMC Documentum Web development kit (WDK)/Webtop Server detects the user's network location and redirects the request to the BOCS server. The BOCS server then determines if the requested content is available locally or whether it needs to be fetched from the nearest content server and cached locally. Once it is fetched, the content is presented to the users through the Web browser interface. The metadata comes directly from the central database; BOCS has nothing to do with the metadata, it only deals with read and write requests to the content. BOCS also supports an additional feature knows as "Content precaching". If there is awareness of content that will be accessed frequently or regularly by the BOCS users, this content can be cached on the server prior to user requests. This will ensure that even first time users do not face the performance hit due to remote content access. Pre-caching can be performed by a job or programmatically. A BOCS server can communicate with a Document Management System (DMS) server in either push or pull mode based on the configuration set in the BOCS configuration object. In push mode, the messages routed to the server through DMS are sent by the DMS server to the BOCS server, whereas in pull mode, messages routed to the server through DMS are picked up by the BOCS server; the DMS server does not send them to the BOCS server. The content that is written to BOCS may be configured to be transferred to the central repository, to occur either asynchronously or synchronously. In asynchronous write, the content is initially stored, or parked, on a BOCS server host, and sent to the repository later. Once it is parked on BOCS, a request to write the content to the repository is sent, and if the request is not fulfilled immediately, the request is sent again by an internal, system-defined job. The content that is parked on a BOCS server for asynchronous writes is not removed from the BOCS content cache after it is written to the repository. Instead, it becomes part of the cached content on the BOCS server. An object s metadata is always written to the repository immediately. 7

9 Asynchronous write operations ensure that a user does not wait for content to be saved to the repository when the network communication lines are slow. Additionally, other users in the network locations served by the BOCS server on which the content is parked have immediate access to the content. Asynchronous write operations are best used when: The branch office and primary office are connected by slow network lines. When the content is used primarily by users at the network locations served by the BOCS servers. The content to be saved or checked in is a large content file. Limitations Using asynchronous write has the following limitations: Parked content is unavailable to users who are not accessing the repository through the BOCS server on which the content is parked. If an application needs immediate access to particular content, asynchronous write cannot be used for that content unless the application is rewritten to check for the parked state before obtaining the content. Central Site Remote Site Content Server Database Metadata Remote Client Local Client Content File System WAN BOCS Cache Figure 2: A BOCS Implementation 8

10 BOCS Advantages and Disadvantages Strengths Limitations A Documentum content server installation is not required at the remote locations. This solution leverages the existing Documentum server installation and licensing. It requires Installation and Administration of BOCS at remote site. BOCS will also need separate licenses to be procured. BOCS is network-aware and will automatically download and upload content to the nearest content server, whether it is a remote content server or the primary content server. It functions only for Web-based user interface (Webtop). Clients using Desktop client server interface cannot experience the benefits of BOCS. Since there is no replicated content server or database to maintain, there is no need for onsite IT or other administrative support. Everything can be easily handled from a central location. With BOCS, the metadata (as well as permissions and entitlements) is accessed from the content server through WDK on the application server, enabling administrators to maintain central control over all the content. With BOCS, the first user requesting content from a remote location may experience a fetching delay due to the latency issues and bandwidth constraints affecting other network users. The backup process will be much simpler than all other distributed models, as all the content will be available locally. The content needs to be transferred between the content server and BOCS at regular intervals. The bandwidth would need to be sufficient to accommodate this periodic replication. If full text searching is a a primary requirement, then replication becomes mandatory as the index server will only index the documents from the central server. In such a situation, BOCS is the preferred configuration. 9

11 Single Repository With Multiple Content Servers In this model, content is stored in a distributed storage area. A distributed storage area has multiple component storage areas. One component is located at the repository s primary site. Each remote site has one of the remaining components. Each site has a full Content Server installation. This model can be used for either Web-based clients or Desktop clients. In this configuration, metadata requests are handled by the Content Server at the primary site, and requests to write content to storage are handled by the Remote Content Servers (RCS) as depicted in the following figure. Data Requests Central Site Remote Site Content Server Database Local Client WDK/App Server Remote Client WDK/App Server Distributed Content Server File System WAN File System Content may be at either location, but distributed so that frequently used content is close to its user Figure 3: Single Repository Multiple Content Servers 10

12 Single Repository Model Advantages and Disadvantages Strengths Limitations It exhibits improved performance for remote users as content is accessed from the local site. This model is beneficial where a set of users belonging to one geographical location accesses common content, and the need for content sharing across several geographical locations is minimal. The benefits are nullified in cases where content is frequently shared across multiple different geographical locations. Since the database and repository are available at a central location, there is only a single point of management and maintenance for database and repository. Users may still need to access content remotely, if they are accessing a document that is not stored at their current location. In this situation, the performance experienced by the user would be similar to a non-distributed centralized content architecture. Content Replication jobs can be added whenever needed, and stopped if not required. Interruptions in connectivity between main and remote locations would render the system unusable, as data requests are still routed to the main content Repository. For sites using Desktop clients, this model is the only model available for a single-repository distributed configuration. Installation is required at each remote site to add a local Content Server and Application Server. Thus, additional Documentum installation, administration and Management activities would be required at each site. This model is recommended for sites where full text searching is not a requisite. In such a situation, replication is not mandatory as there is no specific need for all content to be available at the central location, and this model would be the best fit. Backup would need to be planned because the standard EMC product for documentum backup Networker, does not recognize remote filestores. The remote filestore will need to be either backed up separately, or provision will need to be done to replicate content to central site (refer to next model). 11

13 Single Repository With Multiple Content Servers Using Content Replication Documentum provides the ability to replicate content to one or more locations. This option entails a single repository with multiple content severs same as in the previous option. However, the content replication functionality will need to be used in this case as depicted in the following figure. The content is replicated from its source component to the remaining components by user-defined content replication jobs. Data Requests Central Site Remote Site Content Server Database Local Client WDK/App Server Remote Client WDK/App Server Distributed Content Server File System WAN File System Content Replication - Creates a local copy of Content Figure 4: Single Repository with Replication This model allows supporting the situation where the same piece of content is frequently accessed from multiple locations. Content In A Distributed Storage Area In this model, content is stored in a distributed storage area. A distributed storage area is a single storage area made up of multiple component storage areas. All sites in a model using a distributed storage area share the same repository, but each site has a distributed storage area component as its own local storage area to provide fast, local access to content. One component is located at the repository s primary site, and each remote site has one of the remaining components. Each site has a full Content Server installation and an Application server (for Web-based clients) installation for the repository. The content is replicated from its source component to the remaining components by user-defined content replication jobs. This model can be used for either web-based clients or Desktop clients. Desktop clients at the remote sites use Content Server at the remote site to access content. In this configuration, metadata requests are handled by Content Server at the primary site, and content operations are handled by the distributed content servers at the remote sites as shown in the following figure. 12

14 Primary Site Content Server Distributed Store Component 1 Web Server DMS Distributed Store Component 2 Distributed Store Component 3 Content Server Content Server Web Server Remote Site 1 Remote Site 2 Web Server Web Client Web Client Site 1 Site 3 Web Client Web Client Site 2 Site 4 Figure 5: Single Repository with Distributed Storage In this model, users in Site 1 and Site 2 are closer to Remote Site 1 and will access the content stored in the distributed storage component 2 located at the Remote site 1 distributed content server, whereas users in Site 3 and site 4 are closer to Remote Site 2 and will access content stored in the distributed storage component 3 located at the Remote site 2 distributed content server. If the users are logging in using a Web-based client, content requests are handled through the Web server at the appropriate branch office in the Remote sites 1 or 2. If the users are logging in using a Desktop-based client, content requests are handled by the Content Server in Remote sites 1 or 2. Content Replication Content replication is a process of replicating content files among distributed storage area components. This process ensures that users at each site have local copies of the files to access. Content replication can be scheduled to run automatically or it can be performed manually. Automatic Replication The tools that can be used to replicate content automatically are: - ContentReplication tool The ContentReplication tool provides automatic replication on a regular schedule. It is implemented as a job. Once the parameters of the job are defined, the agent exec process executes it automatically on the preferred schedule. - Surrogate get feature The Surrogate get feature provides replication on demand. In this mode, when users request a content file that is not present in their local storage area, the server automatically searches for the file in the component storage areas and replicates it into the user s local storage area. 13

15 Manual Replication To manually replicate content files, the following administration methods can be used: - REPLICATE The REPLICATE administration method copies a file from one storage area to another. The disks on which both component storage areas reside must be accessible to the server. - IMPORT_REPLICA The IMPORT_REPLICA administration method imports a file from another component of the distributed storage area, or from an external file system into a storage area. Both these methods can be executed from Documentum Administrator, the EXECUTE statement or the Apply method. Single Repository with Replication Advantages and Disadvantages Strengths Limitations Since the database and repository are available at a central location, there is only a single point of management and maintenance for database and repository. Installation is required at each remote site to add a local Content Server and Application Server. Thus, additional Documentum installation, administration and Management activities would be required at each site. If replication jobs are scheduled and content has been replicated locally, then it would provide a better performance as compared to the previous model, even when some content is frequently viewed by multiple locations. There are two ways documents can be replicated, scheduled or on-demand. if using scheduled replication, content may not be immediately available at remote sites. if using on-demand replication, performance may suffer due to network limitations. Users across all locations can view/share and modify documents on a real-time basis (unlike in a multirepository model). Remote access still depends on the connection to the central repository, as all data requests are routed to the mail location. For sites using Desktop clients, this model is the only model available for a single-repository distributed configuration. This architecture will not by itself take care of Disaster Recovery. If the central server goes down, remote users cannot work either. If provision is made to replicate all content from remote filestore to central server, then this model can handle full text searching too, and backup process using Networker, would also be a straight forward activity. For documents from remote filestore that are not replicated, backup would need to be planned because the standard EMC product for documentum backup Networker, does not recognize remote filestores. The remote filestore will need to be either backed up separately, or provision will need to be done to replicate content to central site. 14

16 Multiple Repositories, Using Object Replication In this model, an actual and complete repository resides at each location. The repositories are synchronized with Documentum's Object Replication functionality. This ensures that when a new content is created, it is replicated to each location as shown in the following figure. Central Site Remote Site Content Server Local Client Remote Client Content Server Database WDK/App Server WDK/App Server Database File System WAN File System Object Replication - Creates a local copy of Content Figure 6: Multiple Repositories with Replication Multiple Repository with Replication Advantages and Disadvantages Strengths Limitations This architecture provides maximum benefit to remote users as both the metadata as well as the content would be stored locally. Installation is required at each remote site to add a local Content Server, a database server, index server and Application Server. Thus additional Documentum installation, administration and Management activities would be required at each site. Additional licenses will also need to be procured for each location. System will function even when connectivity between locations is down. Documentum will replicate changes when connectivity is restored. Changes made in one repository would not be reflected in the other repository until replication happens. Configuring replication at short intervals will affect performance and keeping very long periods between replication would make it impossible for users across different locations to share documents on a real-time basis. 15

17 Multiple Repositories, Using Federation This option is similar to the above option; however, a Federation provides some additional functionality. In this option, multiple repositories are bound together to facilitate management of global users, groups, and ACLs. Users, groups, and ACLs are automatically propagated to all of the repositories of the federation from the "governing" repository. Federation Advantages and Disadvantages Strengths Limitations Same advantages as with the previous model. Additionally, users, groups, ACLs can be managed centrally. Same disadvantages as with the previous model, with some added complexity in setting up the Federation. This option enables Federated Search, where a user can search across multiple repositories that form a federation. Replication is essential for this architecture. Requires a very good WAN bandwidth and periodic monitoring of the Object Replication jobs. References And Citations About EMC Documentum: The EMC Documentum family of products by EMC helps to create content applications and solutions on a single foundation and build a common content repository. It is used to manage, store, secure, and deliver unstructured content in a systematic manner, according to predefined business rules, policies, and procedures. With a unified repository, various groups can easily share and reuse their content with other areas of the business that would benefit from access to this valuable information. More information can be obtained from 1. White Paper - Using EMC Documentum to Improve Content Responsiveness in Distributed Environments Documentum Distributed Configuration Guide Version 6 16

18 About HiTech ISU, HTTD As a functional group within HiTech ISU, HTTD is mandated to provide leadership in technical and domain capabilities. HTTD supports both the presales and the delivery functions. HTTD consists of high tech domain CoEs, technology CoEs, Product Engineering groups and Domain University. About Tata Consultancy Services (TCS) Tata Consultancy Services Limited is an IT services, business solutions and outsourcing organization that delivers real results to global businesses, ensuring a level of certainty no other firm can match. TCS offers a consulting-led, integrated portfolio of IT and ITenabled services delivered through its unique Global Network TM Delivery Model, recognized as the benchmark of excellence in software development. A part of the Tata Group, India's largest industrial conglomerate, TCS has over 100,000 of the world's best trained IT consultants in 50 countries. The company generated consolidated revenues of US $5.7 billion for fiscal year ended 31 March 2008 and is listed on the National Stock Exchange and Bombay Stock Exchange in India. For more information, visit us at To know more about how we help companies in the High Tech Industry overcome their challenges to achieve real business results, Contact: hitech.marketing@tcs.com All content / information present here is the exclusive property of Tata Consultancy Services Limited (TCS). The content / information contained here is correct at the time of publishing. No material from here may be copied, modified, reproduced, republished, uploaded, transmitted, posted or distributed in any form without prior written permission from TCS. Unauthorized use of the content / information appearing here may violate copyright, trademark and other applicable laws, and could result in criminal or civil penalties. Copyright 2008 Tata Consultancy Services Limited

Conferencing Agent Enhancing the Communication Experience

Conferencing Agent Enhancing the Communication Experience White Paper Conferencing Agent Enhancing the Communication Experience To achieve corporate operational excellence, the existing resources of an organization must be utilized to the best possible extent.

More information

Backward Scheduling An effective way of scheduling Warehouse activities

Backward Scheduling An effective way of scheduling Warehouse activities Backward Scheduling An effective way of scheduling Warehouse activities Traditionally, scheduling algorithms were used in capital intensive production processes where there was a need to optimize the production

More information

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence Retail White Paper Driving Strategic Sourcing Effectively with Supply Market Intelligence About the Author Devaraj Chithur Devaraj is part of the Supply Chain group within Tata Consultancy Services (TCS)

More information

Bring Your Own Device (BYOD) A point of view

Bring Your Own Device (BYOD) A point of view Bring Your Own Device (BYOD) A point of view BYOD - Consumer driven IT Today, consumers possess powerful devices for their personal needs. Often, the computing power and features of the devices bought

More information

TCS Research Fellowship Program. Frequently Asked Questions by Researchers

TCS Research Fellowship Program. Frequently Asked Questions by Researchers TCS Research Fellowship Program Frequently Asked Questions by Researchers July 2010 Q1) What is the Aim of the scheme? The scheme is primarily aimed to help enhance our nation s talent base in doing research

More information

Business Process Services. White Paper. Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers

Business Process Services. White Paper. Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers Business Process Services White Paper Effective Credit Risk Assessment Strengthening the Financial Spreading with Technology Enablers About the Author Vijay Muppavarapu Vijay is a subject matter expert

More information

MySQL Database Replication and Failover Clustering

MySQL Database Replication and Failover Clustering MySQL Database Replication and Failover Clustering The increasing use of information and critical data using the Internet and other networked environments has made high availability a necessity for enterprises.

More information

Bridging the IT Business Gap The Role of an Enterprise Architect

Bridging the IT Business Gap The Role of an Enterprise Architect Whitepaper Bridging the IT Business Gap The Role of an Enterprise Architect Today s enterprises understand the value that Information Technology (IT) can bring to their business. IT supports day-to-day

More information

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage HiTech White Paper -as-a-service SAN and NAS Reference Architectures leveraging Private Cloud About the Author Ankur Srivastava Ankur Srivastava is a Solution Architect working with the Hi Tech Industry

More information

Simplify your admission process - The ion Way

Simplify your admission process - The ion Way Simplify your admission process - The ion Way Coordination from TCS employees has helped us lot in implementation of all modules of the ERP. It was helpful to have a person that managed to implement our

More information

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises HiTech White Paper A Next Generation Search System for Today's Digital Enterprises About the Author Ajay Parashar Ajay Parashar is a Solution Architect with the HiTech business unit at Tata Consultancy

More information

Business Process Services. White Paper. Automating Email Management: Managing Workflow Effectively

Business Process Services. White Paper. Automating Email Management: Managing Workflow Effectively Business Process Services White Paper Automating Email Management: Managing Workflow Effectively About the Authors Deva Latha S. Assistant Consultant Deva Latha has over nine years of experience in Business

More information

Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems

Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems A Point of View Oracle E-Business Suite (EBS) in the World of Oracle Exadata Engineered Systems As a proof-of-concept to evaluate the benefits of moving the Oracle E-Business Suite (EBS) database tier

More information

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Introduction Every financial institution is charged with the responsibility of developing policies and procedures to combat money

More information

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network Wealth Management Volatility and uncertainty in the markets have given rise to a new class of customers who are extremely cautious and demand absolute transparency from their advisors. They now expect

More information

Business Partner of. Hardware + Network + Software + Services

Business Partner of. Hardware + Network + Software + Services Business Partner of Hardware + Network + Software + Services About RDS Business Services RDS Business Services do services like Web Services, Software Services, Software Testing, Contract Staffing, Placement

More information

ion IT-as-a-Service Solution

ion IT-as-a-Service Solution ion IT-as-a-Service Solution "The ion Manufacturing Solution enabled us to control our business more meaningfully, including our field operations. Through the Field Force module, we have updated information

More information

Business Process Services. White Paper. Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence

Business Process Services. White Paper. Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence Business Process Services White Paper Configurable, Automated Workflows: Transforming Process Effectiveness for Business Excellence About the Authors Ohm Kumar Ohm Kumar is a Business Analyst with the

More information

BPM Perspectives Positioning and Fitment drivers

BPM Perspectives Positioning and Fitment drivers BPM Perspectives Positioning and Fitment drivers BPM is a commonly used and much hyped acronym. It popularly stands for Business Process Management but now it achieves much more than just that. Especially

More information

Automated file management with IBM Active Cloud Engine

Automated file management with IBM Active Cloud Engine Automated file management with IBM Active Cloud Engine Redefining what it means to deliver the right data to the right place at the right time Highlights Enable ubiquitous access to files from across the

More information

ion Customer Relationship Management (CRM) Solution

ion Customer Relationship Management (CRM) Solution ion Customer Relationship Management (CRM) Solution How do you command the loyalty of your customers in a competitive market? How do you achieve an increase in sales? To help you answer these questions,

More information

Green Desktop Infrastructure

Green Desktop Infrastructure White Paper Green Desktop Infrastructure An Approach to Reduce Desktop Carbon Footprint The proliferation of desktops is increasingly contributing to carbon emissions, through inefficient power consumption,

More information

Strategies to Speed Collaboration and Data Management Using Autodesk Vault and Riverbed WAN Optimization Technology

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

More information

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index is one of the important metrics that is closely monitored in Steady State of Maintenance and Support

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

IT Infrastructure Services. White Paper. Utilizing Software Defined Network to Ensure Agility in IT Service Delivery

IT Infrastructure Services. White Paper. Utilizing Software Defined Network to Ensure Agility in IT Service Delivery IT Infrastructure Services White Paper Utilizing Software Defined Network to Ensure Agility in IT Service Delivery About the Author Siddhesh Rane Siddhesh Rane is a Technical Architect and part of the

More information

Real World Considerations for Implementing Desktop Virtualization

Real World Considerations for Implementing Desktop Virtualization Real World Considerations for Implementing Desktop Virtualization The Essentials Series sponsored by Intro duction to Desktop Virtualization for the IT Pro... 1 What Is Desktop Virtualization?... 2 VDI

More information

EMC E20-120. EMC Content Management Foundation Exam(CMF) http://www.examskey.com/e20-120.html

EMC E20-120. EMC Content Management Foundation Exam(CMF) http://www.examskey.com/e20-120.html EMC E20-120 EMC Content Management Foundation Exam(CMF) TYPE: DEMO http://www.examskey.com/e20-120.html Examskey EMC E20-120 exam demo product is here for you to test the quality of the product. This EMC

More information

ion Human Capital Management Solution

ion Human Capital Management Solution ion Human Capital Solution For organizations spread across multiple sites, Human Resource processes such as recruitment, deputation, and employee appraisal are complex. HR departments are increasingly

More information

Robotic Process Automation: Reenergizing the Directory Publishing Industry

Robotic Process Automation: Reenergizing the Directory Publishing Industry A Point of View Robotic Process Automation: Reenergizing the Directory Publishing Industry Abstract Evolving digital marketing avenues including video, SEM/SEO, mobile, and social media are fast replacing

More information

ion Manufacturing Solution

ion Manufacturing Solution ion Manufacturing Solution Today with ion, while I am driving home I get to see all the information that I need, even when I am in a customer place I can take decisions looking at the information that

More information

Implement Business Process Management to realize Cost Savings and High Return on Investments

Implement Business Process Management to realize Cost Savings and High Return on Investments Implement Business Process Management to realize Cost Savings and High Return on Investments Business Process Management (BPM) was unheard of just a few years ago, but it has burst onto the global scene

More information

A pay-as-you-use model About TCS ion Integrated solutions Personalized solutions www.tcsion.com Automatic upgrades Increased agility

A pay-as-you-use model About TCS ion Integrated solutions Personalized solutions www.tcsion.com Automatic upgrades Increased agility ion Payroll Solution As organizations strive to improve employee morale, job satisfaction, and productivity, it becomes imperative to regularize the payroll cycles, in order to keep employees motivated.

More information

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions Transportation Solutions Built on Oracle Transportation Management Enterprise Solutions Optimizing transportation operations and ensuring improved customer service Today s complex and challenging business

More information

Lead the Retail Revolution.

Lead the Retail Revolution. Lead the Retail Revolution. The retail industry is at the center of a dramatic shift in the way consumers shop and interact with their retailers. After hundreds of years of customers going to the store,

More information

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies Digital Enterprise Unit White Paper Reimagining the Future of Field Service Management with Digital Technologies About the Author Rahul Trisal Rahul is a senior Digital Strategy Consultant with TCS' Digital

More information

Next Generation Electric Utilities Gear up Using Cloud Based Services

Next Generation Electric Utilities Gear up Using Cloud Based Services A Point of View Next Generation Electric Utilities Gear up Using Cloud Based Services Abstract Globally, liberalization of the electricity sector has driven a paradigm shift in the ownership structure,

More information

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions

Life Sciences. White Paper. Real-time Patient Health Monitoring with Connected Health Solutions Life Sciences White Paper Real-time Patient Health Monitoring with Connected Health Solutions About the Authors Ashok Khanna Global Head, Presales and Solutions, Engineering Industrial Services, Life Sciences

More information

Business Process Services. White Paper. Personalizing E-Commerce: Improving Interactivity to Increase Revenues

Business Process Services. White Paper. Personalizing E-Commerce: Improving Interactivity to Increase Revenues Business Process Services White Paper Personalizing E-Commerce: Improving Interactivity to Increase Revenues About the Author Subramaniam MV Subramaniam is a Delivery Manager at Tata Consultancy Services

More information

Eliminating the Need for WAN Acceleration Using the Cloud

Eliminating the Need for WAN Acceleration Using the Cloud Eliminating the Need for WAN Acceleration Using the Cloud Using cloud-based storage to optimize data distribution and access www.nasuni.com Introduction Data is an organization s most important asset and

More information

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering Business Process Services White Paper Improving Efficiency in Business Process Services through User Interface Re-engineering About the Authors Mahesh Kshirsagar Mahesh has a vast experience of about 24

More information

Business Process Services. White Paper. Managing Customer Experience: Strategies for Success

Business Process Services. White Paper. Managing Customer Experience: Strategies for Success Business Process Services White Paper Managing Customer Experience: Strategies for Success About the Author Ashwin Fernandes, Assistant Manager, TCS Ashwin is a practice consultant in the Innovation and

More information

Eliminating the Need for WAN Acceleration Using the Cloud

Eliminating the Need for WAN Acceleration Using the Cloud Eliminating the Need for WAN Acceleration Using the Cloud Using Cloud-based Storage to Optimize Data Distribution and Access Introduction Data is an organization s most important asset and the ability

More information

Multiple PLMs-ERPs Integration: Key Challenges and Best Practices

Multiple PLMs-ERPs Integration: Key Challenges and Best Practices Multiple PLMs-ERPs Integration: Key Challenges and Best Practices For global manufacturing giants, inorganic growth is the accepted norm today. Consequently, every merger or acquisition contributing to

More information

Cloud Computing for Consumer Products Industry Series 1

Cloud Computing for Consumer Products Industry Series 1 Whitepaper Cloud Computing for Consumer Products Industry Series 1 Cloud Computing is one of the most frequently used buzzword across industry segments and there is substantial increase in the adoption

More information

Leveraging the Cloud for Data Protection and Disaster Recovery

Leveraging the Cloud for Data Protection and Disaster Recovery WHITE PAPER: Leveraging the Cloud for Data Protection and Disaster Recovery Leveraging the Cloud for Data Protection and Disaster Recovery Bennett Klein DATA MANAGEMENT CUSTOMER SOLUTIONS MARCH 2012 Table

More information

Non-Native Options for High Availability

Non-Native Options for High Availability The Essentials Series: Configuring High Availability for Windows Server 2008 Environments Non-Native Options for High Availability by Non-Native Options for High Availability... 1 Suitability and Cost...

More information

Overview. Société Générale

Overview. Société Générale Payments Ever-changing market dynamics, customer expectations, rapidly evolving regulatory measures, ageing technology, consolidation in corporate treasury, advent of electronic instruments, increased

More information

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity Business Process Services White Paper Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity About the Author Narasimha Murty M V Narasimha Murty holds a Master's degree in Mathematics

More information

Successfully managing geographically distributed development

Successfully managing geographically distributed development IBM Rational SCM solutions for distributed development August 2004 Successfully managing geographically distributed development Karen Wade SCM Product Marketing Manager IBM Software Group Page 2 Contents

More information

BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION

BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION Overview Country or Region: United States Industry: Business Processing Customer Profile Cynergy Data provides electronic

More information

Server Virtualization:

Server Virtualization: the way we see it Virtualization: Delivering sustainable cost reduction by increasing server efficiency and enabling the transition to a cloud-ready architecture. Continuous and sustained reduction in

More information

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework Business Process Services White Paper Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework About the Author Venkatesh Kuppuswamy Venkatesh Kuppuswamy

More information

KYCS - Integrating KYC with Social Identity: The Future-Ready Marketing Approach

KYCS - Integrating KYC with Social Identity: The Future-Ready Marketing Approach A Point of View KYCS - Integrating KYC with Identity: The Future-Ready Marketing Approach Abstract media has empowered us to voice and share our opinion on things that impact our lives. It has reshaped

More information

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function Business Process Services White Paper Five Principles to Consider when Consolidating your Finance and Accounting Function About the Authors Vikas Golchha, Associate Vice President, TCS Vikas is part of

More information

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach Introduction Email is becoming ubiquitous and has become the standard tool for communication in many

More information

Business Process Transformation A Pulse Check

Business Process Transformation A Pulse Check White Paper Business Process Transformation A Pulse Check Over the last decade or two, two trends have been noticeable across all businesses. The move towards consolidation of office-based operations,

More information

IT Infrastructure Services. White Paper. Cyber Risk Mitigation for Smart Cities

IT Infrastructure Services. White Paper. Cyber Risk Mitigation for Smart Cities IT Infrastructure Services White Paper Cyber Risk Mitigation for Smart Cities About the Author Abhik Chaudhuri Abhik Chaudhuri is a Domain Consultant with the Information Technology Infrastructure Services

More information

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud

Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud Cisco Wide Area Application Services Optimizes Application Delivery from the Cloud What You Will Learn The adoption of cloud-based computing and applications promises to improve the agility, efficiency,

More information

White Paper. Social Analytics

White Paper. Social Analytics White Paper Social Analytics This paper brings to forefront the growing popularity of social media as a source of data for analytics with relation to the telecom industry. The paper further elaborates

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Web Portal Analytics

Web Portal Analytics This paper provides information on how the web analytics strategy can be implemented across the web portals and how various stakeholders can leverage the data that has been captured to optimize a range

More information

Planning and Implementing Disaster Recovery for DICOM Medical Images

Planning and Implementing Disaster Recovery for DICOM Medical Images Planning and Implementing Disaster Recovery for DICOM Medical Images A White Paper for Healthcare Imaging and IT Professionals I. Introduction It s a given - disaster will strike your medical imaging data

More information

SCALABILITY AND AVAILABILITY

SCALABILITY AND AVAILABILITY SCALABILITY AND AVAILABILITY Real Systems must be Scalable fast enough to handle the expected load and grow easily when the load grows Available available enough of the time Scalable Scale-up increase

More information

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services.

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services. Insurance The financial crisis of 2008 and the subsequent recovery process, though tepid, has altered the insurance industry landscape significantly. Today, the focus is on enhancing efficiencies and controlling

More information

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics Business Process Services White Paper Optimizing Extended Warranty Processes by Embracing Analytics About the Author Dr. Anuj Prakash Anuj Prakash is a part of the TCS Analytics and Insights Practice,

More information

IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity

IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity Simplifying storage processes and ensuring business continuity and high availability IBM Virtualization Engine TS7700 GRID Solutions for Business Continuity The risks are even greater for companies that

More information

Transporter from Connected Data Date: February 2015 Author: Kerry Dolan, Lab Analyst and Vinny Choinski, Sr. Lab Analyst

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

More information

White Paper: Nasuni Cloud NAS. Nasuni Cloud NAS. Combining the Best of Cloud and On-premises Storage

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

More information

Data Visualization in Ext Js 3.4

Data Visualization in Ext Js 3.4 White Paper Data Visualization in Ext Js 3.4 Ext JS is a client-side javascript framework for rapid development of cross-browser interactive Web applications using techniques such as Ajax, DHTML and DOM

More information

Continuous Data Protection. PowerVault DL Backup to Disk Appliance

Continuous Data Protection. PowerVault DL Backup to Disk Appliance Continuous Data Protection PowerVault DL Backup to Disk Appliance Continuous Data Protection Current Situation The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry

More information

CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR

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

More information

Big Data for Data Warehousing

Big Data for Data Warehousing A Point of View Big Data for Data Warehousing Introduction A Data Warehouse (DW) is a central repository of information created by integrating data from multiple disparate sources. DWs store current as

More information

Business Process Services. White Paper. Social Media Influence: Looking Beyond Activities and Followers

Business Process Services. White Paper. Social Media Influence: Looking Beyond Activities and Followers Business Process Services White Paper Social Media Influence: Looking Beyond Activities and Followers About the Author Vandita Bansal Vandita Bansal is a subject matter expert in Analytics and Insights

More information

Rose Business Technologies

Rose Business Technologies Virtualization and Consolidation vs. Application Performance and WAN Optimization Virtualization and infrastructure consolidation can offer significant benefits for both IT and business operations. The

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper Connectivity Alliance Access 7.0 Database Recovery Information Paper Table of Contents Preface... 3 1 Overview... 4 2 Resiliency Concepts... 6 2.1 Database Loss Business Impact... 6 2.2 Database Recovery

More information

esxreplicator Contents

esxreplicator Contents esxreplicator Contents esxreplicator... 2 Release Notes... 2 Known Issues with this Release... 2 About esxreplicator... 4 Purpose... 4 What is meant by real-time?... 5 Can I Replicate Over a WAN Connection?...

More information

Dodd Frank Act and the Consumer Affect on Banks

Dodd Frank Act and the Consumer Affect on Banks A Point of View Dodd Frank Act: Partner your way to Compliance With the passage of the Dodd Frank Act, banks and financial institutions are grappling with a highly restrictive environment and burgeoning

More information

EMC Documentum Interactive Delivery Services Accelerated Overview

EMC Documentum Interactive Delivery Services Accelerated Overview White Paper EMC Documentum Interactive Delivery Services Accelerated A Detailed Review Abstract This white paper presents an overview of EMC Documentum Interactive Delivery Services Accelerated (IDSx).

More information

Basics Of Replication: SQL Server 2000

Basics Of Replication: SQL Server 2000 Basics Of Replication: SQL Server 2000 Table of Contents: Replication: SQL Server 2000 - Part 1 Replication Benefits SQL Server Platform for Replication Entities for the SQL Server Replication Model Entities

More information

Authentication in Apache Lenya

Authentication in Apache Lenya Authentication in Apache Lenya Using LDAP The user authentication mechanism in Apache Lenya is carried out by specifi c components using certain policy fi les. This process is, in itself, complex to understand

More information

IBM Global Technology Services March 2008. Virtualization for disaster recovery: areas of focus and consideration.

IBM Global Technology Services March 2008. Virtualization for disaster recovery: areas of focus and consideration. IBM Global Technology Services March 2008 Virtualization for disaster recovery: Page 2 Contents 2 Introduction 3 Understanding the virtualization approach 4 A properly constructed virtualization strategy

More information

REMOTE BACKUP-WHY SO VITAL?

REMOTE BACKUP-WHY SO VITAL? REMOTE BACKUP-WHY SO VITAL? Any time your company s data or applications become unavailable due to system failure or other disaster, this can quickly translate into lost revenue for your business. Remote

More information

Deploying VSaaS and Hosted Solutions Using CompleteView

Deploying VSaaS and Hosted Solutions Using CompleteView SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions Using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architecture Salient Systems

More information

Distributed Content Configuration and Troubleshooting Guide

Distributed Content Configuration and Troubleshooting Guide Distributed Content Configuration and Troubleshooting Guide This document provides guidance on the configuration, monitoring and troubleshooting of the Distributed Content products including ACS (Accelerated

More information

TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy. Mobility Solutions

TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy. Mobility Solutions TCS Hy5 Presidio Your Mobile Environment, Your Way Configure, Secure, Deploy Mobility Solutions The growth of in-house and third-party enterprise mobile applications; device diversity across ios, Android,

More information

Distributed Software Development with Perforce Perforce Consulting Guide

Distributed Software Development with Perforce Perforce Consulting Guide Distributed Software Development with Perforce Perforce Consulting Guide Get an overview of Perforce s simple and scalable software version management solution for supporting distributed development teams.

More information

Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS

Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS White paper Request Routing, Load-Balancing and Fault- Tolerance Solution - MediaDNS June 2001 Response in Global Environment Simply by connecting to the Internet, local businesses transform themselves

More information

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g ENABLED BY EMC VMAX 10K AND EMC RECOVERPOINT Technical Presentation EMC Solutions Group 1 Agenda Business case Symmetrix VMAX 10K overview RecoverPoint

More information

Business Process Services. White Paper. Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk

Business Process Services. White Paper. Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk Business Process Services White Paper Effective Vendor Management: Improving Supply Chain Efficiencies, Reducing Risk About the Author Devaraj Chithur Devaraj Chithur is a subject matter expert on supply

More information

System Migrations Without Business Downtime. An Executive Overview

System Migrations Without Business Downtime. An Executive Overview System Migrations Without Business Downtime An Executive Overview Businesses grow. Technologies evolve. System migrations may be inevitable, but business downtime isn t. All businesses strive for growth.

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

Making a Case for Including WAN Optimization in your Global SharePoint Deployment

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"

More information

HyperQ Remote Office White Paper

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 info@parseclabs.com sales@parseclabs.com Introduction

More information

The four windows of organizational change in training for ERP transformation

The four windows of organizational change in training for ERP transformation White Paper The four windows of organizational change in training for ERP transformation Managing users apprehension to change has always been a challenge for large scale ERP implementations. Moving the

More information

TCS Supply Chain Center of Excellence

TCS Supply Chain Center of Excellence TCS Supply Chain Center of Excellence Delivering Supply Chain Performance in Complex Dynamic Markets Supply Chain Management Supply Chain Management (SCM) has evolved and the focus has now shifted from

More information

Introduction. Silverton Consulting, Inc. StorInt Briefing

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

More information

Reducing Backups with Data Deduplication

Reducing Backups with Data Deduplication The Essentials Series: New Techniques for Creating Better Backups Reducing Backups with Data Deduplication sponsored by by Eric Beehler Reducing Backups with Data Deduplication... 1 Explaining Data Deduplication...

More information

Advanced Farm Administration with XenApp Worker Groups

Advanced Farm Administration with XenApp Worker Groups WHITE PAPER Citrix XenApp Advanced Farm Administration with XenApp Worker Groups XenApp Product Development www.citrix.com Contents Overview... 3 What is a Worker Group?... 3 Introducing XYZ Corp... 5

More information