StorTrends - Citrix. Introduction. Getting Started: Setup Guide

Size: px
Start display at page:

Download "StorTrends - Citrix. Introduction. Getting Started: Setup Guide"

Transcription

1 StorTrends - Citrix Setup Guide Introduction This guide is to assist in configuring a Citrix virtualization environment with a StorTrends SAN array. It is intended for the virtualization and SAN administrator with base Linux knowledge. In following this it should be easy to add a new storage repository utilizing a StorTrends LUN properly. There is limited error assistance, so please follow step-by-step if you are unsure about this process from prior experience. If there are any questions in this guide or completing this task, please do not hesitate to reach out to StorTrends support. StorTrends Technical Support: stortrends-support@ami.com Getting Started: In this configuration guide we have already configured a few items, but it is generally starting from scratch. It is assumed that: StorTrends array and storage pool is created (as it comes shipped) with iscsi network access If multipathing, should have separate subnets for each iscsi network interface Go ahead and configure this with each alias If bonding, should have each interface on the same subnet Go ahead and configure this with the alias Citrix 5.6+ (this guide: c) with XenCenter 6.5 (this guide: build ) iscsi network access from an interface other than the management interface If multipathing, should have separate subnets for each iscsi network interface If bonding, should have each interface on the same subnet If clustering, pool should already be created between similar hardware

2 StorTrends Configuration Create LUN: We will quickly run through creating a LUN within StorTrends to start. 1. After logging into ManageTrends (StorTrends Web UI), then right-click on Storage or go to the bottom of the left pane. Select the Volume Wizard Link to create a volume. Yes, the dedupe / compression is 3842x better than everyone else s (I m being generous by giving them 5x)! 2. Within the wizard, select the corresponding storage pool that you would like the Citrix storage repository stored in. Put in the name and size as in the example below. If pooling Citrix servers then also check the Allow multiple initiators box. 3. Now, click on the [Add to List] button to add the volume to the list (as in the bottom part of the screenshot above) and then [Finish]. 4. You should now be able to view the newly created volume by selecting it from the left pane. Also notice in the picture below the 2 alias IPs in the bottom of the Target Information section for connecting. The IP(s) that you are connecting with should be here.

3 ERROR CHECK: If they are not, please go into the Control Panel and select Portals from within the iscsi section. Select the alias that you are using for iscsi and make sure that different subnets have different Portal Tags (multipathing). Click on the Enable button. You MUST do this for both controllers. Citrix MPIO Configuration Enable Multipathing: Now that we have an available StorTrends LUN, we can setup the Citrix environment. We will use the Citrix XenCenter (Citrix management interface) from here on. You may skip this section if you have a single iscsi network interface or plan on bonding interfaces together. The first requirement is to enable multipathing (if not already active). To check, get to the XenServer s properties by right-clicking on the corresponding server or [Properties] from the General tab. The fourth option in the properties is Multipathing and it will say Active if it is already enabled. Do this for all XenServers in this pool. You may skip this section if this is already completed. 1. To configure multipathing, first put the XenServer in maintenance mode by right-clicking on the corresponding server and selecting Enter Maintenance Mode as shown below. If pooled, allow the other server to be the new master.

4 2. Go back into this XenServer s properties and select the Enable multipathing on this server box within the Multipathing section. Now select the [OK] button at the bottom right of this pane. 3. Exit maintenance mode and do this for each of the pooled XenServers. Please go ahead and check to ensure that Multipathing is active.

5 Citrix Network Configuration Configure Network Bonding This section is just in case that there are multiple iscsi interfaces on the same subnet and the requirement is to either have more throughput or simply sustained redundancy. 1. Select the Networking tab and then click on the [Add Network ] button. Next, select Bonded Network radio button and then the [Next >] button. Please follow Citrix switch requirements for LACP. 2. Choose the interfaces that are available for the iscsi network and then choose the bond mode that works for your environment. 3. Do this for each XenServer within the pool.

6 Citrix Network Configuration Create iscsi Network This section is to add in the iscsi network as this document assumes a newly created Citrix environment. You may skip this section if you have an iscsi network already configured. Please follow the steps below to create an iscsi network. 1. Select the Networking tab and then click on the [Configure ] button at the bottom of the right pane. 2. In the Configure IP Addresses wizard, select the Add IP address link on the left. 3. As shown above, type in a meaningful name and select the proper network interface. Production solutions should also have a static IP address assigned within all hypervisor network settings, so definitely assign an IP by selecting the Use these settings: radio button. 4. Do this for all iscsi network interfaces on all XenServers within the pool. As you can see in the example below I have 2 interfaces on separate subnets in preparation for an iscsi solution with Multipathing.

7 Citrix iscsi Configuration Set iscsi Timeout The iscsi timeout is the amount of time that the hypervisor will wait for a disk to come back from a loss of connection. This loss of connection can be from anything including the network or the SAN. We increase this value to ensure that there is no data loss in the event of an abrupt failure that is automatically / manually caught within a reasonable amount of time. The best practice is to configure this prior to connecting to a StorTrends LUN as it will automatically handle this setting upon any login now and across XenServer reboot. In this example, I use the linux text editor vi, however anything is fine. 1. Select the Console tab within the XenServer. Hit Enter to get into the shell. 2. Create and open the rule file in vi. Type: vi /etc/udev/rules.d/99-stortrends-scsi-udev.rules 3. Press i to type (vi: insert). As shown above, type exactly: #Citrix VDisk Timeout ACTION== add, SUBSYSTEMS== scsi, ATTRS{vendor}== QENU, ATTRS{model}== QEMU HARDDISK, RUN+= /bin/ sh c echo 190 > /sys$devpath/device/timeout 4. To save this file, now hit [ESC] and type :wq (vi command to write and quit). 5. To check this, type cat /etc/udev/rules.d/99-stortrends-scsi-udev.rules. Please check below: 6. Do this for all XenServers within the pool. 7. For older Citrix environments, run and note the host numbers in ls /sys/devices/platform/ to check the timeouts later.

8 Citrix SR Configuration Create StorTrends Storage Repository This section includes adding the StorTrends LUN and creating the Citrix Storage Repository. 1. Click on the [New SR ] from the Storage tab of the XenServer information page. 2. In the New Storage Repository wizard, select the Software iscsi radio button and then [Next >]. 3. As shown below, put in one of the StorTrends iscsi IPs into the top Target host name/ip address: field. 4. Now, click on the [Scan Target Host] button in the middle. This will automatically discover the available LUNs within the StorTrends array and populate them in the iscsi Target dropdown menu. 5. Select the proper IQN (LUN target) name and ensure that this matches the LUN capacity in the Target LUN dropdown. It is possible to have multiple LUNs coming from a single target; however this is only to be done in an environment with a low performance requirement. 6. Click [Finish] at the bottom right and then click [Yes] to formatting the new virtual disk. You will see this in the Storage tab, as well as it will automatically become pooled storage in the left pane.

9 Citrix iscsi Configuration Check the iscsi Timeouts Now that we are connected via iscsi, this step is to ensure that the timeouts were configured properly. This guide is assuming a new configuration, so the device names will be different from adding on to an existing Citrix environment. If step 7 of the timeout section was followed, then we ll notice the new host numbers to identify. Note that the host numbers are dynamic as they change across reboot of the Citrix XenServer. 1. Go back to the console tab within the XenServer. Hit Enter if it isn t still open. 2. There are a few ways to check the iscsi devices. The screenshot below shows the standard block device (sd* - this is what is getting changed by the timeout script), however this is passed to the iscsi session so that is what we will check. The commands below start from the middle of the screenshot below. The reason that this example has 2 timeouts for a single target is because of the Multipathing as each path is treated independently by the iscsi initiator (XenServer). Type: cat /sys/devices/platform/host (do not hit [Enter]) Hit [Tab] to fill; or [Tab] [Tab] (Tab twice) to show the host number options in the line below Type (in this case): 10 or 9, then hit [Tab] Type: se, then hit [Tab] Type: t, then hit [Tab] Type (in this case): 10 or 9, then hit [Tab] (This will be the same value as above) Type: ti, then hit [Tab] and [Enter] 3. As shown above, all values for the StorTrends LUN(s) should be set to 190. If this is correct, then check all of the other hosts within the pool and skip the rest of this section. 4. ERROR CHECK: The time out is not correctly configured. Something was mistyped. This happens. Compare your rules script with the rules script above. If you do not find an error, then stop and call StorTrends support. Common mistypes are: vendor and model are surrounded by braces or curly brackets Vendor is QENU and model is QEMU The spaces around the greater than symbol. i.e. (190 > /sys) The very end is an apostrophe and quote together. i.e. ( + )

10 5. Disconnect and reconnect to the StorTrends LUN or run the following commands. You can also see the example with multipathing below to where sdb and sdc are the last 2 devices. Type: ls /sys/block/s and hit [Tab] [Tab] (Tab twice) to list the optional devices The ls /sys/block/ is shown in the screenshot below. If multipathing and only connected to a single LUN, it will be the last 2 sd# devices. Else, on a single LUN this will only be the last sd# device. Type (in this case): echo 190 > /sys/block/sdb/device/timeout Type (in this case): echo 190 > /sys/block/sdc/device/timeout Check - Type (in this case): cat /sys/block/sdb/device/timeout Check - Type (in this case): cat /sys/block/sdc/device/timeout If this did not work, then stop and call StorTrends support.

11 Citrix VM Configuration Create VM utilizing a StorTrends iscsi Disk Again, assuming a brand new environment, we can now create a VM utilizing our newly created StorTrends iscsi disk. To do this follow these steps below. 1. Select the New VM button at the top of XenCenter 2. Follow the wizard in selecting the OS template, naming, installation media, chosen server and CPU / memory resources. 3. Storage: As seen below, StorTrends is the default storage so it is automatically chosen. For existing environments, select the [Properties] button to change this storage repository. 4. After selecting the proper network, you can review the settings and click on the [Create Now] button at the bottom right of the New VM wizard. The VM will now show up in your XenServer inventory for the corresponding server that is due to run the VM. 5. Make sure that the VM s disk timeouts are set properly to 190 as the underlying hardware is an iscsi LUN.

12 Citrix VM Configuration Migrate a VM s vdisk to a StorTrends iscsi Disk For the existing environments, the simplest migration path is to move vdisks from an old storage repository to the new. The only limitation on this is that Citrix requires the VM to be powered down to perform this task as it does not show up as an option while the VM is powered on as seen below. 1. Within XenCenter right-click on the VM and select the Move VM option. 2. You will see the old storage repository grayed out, so simply select the StorTrends iscsi disk and click on the [Move] button to proceed.

13 Citrix VM Configuration Add a StorTrends vdisk to an Existing VM In the instance that you want to utilize the VM s OS functionalities for live data migration such as SUSE / Novell LVM mirror, Microsoft s Dynamic Disk mirroring (not supported with VSS) or similar we can add a StorTrends vdisk to the VM. 1. Note that Citrix requires the VM to be down / rebooted before the added disk will be populated. 2. Go into the Storage tab of the VM that you would like to add the StorTrends vdisk and then click on the [Add ] button at the bottom of the main pane. 3. This opens up the Add Virtual Disk wizard that allows you to label and size the new vdisk. Select the StorTrends iscsi storage repository and then click [Add].

14 4. The new vdisk will automatically show up in the Storage tab of that corresponding VM once the disk is fully added. Citrix HA Configuration The Final Piece For the new configurations, if you would prefer an automatic failover solution for the VMs then high availability must be configured. If you already have HA configured then you are finished. 1. Right-click on the cluster from the left-hand pane of XenCenter to open up the Configure HA wizard. Review the prerequisites and click the [Next >] button. It will then scan for all proper SRs for the quorum. 2. You can use the available StorTrends iscsi storage repository, however if you are taking snapshots or planning on having any form of VM recovery then we recommend having a separate StorTrends iscsi disk (1 GB is fine per Citrix documentation) dedicated for this. In the example here I just simply use the available StorTrends SR. Click [Next >] to continue through the wizard.

15 3. Choose your settings based on priority post-failure. For example, if the entire environment is DHCP (except these hypervisors and storage of course) then the DHCP / DNS server s Start order would be set to 0 (top priority VMs) and then allowed 30 seconds (for example) to completely boot up with services fully running. The 30 second boot window is configured by the Attempt to start next VM after: value. Click the [Next >] button once you have gone through all of your VMs. 4. The screenshot below shows the overview with the StorTrends iscsi storage repository as the heartbeat SR. 5. If you want to see the status, make any changes or if you have added a VM just left-click on the cluster name and go to the HA tab on the right-hand pane. New VMs from here onward will automatically get the settings of Do not restart, Start order: 0, Delay: 0.

16 Citrix SR Configuration Storage Repository Expansion Down the road, you may need to add to your storage repository capacity. This is the only non-seamless process that I have found in Citrix XenServer. The latest Citrix documentation (XenServer 6.5) says to simply expand the LUN and then run the command xe sr-scan sr-uuid=<sr_uuid>. Other online documentation claims that running a pbd-unplug and pbd-plug works. It does not. Please reach out to StorTrends support the day that any of this is accurate and/or available in Citrix XenServer or XenCenter (Storage tab -> [Rescan]) so that we can update our documentation. That being said, here we have a pooled HA and MPIO environment (probably why this scenario isn t so simple) and customers that have gone through leaps and bounds to complete this task. As always, please follow the steps exactly as they are below. 1. Because we are not able to follow Citrix s Live LUN Expansion, we recommend doing this during a maintenance window with all VMs stored within this storage repository to be powered down or simply migrated off. 2. Find the master node. The only easy way to know this is that it is the top host of the pool in XenCenter. The proper way is to run the command xe pool-list params=master and match this UUID to the UUID within the corresponding host s General tab. 3. Please go to the MASTER node s Console tab. Hit [Enter].

17 4. Rescan the iscsi LUN Type: iscsiadm m node R 5. Find the device name for this disk using the previous size. Type: Type: multipath l 6. Run the MPIO resize command. In the event that you previously had the exact same sizes, you can just do this to all of them. The command will just try and reply with ok. If you have chosen an invalid device then it will reply with fail. Type: multipathd k resize map dm-5 7. Run the LVM physical volume resize command. Type: lvm pvresize /dev/dm-5

18 8. Lastly rescan the SR in XenCenter by selecting the SR at the bottom of the pool and clicking the [Rescan] button at the bottom left of the Storage tab. 9. You will now see the available space increase in the General tab beside the Size: value. Do not use the Description: value as it is static to the description that was put in once the SR was created (In my case I used the default that shows the initial target information).

19 Citrix StorTrends Setup Guide: Conclusion You should now have a production ready Citrix virtualization environment utilizing your new or existing StorTrends SAN array. Please reach out to support to check your configuration, with any questions / concerns or to complain about anything within this guide. American Megatrends Inc Oakbrook Parkway, Bldg. 200 Norcross GA t: Sales & Product Information StorTrendsSales@ami.com t: Technical Support stortrends-support@ami.com t: CERTIFIED Performance Storage. Proven Value.

istorage Server: High-Availability iscsi SAN for Citrix Xen Server

istorage Server: High-Availability iscsi SAN for Citrix Xen Server istorage Server: High-Availability iscsi SAN for Citrix Xen Server Wednesday, Nov 21, 2013 KernSafe Technologies, Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2013. All right reserved. Table

More information

Citrix 1Y0-A26. Citrix XenServer 6.0 Administration. Download Full Version :

Citrix 1Y0-A26. Citrix XenServer 6.0 Administration. Download Full Version : Citrix 1Y0-A26 Citrix XenServer 6.0 Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1y0-a26 QUESTION: 107 Scenario: An administrator built four new hosts in an existing

More information

How to set up Thecus NAS as storage repositories on Citrix XenServer 6.0 via iscsi

How to set up Thecus NAS as storage repositories on Citrix XenServer 6.0 via iscsi Overview How to set up Thecus NAS as storage repositories on Citrix This article will guide the administrator into mounting an iscsi Target from Thecus NAS onto a Citrix XenServer. This article was created

More information

1Y0-A26 Citrix XenServer 6.0 Practice Exam

1Y0-A26 Citrix XenServer 6.0 Practice Exam 1Y0-A26 Citrix XenServer 6.0 Practice Exam Section 1: Implementing XenServer 1.1 Specific Task: Configure boot storage from SAN Objective: Given a scenario, determine how to configure options on the XenServer

More information

Using SANDeploy iscsi SAN for Citrix XenServer

Using SANDeploy iscsi SAN for Citrix XenServer Using SANDeploy iscsi SAN for Citrix XenServer Friday, October 8, 2010 www.sandeploy.com Copyright SANDeploy Limited 2008 2011. All right reserved. Table of Contents Preparing SANDeploy Storage... 4 Create

More information

XenServer Demo/Evaluation System

XenServer Demo/Evaluation System 1 XenServer Demo/Evaluation System Technical Setup Guide December 2009 2 Overview This document describes the implementation of a simple demonstration and evaluation environment for Citrix XenServer. The

More information

Dell Compellent Storage Center. XenServer 6.x Best Practices

Dell Compellent Storage Center. XenServer 6.x Best Practices Dell Compellent Storage Center XenServer 6.x Best Practices Page 2 Document revision Date Revision Description 2/16/2009 1 Initial 5.0 Documentation 5/21/2009 2 Documentation update for 5.5 10/1/2010 3

More information

Citrix XenServer Quick Start Guide. Published Tuesday, 25 September Edition

Citrix XenServer Quick Start Guide. Published Tuesday, 25 September Edition Citrix XenServer 6.0 Quick Start Guide Published Tuesday, 25 September 2012 0 Edition Citrix XenServer 6.0 Quick Start Guide Copyright 2012 Citrix Systems. Inc. All Rights Reserved. Version: 6.0 Citrix,

More information

Configure Citrix XenServer with P300Q

Configure Citrix XenServer with P300Q Configure Citrix XenServer with P300Q Tim Chung Version 1.0 (DEC, 2010) 1 QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201011-P300H lntroduction In this document, it introduces how

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

HP integrated Citrix XenServer 5.0 Release Notes

HP integrated Citrix XenServer 5.0 Release Notes HP integrated Citrix XenServer 5.0 Release Notes Part Number 488554-003 March 2009 (Third Edition) Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and

More information

StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016

StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA SMB File Server in Windows Server 2016 APRIL 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

Configuring Server Boot

Configuring Server Boot This chapter includes the following sections: Boot Policy, page 1 UEFI Boot Mode, page 2 UEFI Secure Boot, page 3 CIMC Secure Boot, page 3 Creating a Boot Policy, page 5 SAN Boot, page 6 iscsi Boot, page

More information

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018

StarWind Virtual SAN. HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2. One Stop Virtualization Shop MARCH 2018 One Stop Virtualization Shop StarWind Virtual SAN HyperConverged 2-Node Scenario with Hyper-V Cluster on Windows Server 2012R2 MARCH 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

Citrix XenServer with Dell SC Series Storage Configuration and Deployment

Citrix XenServer with Dell SC Series Storage Configuration and Deployment Citrix XenServer with Dell SC Series Storage Configuration and Deployment Dell Storage Engineering January 2017 A Dell EMC Deployment and Configuration Guide Revisions Date January 2016 Description Initial

More information

Citrix XenServer 7.3 Quick Start Guide. Published December Edition

Citrix XenServer 7.3 Quick Start Guide. Published December Edition Citrix XenServer 7.3 Quick Start Guide Published December 2017 1.0 Edition Citrix XenServer 7.3 Quick Start Guide 1999-2017 Citrix Systems, Inc. All Rights Reserved. Version: 7.3 Citrix Systems, Inc. 851

More information

WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide

WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide WHITE PAPER Citrix XenServer and EMC CLARiiON CX4 Series Citrix XenServer and EMC CLARiiON CX4 Series Configuration Guide www.citrix.com Contents Introduction...4 Citrix XenServer for Enterprise ready

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

StorTrends vsphere Web Client Plugin

StorTrends vsphere Web Client Plugin StorTrends Sphere Web Client Plugin Center 5.5 Center 6.0 Center 6.5 Product Version Supported StorTrends VWC plugin 1.0.5 was alidated with following Center/VCSA ersions: Center Build VCSA Build Center

More information

XenServer Release Notes

XenServer Release Notes Version 5.5.0 Published June 2009 1.0 Edition About this document XenServer Release Notes This document provides important information about the XenServer 5.5.0 Release. Release notes specific to the supported

More information

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2

StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 One Stop Virtualization Shop StarWind Virtual SAN Configuring HA Shared Storage for Scale-Out File Servers in Windows Server 2012R2 DECEMBER 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software

More information

Creating a 2 node virtual SQL Server 2008 Cluster Configuration Using Windows 2003 MSCS

Creating a 2 node virtual SQL Server 2008 Cluster Configuration Using Windows 2003 MSCS Creating a 2 node virtual SQL Server 2008 Cluster Configuration Using Windows 2003 MSCS Reference No: Date: 10/08/2010 File Name: Creating a 2 node SQL Server 2008 Cluster Configuration using Windows 2003

More information

Citrix XenServer 6 Administration

Citrix XenServer 6 Administration Citrix XenServer 6 Administration Duration: 5 Days Course Code: CXS-203 Overview: In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install,

More information

StarWind Native SAN for Hyper-V:

StarWind Native SAN for Hyper-V: This document refers to the previous StarWind Virtual SAN version. To view the document for the current version, please follow this link StarWind Native SAN for Hyper-V: Configuring HA Storage for Live

More information

StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016

StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN 2-Node Stretched Hyper-V Cluster on Windows Server 2016 APRIL 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware

Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware CHAPTER 5 Setting Up Cisco Prime LMS for High Availability, Live Migration, and Storage VMotion Using VMware This chapter explains setting up LMS for High Availability (HA), Live migration, and, Storage

More information

Citrix XenServer 5.6 Administration

Citrix XenServer 5.6 Administration Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version: 6.0 QUESTION NO: 1 Citrix 1Y0-A24 Exam To successfully configure Role Based Access Control, an administrator must ensure that Active Directory

More information

Caching & Tiering BPG

Caching & Tiering BPG Intro: SSD Caching and SSD Tiering functionality in the StorTrends 3500i offers the most intelligent performance possible from a hybrid storage array at the most cost-effective prices in the industry.

More information

Course CXS-203 Citrix XenServer 6.0 Administration

Course CXS-203 Citrix XenServer 6.0 Administration Course CXS-203 Citrix XenServer 6.0 Administration Overview In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install, configure, administer,

More information

StarWind Native SAN Configuring HA File Server for SMB NAS

StarWind Native SAN Configuring HA File Server for SMB NAS Hardware-less VM Storage StarWind Native SAN Configuring HA File Server for SMB NAS DATE: FEBRUARY 2012 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software

More information

Linux Host Utilities 6.2 Quick Start Guide

Linux Host Utilities 6.2 Quick Start Guide Linux Host Utilities 6.2 Quick Start Guide This guide is for experienced Linux users. It provides the basic information required to get the Linux Host Utilities installed and set up on a Linux host. The

More information

Citrix_ActualTests_1Y0-A24_v _87q

Citrix_ActualTests_1Y0-A24_v _87q Citrix_ActualTests_1Y0-A24_v2012-01-31_87q Number: 1Y0-A24 Passing Score: 700 Time Limit: 75 min File Version: 4.3 http://www.gratisexam.com/ Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version:

More information

1Y0-A24. Number: Passing Score: 800 Time Limit: 180 min File Version: 1.0. Citrix 1Y0-A24

1Y0-A24.  Number: Passing Score: 800 Time Limit: 180 min File Version: 1.0. Citrix 1Y0-A24 1Y0-A24 Number: 000-000 Passing Score: 800 Time Limit: 180 min File Version: 1.0 http://www.gratisexam.com/ Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version: 4.2 Citrix 1Y0-A24 Exam Q1 A network

More information

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager

Citrix Connector 7.5 for Configuration Manager. Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Citrix Connector 7.5 for Configuration Manager Using Provisioning Services with Citrix Connector 7.5 for Configuration Manager Prepared by: Subbareddy Dega and Kathy Paxton Commissioning Editor: Kathy

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

How to setup DSS V6 iscsi Failover with XenServer using Multipath

How to setup DSS V6 iscsi Failover with XenServer using Multipath How to setup DSS V6 iscsi Failover with XenServer using Multipath Software Version: DSS ver. 6.00 up55 Presentation updated: February 2011 TO SET UP VOLUME REPLICATION WITH FAILOVER WITH MULTIPATH, PERFORM

More information

StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters

StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters StarWind iscsi SAN Software: Using StarWind to provide Cluster Shared Disk resources for Hyper-V Failover Clusters www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

CXS-203-1I Citrix XenServer 6.0 Administration

CXS-203-1I Citrix XenServer 6.0 Administration 1800 ULEARN (853 276) www.ddls.com.au CXS-203-1I Citrix XenServer 6.0 Administration Length 5 days Price $5115.00 (inc GST) Overview In the Citrix XenServer 6.0 classroom training course, students are

More information

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.2 Configuring Hosts to Access Fibre Channel (FC) or iscsi Storage 302-002-568 REV 03 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published July

More information

StarWind Virtual SAN Installation and Configuration of HyperConverged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of HyperConverged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN of HyperConverged 2 Nodes with Hyper-V Cluster AUGUST 2016 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and

More information

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2 One Stop Virtualization Shop StarWind Virtual SAN Compute and Storage Separated with Windows Server 2012 R2 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the

More information

Whitepaper. Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage

Whitepaper. Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage Whitepaper Deploying Citrix XenServer 5.0 with Dell EqualLogic PS Series storage Table of contents Dell EqualLogic PS Series Storage...4 XenServer 5.0 Dell Edition Overview...5 What s new in XenServer

More information

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x

Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Using EonStor DS Series iscsi-host storage systems with VMware vsphere 5.x Application notes Abstract These application notes explain configuration details for using Infortrend EonStor DS Series iscsi-host

More information

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016

StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Compute and Storage Separated with Windows Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

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

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

More information

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version Citrix 1Y0-A09 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0 Practice Test Version 1.3 QUESTION NO: 1 An administrator created a template of a Microsoft Windows XP SP3 virtual machine (VM)

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Controller Installation

Controller Installation The following describes the controller installation process. Installing the Controller, page 1 Controller Deployment, page 2 Controller Virtual Hard Disk Storage, page 4 Custom Controller Web UI Certificates,

More information

StarWind Virtual SAN AWS EC2 Deployment Guide

StarWind Virtual SAN AWS EC2 Deployment Guide One Stop Virtualization Shop StarWind Virtual SAN AUGUST 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

SteelEye Solutions Extend Citrix XenServer. Bob Williamson

SteelEye Solutions Extend Citrix XenServer. Bob Williamson SteelEye Solutions Extend Citrix XenServer Bob Williamson bobw@steeleye.com DataKeeper Expanding SteelEye Family of Protection Solutions Real-time continuous data protection with full rewind capability

More information

Whitepaper. StorTrends Testing Guide: 3400i Controller Failover

Whitepaper. StorTrends Testing Guide: 3400i Controller Failover Whitepaper StorTrends Testing Guide: 3400i Controller Failover 2012 Copyright American Megatrends, Inc. All rights reserved. American Megatrends, Inc. 5555 Oakbrook Parkway, Building 200 Norcross, GA 30093

More information

iscsi Boot from SAN with Dell PS Series

iscsi Boot from SAN with Dell PS Series iscsi Boot from SAN with Dell PS Series For Dell PowerEdge 13th generation servers Dell Storage Engineering September 2016 A Dell Best Practices Guide Revisions Date November 2012 September 2016 Description

More information

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1

WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 WHITE PAPER Using Marathon everrun MX 6.1 with XenDesktop 5 Service Pack 1 www.citrix.com Contents Introduction... 2 Executive Overview... 2 Marathon everrun MX 6.1 (description by Marathon Technologies)...

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

UCS Director 5.4 Windows/Linux CSV Workflow Deployment

UCS Director 5.4 Windows/Linux CSV Workflow Deployment UCS Director 5.4 Windows/Linux CSV Workflow Deployment The purpose of this document is to illustrate the steps to implement the CSV Workflow that can be used for Windows or Linux VM deployments. The CSV

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Deploying Microsoft Clusters June 10, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE VMware vcenter Site Recovery Manager 4.1 EVALUATOR'S GUIDE Table of Contents. Getting Started.... 3 About VMware vcenter Site Recovery Manager.... 3 About This Guide.... 3 Intended Audience.... 3 Assumptions....

More information

UCS deployment guide for Nimble Storage

UCS deployment guide for Nimble Storage Summary This article is intended as a how to guide to allow for successful deployment of Nimble Storage iscsi connectivity to Cisco UCS. Nimble Storage / Cisco UCS connectivity checklist: 1) Determine

More information

StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016

StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Hyperconverged 2-Node Scenario with Hyper-V Server 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016

StarWind Virtual SAN Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 One Stop Virtualization Shop Installing and Configuring SQL Server 2017 Failover Cluster Instance on Windows Server 2016 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016

StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016 One Stop Virtualization Shop StarWind Virtual SAN Automating Management with SMI-S in System Center Virtual Machine Manager 2016 FEBRUARY 2018 TECHNICAL PAPER Trademarks StarWind, StarWind Software and

More information

For personnal use only

For personnal use only Adding and Removing Disks From VMware RHEL7 Guests Without Rebooting Finnbarr P. Murphy (fpm@fpmurphy.com) Consider the following scenario. You are studying for your RHCSA or RHCE using one or more RHEL

More information

XenServer Administrator's Guide

XenServer Administrator's Guide XenServer Administrator's Guide 5.0.0 Published September 2008 1.0 Edition XenServer Administrator's Guide: Release 5.0.0 Published September 2008 Copyright 2008 Citrix Systems, Inc. Xen, Citrix, XenServer,

More information

Oracle VM. Getting Started Guide for Release 3.2

Oracle VM. Getting Started Guide for Release 3.2 Oracle VM Getting Started Guide for Release 3.2 E35331-04 March 2014 Oracle VM: Getting Started Guide for Release 3.2 Copyright 2011, 2014, Oracle and/or its affiliates. All rights reserved. Oracle and

More information

StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016

StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016 One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server 2019 (TP) Failover Cluster Instance on Windows Server 2016 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

StarWind Virtual SAN. Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2. One Stop Virtualization Shop

StarWind Virtual SAN. Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2. One Stop Virtualization Shop One Stop Virtualization Shop StarWind Virtual SAN Installing and Configuring SQL Server 2014 Failover Cluster Instance on Windows Server 2012 R2 OCTOBER 2018 TECHNICAL PAPER Trademarks StarWind, StarWind

More information

Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual

Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual Dell PowerVault MD Storage Array VMware Storage Replication Adapter (SRA) Installation and Configuration Manual Regulatory Model: E16S Series Regulatory Type: E16S001 Notes, Cautions, and Warnings NOTE:

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 3 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

Installing the Cisco CSR 1000v in VMware ESXi Environments

Installing the Cisco CSR 1000v in VMware ESXi Environments Installing the Cisco CSR 1000v in VMware ESXi Environments VMware ESXi Support Information, page 1 VMware Requirements Cisco IOS XE Fuji 16.7, page 2 Supported VMware Features and Operations, page 3 Deploying

More information

Step-by-Step Guide to Synchronous Volume Replication (Block Based) with multipath Active-Passive iscsi Failover supported by Open-E DSS V7

Step-by-Step Guide to Synchronous Volume Replication (Block Based) with multipath Active-Passive iscsi Failover supported by Open-E DSS V7 www.open-e.com 1 Step-by-Step Guide to Synchronous Volume Replication (Block Based) with multipath Active-Passive iscsi Failover supported by Open-E DSS V7 Software Version: DSS ver. 7.00 up02 Presentation

More information

3.1. Storage. Direct Attached Storage (DAS)

3.1. Storage. Direct Attached Storage (DAS) 3.1. Storage Data storage and access is a primary function of a network and selection of the right storage strategy is critical. The following table describes the options for server and network storage.

More information

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Router Mode (Out-of-Path Deployment) 2015 Silver Peak Systems, Inc. Before You Begin Comply

More information

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Dell Compellent Storage Center Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Document Revisions Date Revision Comments 05/18/2012 A First Revision THIS BEST PRACTICES GUIDE IS

More information

If you re not using Citrix XenCenter 6.0, your screens may vary.

If you re not using Citrix XenCenter 6.0, your screens may vary. VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Bridge Mode (In-Line Deployment) 2014 Silver Peak Systems, Inc. Before You Begin Comply

More information

Quick Start Guide: Creating HA Device with StarWind Virtual SAN

Quick Start Guide: Creating HA Device with StarWind Virtual SAN One Stop Virtualization Shop Quick Start Guide: August 2017 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are registered trademarks of StarWind

More information

StoneFly SCVM Deployment Guide for Microsoft Hyper-V

StoneFly SCVM Deployment Guide for Microsoft Hyper-V StoneFly SCVM Deployment Guide for Microsoft Hyper-V Using VHDx File Storage Concentrator Virtual Machine Software-Defined Virtual Storage Appliance Revision 2017.1 This Page is intentionally left blank.

More information

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS Quick Start Guide VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2014 Silver Peak Systems,

More information

Configuration Cheat Sheet for the New vsphere Web Client

Configuration Cheat Sheet for the New vsphere Web Client Configuration Cheat Sheet for the New vsphere Web Client 1-800-COURSES www.globalknowledge.com Configuration Cheat Sheet for the New vsphere Web Client Bill Ferguson, VCI3, 4, 5, MCT, MCSE, MCP+I, CCSI,

More information

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1

BIG-IP Virtual Edition and Citrix XenServer: Setup. Version 12.1 BIG-IP Virtual Edition and Citrix XenServer: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on XenServer... 5 Steps to deploy BIG-IP VE...5 Prerequisites

More information

VIRTUAL GPU SOFTWARE. QSG _v5.0 through 5.2 Revision 03 February Quick Start Guide

VIRTUAL GPU SOFTWARE. QSG _v5.0 through 5.2 Revision 03 February Quick Start Guide VIRTUAL GPU SOFTWARE QSG-07847-001 _v5.0 through 5.2 Revision 03 February 2018 Quick Start Guide TABLE OF CONTENTS About this Guide...iii Chapter 1. Getting Your NVIDIA Software... 1 1.1. Before You Begin...1

More information

QNAP and Failover Technologies

QNAP and Failover Technologies QNAP and Failover Technologies USE MPIO WITH QNAP NAS Copyright 2009. QNAP Systems, Inc. All Rights Reserved. V1.6 How to connect to your QNAP NAS from Windows 2008 using the MPIO feature QNAP provides

More information

Getting Started with ovirt 3.3

Getting Started with ovirt 3.3 Getting Started with ovirt 3.3 Alexey Lesovsky Chapter No. 3 "Configuring ovirt" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.3 "Configuring

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

Configuring High Availability for VMware vcenter in RMS All-In-One Setup

Configuring High Availability for VMware vcenter in RMS All-In-One Setup Configuring High Availability for VMware vcenter in RMS All-In-One Setup This chapter describes the process of configuring high availability for the VMware vcenter in an RMS All-In-One setup. It provides

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V.

StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V. #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Compute and Storage Separated 2-Node Cluster. Creating Scale- Out File Server with Hyper-V. MARCH 2015 TECHNICAL PAPER Trademarks StarWind,

More information

REDUXIO SOLUTION FOR CITRIX XENSERVER 7

REDUXIO SOLUTION FOR CITRIX XENSERVER 7 REDUXIO SOLUTION FOR CITRIX XENSERVER 7 For more information, refer to Reduxio Systems Inc. website at http://www.reduxio.com. If you have comments about this documentation, submit your feedback to docs@reduxio.com.

More information

StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V

StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Compute and Storage Separated 3-Node Setup with Hyper-V MAY 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind

More information

User Guide for configuration of IPM and XenCenter

User Guide for configuration of IPM and XenCenter User Guide for configuration of IPM and XenCenter Revision History Revision Description By 22 nd June 2011 Created Amita 23 rd June 2011 Updated as per comments from Prashant 3 rd Aug 2011 Updated as per

More information

Deploy the ExtraHop Discover Appliance with VMware

Deploy the ExtraHop Discover Appliance with VMware Deploy the ExtraHop Discover Appliance with VMware Published: 2018-07-17 The ExtraHop virtual appliance can help you to monitor the performance of your applications across internal networks, the public

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

More information

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter:

COPYRIGHTED MATERIAL. Windows Server 2008 Storage Services. Chapter. in this chapter: Chapter 1 Windows Server 2008 Storage Services Microsoft Exam Objectives covered in this chapter: ÛÛConfigure storage. May include but is not limited to: RAID types, Virtual Disk Specification (VDS) API,

More information

StoneFly SCVM Deployment Guide for Microsoft Hyper-V

StoneFly SCVM Deployment Guide for Microsoft Hyper-V StoneFly SCVM Deployment Guide for Microsoft Hyper-V Storage Concentrator Virtual Machine Software-Defined Virtual Storage Appliance Revision 2017.1 This Page is intentionally left blank. ENG-114 V 1.1

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN A Dell EqualLogic best practices technical white paper Storage Infrastructure and Solutions Engineering Dell Product Group November 2012 2012

More information

iscsi Storage Appliance Getting Started Guide

iscsi Storage Appliance Getting Started Guide iscsi Storage Appliance Getting Started Guide 2 Copyright 2007 Adaptec, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

istorage Server: High Availability iscsi SAN for Linux Server

istorage Server: High Availability iscsi SAN for Linux Server istorage Server: High Availability iscsi SAN for Linux Server Wednesday, July 24, 2013 KernSafe Technologies,Inc. www.kernsafe.com Copyright KernSafe Technologies 2006-2013.All right reserved Table of

More information