VOL. 4, NO. 6, December 2014 ISSN ARPN Journal of Systems and Software All rights reserved.

Size: px
Start display at page:

Download "VOL. 4, NO. 6, December 2014 ISSN 2222-9833 ARPN Journal of Systems and Software 2013. All rights reserved."

Transcription

1 Efficiency Solutions for Information Systems 1 Marius Constantin Popescu, 2 Antoanela Naaji 1 Prof., Department of Computer Science, Vasile Goldis Western University of Arad, Revolutiei Blvd., Arad, Romania 2 Assoc. Prof., Department of Computer Science, Vasile Goldis Western University of Arad, Revolutiei Blvd., Arad, Romania ABSTRACT This paper analyzes solutions for improving information systems, using the cost for obtaining high technical performances as a criterion; thus, it partly uses free methods offered by information technology, such as the migration of servers to virtual machines, the implementation of a backup system or the installation of a software router at the expense of more expensive professional solutions. The solutions described can be applied to streamline computer system used within firms or companies, especially those which, due to financial reasons, cannot opt for professional solutions. Keywords: information systems, virtualization, backup, router-firewall 1. INTRODUCTION Through virtualization hardware becomes software, making it possible to run multiple operating systems on the same computer. Through virtualization, the company's critical data and applications are protected, and the time in which the servers are turned off for maintenance is null. The virtualization is designed to move all data on another server in real and virtual time if, for some technical reasons, the server should become nonfunctional. Within the computer systems, two physical disks are used to obtain a logical disk at RAID level 1. The costs are high for this level (the level is also called mirroring [1] because the same data is on two disks), but it has many advantages. The biggest advantage of RAID level 1 is data integrity, as in the case of failure in one disk the information is not lost. After replacing the failed disk, the data is also cloned on the new disk. Another advantage is the increased performance in reading data. Usually, two identical disks (same brand, capacity, rpm, etc.) are recommended for this RAID level. When using two different disks, the logical disk will have the properties of the least powerful disk. Some RAID controllers allow replacing the defective disk without shutting off the system. This feature is called hot swap. When a hot swap controller is used, a third backup disk must be installed. The only downside to hot swap is that the backup disk will be on all the time, and if it is a hard disk, it will rotate even if no data is written/read. One of the advantages of a virtual machine is that it can make a snapshot before any update or change. Thus, should any updates or changes fail, the system can be restored to the initial state of the snapshot. Basically, the snapshot function saves the state of the server at the time of initiating the snapshot and it can instantly return to its original state. From that moment on, any changes will be recorded in a temporary file. The more changes occur in the server, the more the size of that temporary file will increase. When updates or changes are successful and returning to the initial state is not desired, that snapshot is deleted, and the data in the temporary file is updated on the server. 2. FORMULATION OF THE PROBLEM The aim of this paper is to find a solution to improve a computer system consisting of two physical servers, which were running the operating systems Windows Server 2003 Standard edition and Windows Small Business Server 2011, with the following specifications: Dell Power Edge Windows Small Business Server 2011 (processor (Intel (R) Xeon (R) CPU GHz), RAM (32GB) and HDD (450 GB 1xSAS)) and Dell Power Edge Windows Server 2003 Standard Edition (processor (Intel (R) Xeon (R) CPU X GHz), RAM (8GB) and HDD (600 GB 1xSAS)). In the initial configuration, the backup was performed from the server interface under Windows. In case of hard disk failure, the backups and data could not be recovered. A physical router was used before the upgrade. Analyzing the offers available on the market, the prices for the VMware professional virtualization solution are presented in Table 1. VMware vsphere 5 Essentials licenses can be installed on a maximum of three physical servers with up to two processors / server [2]. 143

2 Table 1: Professional virtualization solution offers on the software market. Code Description Amount Unit Price VS5-ESP-KIT-C VMware vsphere 5 Essentials Plus Kit for 3 hosts (Max 2 processors per host) 1 2,834.7 EUR VS5-ESP-KIT- G-SSS-C VS5-ESP-KIT- 3G-SSS-C A support plan for 1 or 3 years must be purchased. Basic Support/Subscription VMware vsphere 5 Essentials Plus Kit for 1 year Basic Support/Subscription VMware vsphere 5 Essentials Plus Kit for 3 years Some professional backup solutions are given in Table 2, noting that the Acronis backup solution for VMware, which costs 399 USD, is also available EUR 1 1,801.8 EUR Table 2: Professional software backup solution offers on the software market Code Description Amount Unit Price V-ESSSTD-VS-P Veeam Backup Essentials Standard 2 socket bundle for VMware (Backup & Replication Standard + Veeam ONE) EUR A solution for hardware router / firewall on the market costs, for example, between 140 EUR and 260 EUR. Analyzing the necessary cost offered by the market to improve the information system described above, a conclusion has been reached that it would be much more economical to apply improving software methods. 3. PROPOSED SOLUTION Migration from physical server to virtual machine was chosen for safety reasons, in case of failure in any physical component. Since other, energyconsuming hardware equipment is no longer necessary, the budget of companies using this method becomes efficient. Likewise, RAID 1 (mirror) was chosen for the configuration of storage media [3]. The virtualization solution implemented on the two servers was freeware offered by VMware. This free version does not have backup support, but we used a free alternative to the backup. The operating system of the virtual machine is VMware vsphere Hypervisor (ESXi). The management and configuration of the virtual machines is done, via network, from any computer, through the vsphere Client graphical user interface (very friendly and intuitive). The management can also be done directly from the server, but the text interface is much more complicated and not at all intuitive. For a backup solution we chose a refurbished additional server, with the following specifications: processor (Intel (R) Xeon (R) CPU E GHz), RAM (8GB) and HDD (2TB 4xSATA - RAID 10). Its only role is to store backups from both virtual machines. The backup takes about four hours and a half and is done every day at 1:00 a.m. from Tuesday to Saturday. A free operating system, Open filer [4], was chosen for this server and configured to provide an NFS (Network File System) partition for the backup. Since the backup server requires high capacity and very good data safety, RAID level 10 (mirror + stripe) was used, which utilizes four 2TB logical disks. The logical disk capacity is 4 TB. An alternative was to use RAID level 5, in which case the logical disk capacity would be 6 TB. For safety reasons and from the experience of other users, 2 TB were sacrificed in favor of RAID 10. RAID 10 requires a minimum of 4 physical disks for implementation, placing two RAID 1 matrices in RAID 0. Using this configuration, we benefit from data safety, redundancy, as well as very good performance. It is also possible to use two RAID 0 matrices in RAID 1 into a RAID 0+1 configuration, but RAID 10 has a much better tolerance to failures, accepting the failure of several disks. RAID 0+1 supports the failure of one disk, while RAID 10 supports the failure of two discs (one from each RAID 0). From the web interface of the Open filer operating system, the MAC address of the two servers is set, so that the NFS partition cannot be used by other terminals. For fast backup, it is necessary to change of the input/output mode from synchronous (sync) to asynchronous (async). The difference between sync and async is observed in the backup script performance. By selecting async, 1TB backup is written in 4:30 hours, while using the sync method, it is written in 20 hours. Synchronous and asynchronous are two different methods of data transmission in a network. The async method uses two different signals [5], one signal indicating the other signal that another bit of information is ready for transmission. The sync method uses a single signal and a pulse from the local clock, indicating when the next bit is ready for transmission. The free backup solution is from MagikMon [6]. Thus, the backup program was installed on SBS2011 and was scheduled to perform backups every day from Tuesday to Saturday, from 01:00 a.m. This action means that every night at 1:00 the backup program is running, connecting to virtual machines via SSH (secure shell) and performing the backup. 144

3 (a) (b) Fig 1: The interface of the ESXi backup operating system The Actions tab features the program being run, including configuration files (Figure 1). Specifically, the backup is performed as follows: At 1:00 a.m. the backup program is run from the task scheduler. This accesses the configuration file, logs on to the virtual machine interface, gives the command to make a snapshot, then copies the virtual machine files onto the backup server. Figure 2 describes some important lines in the configuration file that sends commands via SSH. [VMWARE_JOB_5] host= port=22 login=root password=******* local=c:\magik\vmware remote_temp=/tmp script=ghettovcb.sh global_conf=ghettovcb5.conf vm_list=plastec_2003_server2 VM_BACKUP_ROTATION_COUNT=3 (a) 145

4 (b) Fig 2: Explanatory illustration of backup The lines in Figure 2a are extracted from the configuration file of the virtual machine with Windows Server The last line represents the number of backups that remain on the server. Figure 2b shows the structure of folders on the backup server. It can be seen that the backups are saved by date and time (Figure 4). For example, the first backup was performed on , whereas on and the backup was not performed because these days are in the weekend and no major changes occur on servers. In performing the next backup, a snapshot will be made of the virtual machine, its files will be copied on the backup server, and after the operation is complete, the oldest backup will be deleted. In this case, the backup will be deleted. Besides the backup function, the MagikMon solution has an notification option. Thus, mail server data was set in the.ini file, and after each backup reports are received by . Thus, the message subject features an OK or ERR text, as applicable. These reports also contain the logs in which it can be seen why a backup failed (Figure 3). Therefore, it is easy to detect the area where a problem occurs. (a) 146

5 (b) Fig 3: Explanatory illustration of obtained reports. The improvement of the information system was dropped by attaching a physical router and installing a software router (pf Sense) which is free and which, in addition to multiple configuration possibilities, also acts as a firewall [7]. A few ports were opened from the software router interface (Figure 4). Fig 4: The software router interface The first position, SIP Trunk, is the port used by the telephone system for incoming calls. The IP address and the source port are specified, while the other ports can be accessed from anywhere. The second position allows access to the company website hosted by SBS2011 (IIS). A third position opens the port 443, and the employees can check the mail from any web access terminal. The last position opened the SMTP port for mail. 4. CONCLUSION Technical support and other functions that paid professional versions of virtualization solutions (eg VMware) possess can be dropped, thus saving money (a minimum of EUR) with the free solution described in this paper. The backup and recovery functions are not available in the free version, but it has been shown that a much less expensive alternative can be implemented. The backup solution uses a free operating system, Open filer, providing an NFS partition and an application from Magic on which connects to the virtual machine via SSH, makes a snapshot and copies the current state of the virtual machine. The backup server is refurbished and uses 4 2TB HDDs. A refurbished server is chosen for the router / firewall solution. The router / firewall application does not require huge resources to run properly. In this paper, the operating system is pf Sense and has all the functions that a much more expensive professional router / firewall has. Before virtualization there was a single hard disk that could malfunction at any time, so the data on the server could be recovered with great difficult or, in some cases, not at all. 147

6 REFERENCES [1] T. Rhodes, RAID1 Mirroring. Chapter 19. GEOM: Modular Disk Transformation Framework, available at: [2] *** VMware vsphere 5.5. Documentation Center, Centre, available at: 55/index.jsp?topic=%2Fcom.vmware.vsphere.stora ge.doc%2fguid-99bb81ac e5-bf67-8d43647fad31.html [3] M.C. Popescu, Utilization des ordinateurs, Universitaria Publishing, Craiova, [4] L.M. Surhone, M.T. Tennoe, S.F. Henssonow, Open filer. Betascript Publishing, Mauritius, [5] M.C. Popescu, Telecommunication, Universitaria Publishing, Craiova, [6] *** MagiKmon, available at: [7] M. Williamson, pf Sense 2 Cookbook, Packt Publishing,

10GbE Ethernet for Transfer Speeds of Over 1150MB/s

10GbE Ethernet for Transfer Speeds of Over 1150MB/s Ultimate Performance 10GbE Ethernet for Transfer Speeds of Over 1150MB/s N16000PRO SAMBA Performance High-end data centers often need a level of speed that today s average Ethernet connection cannot provide.

More information

- Brazoria County on coast the north west edge gulf, population of 330,242

- Brazoria County on coast the north west edge gulf, population of 330,242 TAGITM Presentation April 30 th 2:00 3:00 slot 50 minutes lecture 10 minutes Q&A responses History/Network core upgrade Session Outline of how Brazoria County implemented a virtualized platform with a

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

One Solution for Real-Time Data protection, Disaster Recovery & Migration

One Solution for Real-Time Data protection, Disaster Recovery & Migration One Solution for Real-Time Data protection, Disaster Recovery & Migration Built-in standby virtualisation server Backs up every 15 minutes up to 12 servers On and Off-site Backup User initialed file, folder

More information

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

Supported File Systems

Supported File Systems System Requirements VMware Infrastructure Platforms Hosts vsphere 5.x vsphere 4.x Infrastructure 3.5 (VI3.5) ESX(i) 5.x ESX(i) 4.x ESX(i) 3.5 vcenter Server 5.x (optional) vcenter Server 4.x (optional)

More information

Acano solution. Virtualized Deployment R1.1 Installation Guide. Acano. February 2014 76-1025-03-B

Acano solution. Virtualized Deployment R1.1 Installation Guide. Acano. February 2014 76-1025-03-B Acano solution Virtualized Deployment R1.1 Installation Guide Acano February 2014 76-1025-03-B Contents Contents 1 Introduction... 3 1.1 Before You Start... 3 1.1.1 About the Acano virtualized solution...

More information

Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6

Overview... 2. Customer Login... 2. Main Page... 2. VM Management... 4. Creation... 4 Editing a Virtual Machine... 6 July 2013 Contents Overview... 2 Customer Login... 2 Main Page... 2 VM Management... 4 Creation... 4 Editing a Virtual Machine... 6 Disk Management... 7 Deletion... 7 Power On / Off... 8 Network Management...

More information

How To Use A Recoverypoint Server Appliance For A Disaster Recovery

How To Use A Recoverypoint Server Appliance For A Disaster Recovery One Solution for Real-Time Data protection, Disaster Recovery & Migration Built-in standby virtualisation server Backs up every 15 minutes up to 12 servers On and Off-site Backup Exchange Mailbox & Message

More information

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Best Practices for Virtualised SharePoint

Best Practices for Virtualised SharePoint Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

For Hyper-V Edition Practical Operation Seminar. 4th Edition

For Hyper-V Edition Practical Operation Seminar. 4th Edition For Hyper-V Edition Practical Operation Seminar 4th Edition 3.5 for Hyper-V 1. ActiveImage Protector made available in 8 editions Server Edition Support for backup of server OS s, Windows 2000 or later,

More information

Acronis Backup & Recovery 10 Workstation. Installation Guide

Acronis Backup & Recovery 10 Workstation. Installation Guide Acronis Backup & Recovery 10 Workstation Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent for Windows...

More information

VMware vcenter Log Insight Administration Guide

VMware vcenter Log Insight Administration Guide VMware vcenter Log Insight Administration Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore VMware Virtual Machines... Error! Bookmark not defined. Backup virtual machines running on VMware ESXi / ESX Server with VDDK / non VDDK... 2 Requirements and recommendations...

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

More information

BackupAssist Common Usage Scenarios

BackupAssist Common Usage Scenarios WHITEPAPER BackupAssist Version 5 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Table of Contents Introduction... 3 Disaster recovery for 2008, SBS2008 & EBS 2008... 4 Scenario 1: Daily backups with

More information

VMware for Bosch VMS. en Software Manual

VMware for Bosch VMS. en Software Manual VMware for Bosch VMS en Software Manual VMware for Bosch VMS Table of Contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3 Installing and configuring ESXi server 6 3.1 Installing

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

NOTICE ADDENDUM NO. TWO (2) JULY 8, 2011 CITY OF RIVIERA BEACH BID NO 308-11 SERVER VIRTULIZATION/SAN PROJECT

NOTICE ADDENDUM NO. TWO (2) JULY 8, 2011 CITY OF RIVIERA BEACH BID NO 308-11 SERVER VIRTULIZATION/SAN PROJECT NOTICE ADDENDUM NO. TWO (2) JULY 8, 2011 CITY OF RIVIERA BEACH BID NO 308-11 SERVER VIRTULIZATION/SAN PROJECT TO ALL PROPOSERS ON THE ABOVE PROJECT: PLEASE NOTE CONTENTS HEREIN AND AFFIX (PASTE OR STAPLE)

More information

Bosch Video Management System High availability with VMware

Bosch Video Management System High availability with VMware Bosch Video Management System High availability with VMware en Technical Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 Restrictions 4 2 Overview 5 3

More information

A Step-by-Step Guide to Synchronous Volume Replication (Block Based) over a WAN with Open-E DSS

A Step-by-Step Guide to Synchronous Volume Replication (Block Based) over a WAN with Open-E DSS A Step-by-Step Guide to Synchronous Volume Replication (Block Based) over a WAN with Open-E DSS DSS ver. 5.00 up60 February 12, 2009 April 2009 Synchronous Volume Replication over a WAN Synchronous Asynchronous

More information

Version: 1.5 2014 Page 1 of 5

Version: 1.5 2014 Page 1 of 5 Version: 1.5 2014 Page 1 of 5 1.0 Overview A backup policy is similar to an insurance policy it provides the last line of defense against data loss and is sometimes the only way to recover from a hardware

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

Advanced Diploma In Hardware, Networking & Server Configuration

Advanced Diploma In Hardware, Networking & Server Configuration Advanced Diploma In Hardware, Networking & Server Configuration Who should do this course? This course is meant for those persons who have a dream of getting job based on Computer Hardware, Networking

More information

Vembu BDR v2.0.2. Release Notes. Major features in v2.0.2. Other features in Vembu BDR. Cloud Disaster Recovery Service. VMware UltraBlaze.

Vembu BDR v2.0.2. Release Notes. Major features in v2.0.2. Other features in Vembu BDR. Cloud Disaster Recovery Service. VMware UltraBlaze. Vembu BDR v2.0.2 Release Notes Vembu BDR v2.0.2 is now publicly released and is available for production deployments with new features and more bug fixes which improves the stability and performance. Also,

More information

How To Backup A Virtual Machine With Thinware Vbackup

How To Backup A Virtual Machine With Thinware Vbackup vbackup Administrator s Guide Thinware vbackup 4.0.1 Thinware vbackup Administrator s Guide Thinware vbackup Administrator s Guide Revision: 4.0.1-1 The latest product updates and most up-to-date documentation

More information

Total Data Protection for your business

Total Data Protection for your business A platform to empower your business C Y K C K C K Total Data Protection for your business Protecting business data No matter where it lives At Breakwater we understand the importance of a dependable, extremely

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista TM / Vista

More information

Improve Backup Performance by Upgrading to Symantec Backup Exec 12.5 with Service Pack 2

Improve Backup Performance by Upgrading to Symantec Backup Exec 12.5 with Service Pack 2 Improve Backup Performance by Upgrading to Symantec Backup Exec 12.5 with Service Pack 2 Test Report to Show How Existing Backup Exec Customers Can Improve Backup Performance and Reduce Backup Windows

More information

Total Backup Recovery 7

Total Backup Recovery 7 7 TM 7 Simplify and automate backup and recovery manageability while maintaining business continuity 7 Advanced Server is FarStone s next generation backup and recovery utility to protect your business

More information

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN The Amazon Web Services (AWS) Storage Gateway uses an on-premises virtual appliance to replicate a portion of your local Drobo iscsi SAN (Drobo B1200i, left below, and Drobo B800i, right below) to cloudbased

More information

BounceBack Server Solution Reference Guide

BounceBack Server Solution Reference Guide BounceBack Server Solution Reference Guide Contents Introduction... 2 System Requirements... 3 Initial Setup... 4 BounceBack Server Appliance Front View... 5 BounceBack Server Appliance Rear View... 6

More information

Historian SQL Server 2012 Installation Guide

Historian SQL Server 2012 Installation Guide Historian SQL Server 2012 EIO0000001701 04-10-2013 Historian SQL Server 2012 Installation Guide 04-10-2013 EIO0000001701.00 www.schneider-electric.com The information provided in this documentation contains

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Total Backup Recovery 7

Total Backup Recovery 7 7 TM 7 Automat backup and restore management for all networked laptops & workstations from a centralized administrating console 7 Advanced Workstation assures that critical business information is well

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

Backup and Recovery. Backup and Recovery. Introduction. DeltaV Product Data Sheet. Best-in-class offering. Easy-to-use Backup and Recovery solution

Backup and Recovery. Backup and Recovery. Introduction. DeltaV Product Data Sheet. Best-in-class offering. Easy-to-use Backup and Recovery solution September 2013 Page 1 Protect your plant data with the solution. Best-in-class offering Easy-to-use solution Data protection and disaster recovery in a single solution Scalable architecture and functionality

More information

Frequently Asked Questions: EMC UnityVSA

Frequently Asked Questions: EMC UnityVSA Frequently Asked Questions: EMC UnityVSA 302-002-570 REV 01 Version 4.0 Overview... 3 What is UnityVSA?... 3 What are the specifications for UnityVSA?... 3 How do UnityVSA specifications compare to the

More information

ITA Mail Archive Setup Guide

ITA Mail Archive Setup Guide This version of ITA Mail Archive is optimized to archive emails on both Microsoft Exchange 2000 and 2003 and 2007 servers. It is highly recommended that ITA Mail Archive should run on a server other than

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Virtual Web Appliance Setup Guide

Virtual Web Appliance Setup Guide Virtual Web Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance This guide describes the procedures for installing a Virtual Web Appliance. If you are installing

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 4.10 PDF-SERVER-D-Rev1 Copyright 2011 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

Windows Server 2008 R2 Essentials

Windows Server 2008 R2 Essentials Windows Server 2008 R2 Essentials Installation, Deployment and Management 2 First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

DO NOT REMOVE ANY PAGES FROM THIS REQUEST FOR QUOTATION DOCUMENT. FAILURE TO RETURN ALL PAGES WITH YOUR REQUEST FOR QUOTATION MAY INVALIDATE YOUR BID.

DO NOT REMOVE ANY PAGES FROM THIS REQUEST FOR QUOTATION DOCUMENT. FAILURE TO RETURN ALL PAGES WITH YOUR REQUEST FOR QUOTATION MAY INVALIDATE YOUR BID. Page 1 of 10 April 7, 2015 Name of Firm or Individual Address City Province Postal Code Telephone No. Fax No. Name of Person Signing for Firm (Please Print) Position of Person Signing for Firm DO NOT REMOVE

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

Total Backup Recovery 7

Total Backup Recovery 7 7 TM 7 Enhance business functionality and productivity with guaranteed protection from 7 Server 7 Server is a total backup and recovery solution for Windows. With support for all operating systems, 7 Server

More information

Windows Server 2008 Essentials. Installation, Deployment and Management

Windows Server 2008 Essentials. Installation, Deployment and Management Windows Server 2008 Essentials Installation, Deployment and Management Windows Server 2008 Essentials First Edition. This ebook is provided for personal use only. Unauthorized use, reproduction and/or

More information

Microsoft Exchange 2010 on Dell Systems. Simple Distributed Configurations

Microsoft Exchange 2010 on Dell Systems. Simple Distributed Configurations Microsoft Exchange 2010 on Dell Systems Simple Distributed Configurations Global Solutions Engineering Dell Product Group Microsoft Exchange 2010 on Dell Systems Simple Distributed Configurations This

More information

TimeIPS Server. IPS256T Virtual Machine. Installation Guide

TimeIPS Server. IPS256T Virtual Machine. Installation Guide TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision

More information

Acronis True Image 2015 REVIEWERS GUIDE

Acronis True Image 2015 REVIEWERS GUIDE Acronis True Image 2015 REVIEWERS GUIDE Table of Contents INTRODUCTION... 3 What is Acronis True Image 2015?... 3 System Requirements... 4 INSTALLATION... 5 Downloading and Installing Acronis True Image

More information

Adonis Technical Requirements

Adonis Technical Requirements Information Sheet Adonis Technical Requirements CONTENTS Contents... 1 Adonis Project Implementation... 1 Host Installation / Onboard Installation Full replication (LARGER Vessels):... 1 Onboard installation

More information

Backup and Recovery. Backup and Recovery. Introduction. DeltaV Product Data Sheet. Best-in-class offering. Easy-to-use Backup and Recovery solution

Backup and Recovery. Backup and Recovery. Introduction. DeltaV Product Data Sheet. Best-in-class offering. Easy-to-use Backup and Recovery solution April 2013 Page 1 Protect your plant data with the solution. Best-in-class offering Easy-to-use solution Data protection and disaster recovery in a single solution Scalable architecture and functionality

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector

Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector Tech Note Nathan Tran The purpose of this tech note is to show how organizations can use Hitachi Applications Protector

More information

Tekla Structures 18 Hardware Recommendation

Tekla Structures 18 Hardware Recommendation 1 (5) Tekla Structures 18 Hardware Recommendation Recommendations for Tekla Structures workstations Tekla Structures hardware recommendations are based on the setups that have been used in testing Tekla

More information

Software SIParator / Firewall

Software SIParator / Firewall Orientation and Installation Guide for the Ingate SBC and E-SBC Software SIParator / Firewall for Virtual x86 Machines For the Ingate Software SIParators using software release 5.0.6 or later Revision

More information

Virtual Managment Appliance Setup Guide

Virtual Managment Appliance Setup Guide Virtual Managment Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance As an alternative to the hardware-based version of the Sophos Web Appliance, you can deploy

More information

Selecting NetVanta UC Server Hypervisor and Server Platforms

Selecting NetVanta UC Server Hypervisor and Server Platforms NetVanta Unified Communications Technical Note Selecting NetVanta UC Server Hypervisor and Server Platforms Introduction This technical note specifies the minimum computer hardware requirements for NetVanta

More information

VMware Data Recovery. Administrator's Guide EN-000193-00

VMware Data Recovery. Administrator's Guide EN-000193-00 Administrator's Guide EN-000193-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

Remote PC Guide Series - Volume 2b

Remote PC Guide Series - Volume 2b Document Version: 2013-09-06 R720 This guide provides hardware model-specific guidance in server configuration, with BIOS and RAID configuration instructions for the Dell R720. This guide is part of a

More information

Dynamode External USB3.0 Dual RAID Encloure. User Manual. www.dynamode.com

Dynamode External USB3.0 Dual RAID Encloure. User Manual. www.dynamode.com Dynamode External USB3.0 Dual RAID Encloure User Manual www.dynamode.com 1. Introduction Congratulations on the purchase of your new USB3.0 Dual RAID Encloure This high-performance, extremely flexible

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage TECHNICAL PAPER Veeam Backup & Replication with Nimble Storage Document Revision Date Revision Description (author) 11/26/2014 1. 0 Draft release (Bill Roth) 12/23/2014 1.1 Draft update (Bill Roth) 2/20/2015

More information

Setup Cisco Call Manager on VMware

Setup Cisco Call Manager on VMware created by: Rainer Bemsel Version 1.0 Dated: July/09/2011 The purpose of this document is to provide the necessary steps to setup a Cisco Call Manager to run on VMware. I ve been researching for a while

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Update 2 Installation Guide Applies to the following editions: Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION

EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION Automated file synchronization Flexible, cloud-based administration Secure, on-premises storage EMC Solutions January 2015 Copyright 2014 EMC Corporation. All

More information

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks

Set Up Panorama. Palo Alto Networks. Panorama Administrator s Guide Version 6.0. Copyright 2007-2015 Palo Alto Networks Set Up Panorama Palo Alto Networks Panorama Administrator s Guide Version 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-us

More information

Leveraging Virtualization for Disaster Recovery in Your Growing Business

Leveraging Virtualization for Disaster Recovery in Your Growing Business Leveraging Virtualization for Disaster Recovery in Your Growing Business Contents What is Disaster Recovery?..................................... 2 Leveraging Virtualization to Significantly Improve Disaster

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

Backup & Recovery. 10 Suite PARAGON. Data Sheet. Automatization Features

Backup & Recovery. 10 Suite PARAGON. Data Sheet. Automatization Features PARAGON Backup & Recovery 10 Suite Data Sheet Automatization Features Paragon combines our latest patented technologies with 15 years of expertise to deliver a cutting edge solution to protect home Windows

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

More information

MedInformatix System Requirements

MedInformatix System Requirements MedInformatix System Requirements Acentec, Inc. A MedInformatix installation requires a workstation for each user who will access the system and a central server to store and process the data. A large

More information

Westek Technology Snapshot and HA iscsi Replication Suite

Westek Technology Snapshot and HA iscsi Replication Suite Westek Technology Snapshot and HA iscsi Replication Suite Westek s Power iscsi models have feature options to provide both time stamped snapshots of your data; and real time block level data replication

More information

Data center virtualization

Data center virtualization Data center virtualization A Dell Technical White Paper August 2011 Lay the foundation for impressive disk utilization and unmatched data center flexibility Executive summary Many enterprise IT departments

More information

High Availability Solution

High Availability Solution s 9 160 Desigo Insight High Availability Solution HA-300 HA-500 The High Availability Solution (HA) provides increased reliability and security for our building control technology: Uninterrupted monitoring

More information

About Backing Up a Cisco Unity System

About Backing Up a Cisco Unity System CHAPTER 4 Introduction This chapter describes in general terms backing up a Cisco Unity system. When you back up a Cisco Unity server (and one or more Exchange servers) you need to consider the same issues

More information

Windows Server 2012 R2 The Essentials Experience

Windows Server 2012 R2 The Essentials Experience Windows Server 2012 R2 The Essentials Experience Published: October 7, 2013 Contents 1 Meeting business needs 1 The small business challenge 2 Windows Server 2012 R2 Essentials 2 A cloud-enabled server

More information

Cisco TelePresence Server on Virtual Machine

Cisco TelePresence Server on Virtual Machine Cisco TelePresence Server on Virtual Machine Installation Guide 4.0 OL-30233-03 May 2014 Contents General information 3 About the Cisco TelePresence Server on Virtual Machine 3 Licensing 3 Co-residency

More information

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam

VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Exam : VCP5-DCV Title : VMware Certified Professional 5 Data Center Virtualization (VCP5-DCV) Exam Version : DEMO 1 / 9 1.Click the Exhibit button. An administrator has deployed a new virtual machine on

More information

Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect

Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect Disk-to-Disk-to-Offsite Backups for SMBs with Retrospect Abstract Retrospect backup and recovery software provides a quick, reliable, easy-to-manage disk-to-disk-to-offsite backup solution for SMBs. Use

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

Enterprise Manager. Version 6.2. Administrator s Guide

Enterprise Manager. Version 6.2. Administrator s Guide Enterprise Manager Version 6.2 Administrator s Guide Enterprise Manager 6.2 Administrator s Guide Document Number 680-017-017 Revision Date Description A August 2012 Initial release to support version

More information

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide WHITE Deployment PAPERGuide Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Deployment Guide Table of contents About

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Update 0 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID. 2 1.2 RAID Configurations Precautions.. 3 1.3 Create Disk Array. 4 2. NVIDIA Windows RAID Installation

More information

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration

vsphere Private Cloud RAZR s Edge Virtualization and Private Cloud Administration Course Details Level: 1 Course: V6PCRE Duration: 5 Days Language: English Delivery Methods Instructor Led Training Instructor Led Online Training Participants: Virtualization and Cloud Administrators,

More information

What s new in 6.1. Veeam Backup & Replication

What s new in 6.1. Veeam Backup & Replication Veeam Backup & Replication What s new in 6.1 Veeam Backup & Replication now protects more than 4 million VMs in more than 40,000 organizations around the world. And although Veeam has a huge lead over

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Windows... 3 1.1.2 Management

More information

Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual

Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual Hillstone StoneOS User Manual Hillstone Unified Intelligence Firewall Installation Manual www.hillstonenet.com Preface Conventions Content This document follows the conventions below: CLI Tip: provides

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information