SVC VOLUME MIGRATION

Size: px
Start display at page:

Download "SVC VOLUME MIGRATION"

Transcription

1 The information, tools and documentation ( Materials ) are being provided to IBM customers to assist them with customer installations. Such Materials are provided by IBM on an as-is basis. IBM makes no representations or warranties regarding these Materials and does not provide any guarantee or assurance that the use of such Materials will result in a successful customer installation. MATERIAL UPDATED ON JULY 2005, IT REFLECTS CHANGES/FIXES ON THE SAN VOLUME CONTROLLER CODE 2.1 and the ICAT CONSOLE 2.1. ADDITIONAL TEST SCENARIOS WILL BE ADDED AS NECESSARY TO CLARIFY NEW AVAILABLE FUNCTIONS. Copyright IBM

2 DISK VOLUME MIGRATION USING THE SAN VOLUME CONTROLLER WHITE PAPER The purpose of this paper is to provide detailed, step-by-step instructions on the migration of SAN attached disk volumes to a virtualized environment using the IBM SAN Volume Controller (SVC, SIS or SVC for Cisco MDS). The current IBM publications (SVC Redbook SG and the SVC Configuration Guide SC ) provide some detail on migration, but this critical function has to be clearly understood and documented to enable a successful implementation of IBM Virtualization using the SVC family of products. This paper is intended for people who are familiar with the SVC, but need a practical example to guide them through the steps of how to migrate from an existing SAN environment to a SVC virtualized environment. FIGURE 1 shows the lab environment, in which a LUN is assigned to a Windows 2000 Server from an ESS Model 800 storage system. The LUN is seen by Windows as a basic disk by default and can be converted to a dynamic disk if desired. In this whitepaper dynamic disks will be used. The disk is formatted and the volume is labeled as H:\WIN2KAPPL.. Copyright IBM

3 Here is the way LUN H:\WIN2KAPPL looks to the Win2K Server before we start the virtualization migration: Notice that the WIN2KAPPL (H: disk) comes from the (ESS_800) machine. Copyright IBM

4 These are the contents of the H:\WIN2KAPPL disk provided by the ESS_800: Capacity: 1.86GB, 121 MB being used. Copyright IBM

5 To perform a SAN attached disk migration to a virtualized environment; the following 5 steps need to take place before we start using the IBM SAN Volume Controller: 1) Using the SAN fabric zoning tool (any of the supported switches tools), create an SVC_STORAGE Zone that includes the ESS_800, the FAStT900 and the SVC Fibre Channel adapters (all 4 in each node). 2) Create an additional SVC_HOST Zone that includes the Win2K Server (SAN340_1) used in our environment to represent the HOST, and the SVC Adapters (2 FC adapters, one from each SVC node should be sufficient). 3) Activate the zone changes so they are ready when needed. 4) Shutdown the Win2K Server (SAN340_1), so the operating system is not aware of the LUN changes that take place during the disk migration to SVC. 5) Using the ESS Specialist, un-assign the WIN2KAPPL LUN from the Win2K Server FC adapter, and assign it to all the SVC FC adapters in each node, as shown in FIGURE 2. Copyright IBM

6 Having the environment ready by performing the previous 5 steps we can start the virtualization process using the SVC master console (in this paper we assume familiarity with the SVC and its user interface). NOTE: IF YOU NEED INFORMATION ON HOW TO VIRTUALIZE A LUN ON A UNIX ENVIRONMENT, PLEASE REFERENCE THE APPENDIX ITEM 3 ON THIS PAPER. 6) The first task is to find the newly attached LUN from the ESS_800. So under My Work we click on WORK WITH MANAGED DISKS and click on MANAGED DISKS and the following panel is displayed: : Notice that there are 3 pages of Managed Disks. We look for the new LUN and don t find it, so we continue with step 7. Copyright IBM

7 7) We execute the DISCOVER MDISKS function and click GO. After the SVC discovers the newly assigned disk (in our case MDISK5) it will appear with Status=ONLINE and Mode= UNMANAGED. NOTE: Sometimes the newly assigned disk is recognized dynamically, so there is no need for the DISCOVER function, so make sure you look for the unmanaged disk that you acquired. In our example, MDISK5 is the same LUN that was previously allocated to the SAN340_1 Win2K Server, so all the files and data are still intact. 8) A good practice we recommend is to rename the disks so they make more sense to your installation, in our example, MDISK5 will be renamed using the function RENAME AN MDISK. The new name is WIN2K_IMAGE. Copyright IBM

8 9) In this step we will create an IMAGE MODE vdisk. SVC VOLUME MIGRATION On the same Managed Disks panel, we select the WIN2K_IMAGE disk, and execute the CREATE A VDISK IN IMAGE MODE function. This will trigger an SVC wizard that needs to be followed carefully. NOTE: ALL MANAGED DISKS HAVE TO BE ASSOCIATED WITH A MANAGED DISK GROUP, BUT WE SUGGEST THAT YOU CREATE AN MDG WITHOUT ANY DISKS AND NAME IT MY_IMAGES_GROUP OR ANY OTHER NAME THAT MAKES SENSE IN YOUR ENVIRONMENT. See Appendix item 5 (COMMENTS ON MDG FOR IMAGE MODE VDISKS) for a step-by-step process to create this Managed Disk Group. MOST PEOPLE ALREADY HAVE MANAGED DISK GROUPS DEFINED, IN THAT CASE, PROCEED WITH THE FOLLOWING INSTRUCTIONS. Copyright IBM

9 The first panel labeled CHOOSE AN I/O GROUP AND MANAGED DISK GROUP merits a discussion to clarify the values on the different fields. The flag Let the system choose a preferred node and I/O group should be checked (that is the default). In our case, the defaults were used, which are the correct choice in most cases. The field SELECT THE MANAGED DISK GROUP will allow us to associate the vdisk we are creating with a specific managed disk group. In our lab we already had several Managed Disk Groups, so we selected from them the ESS800_GROUP,and clicked Next. NOTE: When creating an IMAGE MODE vdisk, we don t use storage from the selected MDG, but just pick the extent size associated with that pool (Managed Disk Group). The extent size will be important when our IMAGE disk is migrated to a totally virtualized vdisk. SEE APPENDIX ITEM 4 (COMMENTS ON EXTENT SIZE REQUIERMENTS ON VDISK MIGRATION). Copyright IBM

10 Notice that the type of virtual disk is Image, and that the number of vdisks is already selected with a value of 1. We click NEXT to continue. Copyright IBM

11 We chose the name WIN2K_DISK for the Virtual Disk. We click NEXT. Copyright IBM

12 The panel above shows that the Image-Mode vdisk will be created from the WIN2K_IMAGE Mdisk, which was originally attached from the ESS_800 to the Win2K Server. We click NEXT. The panel above is a summary of the process to create our Image disk. We click finish to create the WIN2K_DISK. Copyright IBM

13 The vdisk was successfully created, as shown in the above panel. 10) On the SVC Console, we will select Work with Virtual Disks, and select Hosts, to create the Host that will represent the Win2K Server; we chose the same name that Windows has for that machine (SAN340_1). The following panel shows that SAN340_1 is already created, and has one port WWPN available. This was possible by the SVC_HOST Zone we created in step 2. Copyright IBM

14 11) The next step will be to map the image vdisk to the WIN2K Server called SAN340_1. We select the SVC console function WORK WITH VIRTUAL DISKS, and select VIRTUAL DISKS. Find the image vdisk, in our example called WIN2K_DISK, select it and execute the function MAP vdisk TO A HOST, as shown below. Copyright IBM

15 The SVC Console shows the following display with a list of possible hosts which can be owners of this vdisk. We select SAN340_1 At this time, we should start the SAN340_1 host (remember it was shutdown to allow the storage change, from ESS_800 to SVC). NOTE: Once the SAN340_1 is up and running, it will have the Virtual Disk WIN2K_DISK attached and any additional SVC migration, disk expansion, etc. will NOT require the Win2K Server to be down. Copyright IBM

16 The following chart summarizes all the steps that we took to create an Image Disk and attach it to the Win2K Server. Copyright IBM

17 To verify the Virtualization operation was a success, we select the Windows function COMPUTER MANAGEMENT, and click DISK MANAGEMT, to display the status of the SAN340_1 disks. In our example, notice the original H: disk is back, but now instead of being provided by the ESS_800, it comes from 2145 (SVC machine number). NOTE: In some cases with Windows, the disk (in our case Disk 3), will appear offline. If that is the case, right click on area labeled Disk 3, and select REACTIVATE DISK. This will bring the disk online will all the appropriate attributes. Copyright IBM

18 Notice the WIN2KAPPL contents provided by the SVC Image disk; match perfectly the original contents when the disk was directly attached to the ESS_800: Capacity of 1.86 GB, 121 MB being used. Copyright IBM

19 The last step to complete the Virtualization process will be to make the IMAGE disk part of a virtualized pool. In our example the image disk associated with ESS_800 Storage, will be transferred to FastT900 based storage. If our original disk had been on an EMC Symmetrix, these same steps would apply, so we could migrate from EMC to ESS, FastT, Hitachi, etc. The following chart summarizes the process to migrate from one type of storage to another: Copyright IBM

20 13) The migration of SVC Virtual disks from one pool (Managed Disk Group) to another is a very simple command done in the Virtual Disks panel, as you can see below. The most important issue is that this migration of the storage will be done under the covers by the SVC, so the owning host (in our case SAN340_1) will NEVER loose connectivity with the LUN while it is being migrated. We find our vdisk called WIN2K_DISK, select it and issue the MIGRATE VDISK function, as seen above, notice the type is IMAGE, and the Mdisk Group Name that is associated with is ESS800_GROUP. Copyright IBM

21 The following panel is displayed, showing a list of available target Managed Disk Group, where the Image disk will migrate to, in our case FastT900_MIGRAT. Another selection required, is the priority of this migration (number of threads) 1 being low and 4 being high. This priority will be highly dependent on the workload taking place at the moment of migration. In our case 4 Threads, the highest priority, is the chosen value. Copyright IBM

22 Notice on the screen capture below that the WIN2K_DISK, now has a type of STRIPED, and that it belongs to the Mdisk Group Name FastT900_MIGRAT. This migration means that all the data that was in one LUN was moved to a group of multiple LUNs that are part of the FastT900_MIGRAT, and the data is striped across all those LUNs, which in most cases will increase performance. Copyright IBM

23 This screen shows that the data in the Windows Server, which now is being provided by the SVC using multiple FastT900 based disks, looks EXACTLY the same as before the migration. Capacity: 1.86 GB, 121 MB being used. Copyright IBM

24 APPENDIX: 1) COMMENTS ON THE DOCUMENT: As mentioned on the introduction, this paper is a detailed step-by-step instruction on how to migrate SAN attached storage to a Virtualized environment. People with little experience on the SVC should be able to follow the logical sequence of events to make the migration possible. For those more experienced users, this document could be a reference guide to verify their own process. If you have any comments or suggestions, please send a note to gfuentes@us.ibm.com. 2) COMMENTS ON THE TEST SCOPE: The examples used to illustrate the migration apply specifically to a Windows 2000 host, but they can be used for all other operating systems supported by the SVC. We should point out that the outage of the Windows host in our example took only a matter of minutes, so the impact of having to shutdown some server types should not be a big concern. Another area that is important to point out, is that we used the SVC ICAT console to perform the migration, but all the functions used, are also available on the Command Line Interface, so many of these tasks could be scripted to automate the Virtualization. 3) COMMENTS ON VIRTUALIZING A LUN ON A UNIX ENVIRONMENT: To virtualize a SAN attached volume, originally attached to an AIX machine, the following steps should take place: 1) UNMOUNT THE FILE SYSTEM (release the Disks from AIX) 2) VARY OFF VOLUME GROUP (release the SCSI reserve on the LUNs) 3) EXPORT VOLUME GROUP (remove Volume Group and File System from the OS) 4) Assign original LUN to SVC (Using ESS Specialist, SM8 or other tool) 5) Discover the new Managed Disk under SVC 6) Create an Image Mode vdisk on SVC 7) Map the vdisk to the AIX host on the SVC. 8) RUN CFGMGR (discover new environment) 9) IMPORT VOLUME GROUP (recover the Group and File System definitions) 10) MOUNT THE FILE SYSTEM 11) DONE!!!! (At this point the original file system is available for access) NOTE: We are not documenting the tasks needed to handle multipaths, which in most cases will require the installation of SDD to replace the multipathing software used to connect directly to the SAN storage.. There are several AIX tasks, which are not documented in this section, because they are considered part of the normal housekeeping of the system. Copyright IBM

25 4) COMMENTS ON EXTENT SIZE REQUIREMENTS ON vdisk MIGRATION: The extent size is very important in our example s migration from ESS to FastT, because having the SAME EXTENT size, is a requirement to migrate from one pool (Managed Disk Group) to another. Because of this requirement, we recommend that you try to set a common extent size for all the Managed disk groups. The SVC Redbook states that a value of 32 MB (128 TB) or 64 MB (256 TB) can be the best trade-off between performance and capacity. 5) COMMENTS ON MDG FOR IMAGE MODE VDISKs: If you are creating an IMAGE MODE vdisk for the first time, the following instructions should provide a guide to make your life easier. Note: the Mdisk Candidates in this panel, pointed by the blue arrows. We DO NOT add any of them to our group, as that would make a pool, and destroy the data in those disks. We just want an empty Group. We click Next> to continue Copyright IBM

26 We select an Extent Size of 64MB and click next We click finish to create the Managed Disk Group, notice there are ZERO managed disks in this group. Copyright IBM

27 This section of the migration document will address new image mode migration capabilities available in SVC 2.1. We will start with a Windows 2000 Server that has a 15 gig LUN allocated from a DS4300, The environment is illustrated in figure 1: Copyright IBM

28 Here is a display of the Windows Z: disk, called SVC21_MIGR, and its properties Notice on the Disk2 Properties that the 15 gig LUN came from DS4300 ( ). Copyright IBM

29 Our objective is to use the SVC 2.1, to help us migrate the Windows disk from DS4300 storage to FastT200, as this disk is of low importance and should be moved to less expensive storage. The first step is to allocate the existing disk to the SVC. In order to do that, we shutdown the Win2K system, and using the SM8 management tool, we assign the LUN we want to migrate to the SVC. NOTE: After the LUN is unassigned from the Win2K host, we can reactivate this host at any time. We show this process in Figure 2: Copyright IBM

30 We are now working with the SVC Console, and when we issue a command on the Managed Disks panel to Discover Mdisks, we find the 15 gig LUN that was part of Windows, available for Virtualization. We keep our practice of renaming the Mdisks to a meaningful name, so we rename the Mdisk from mdisk16 to SVC21_MIG_MDISK, for easier identification. The first step we take to virtualize the LUN is to create an Image Mode disk, to preserve all the data that was available in the Windows Z: disk called SVC21_MIGR. Copyright IBM

31 To set the attributes of the new virtual image mode vdisk, we select to keep the same name as the Original Windows disk, because it is the first Image Mode vdisk that we handle, we accept the default of Create an Empty Managed Disk Group (remember the only attribute we take from the MDG is the extent size). The panel below also shows that the Mdisk SVC21_MIG_MDISK is the base for our Image Mode vdisk Copyright IBM

32 We give the name MIGRATION_GROUP to the newly created Managed Disk Group We select 64MB as the extent size, as we decided this is a good value for our environment, we decided to have ALL Managed Disk Groups with this extent value, so we can move and migrate among all of them. We keep all the defaults and select as highlighted below the MIGRATION_GROUP MDG. Copyright IBM

33 Here is the result of our SVC21_MIGR Image Mode vdisk creation Now we only need to map the Image Mode vdisk to SAN340_1 as shown on Figure 3 Copyright IBM

34 Mapping the Image Mode vdisk to the Windows 2000 host is accomplished with the following command: Copyright IBM

35 On the Windows host SAN340_1, we go to the Disk Management function and issue a rescan to recover the SVC21_MIGR disk, as shown below, we recover a disk but it shows offline. We click right button to get the following properties, so we can Reactivate Disk to allow access to Windows. You see in the panel below, that the Windows disk kept all the attributes, like Drive letter (Z:), name (SVC21_MIGR) and the 15 GIG size. Copyright IBM

36 You will see that in the Disk Properties, it shows that the disk came from 2145, which identifies the SVC machine number. Copyright IBM

37 You can verify that the contents of the SVC21_MIGR disk are exactly the same as they were when the disk was provided by the DS4300. Copyright IBM

38 IMAGE MODE TO IMAGE MODE MIGRATION, AND REMOVAL OF FastT200 DISK FROM THE SVC CONTROL Up to this point, creating an Image Mode vdisk has been the same as previous releases of SVC. In this section we will use the SVC2.1 function to migrate an Image Mode vdisk in Image Mode format, in that manner allowing the File to be moved to different storage (in our example we will move it to FasT200), and also very important, if we so desire, we can take that migrated Image Mode LUN, and give it DIRECTLY to the host, removing any dependency to have the data under SVC. This function allows a very efficient way to provide storage migration, with a minimal impact to the supported hosts. Our environment is describer in Figure 4 Copyright IBM

39 Using the SM8 management tool for FastT, we allocated a 15 gig LUN, from FastT200 storage to the SVC. This new LUN will be used as our target in the migration from DS4300 based storage to FastT200. We issue a Discover MDisks to rescan the Fibre Channel network and we find a new Managed Disk, that we immediately renamed SVC21_MIG_F200 We will start using the new SVC 2.1 function called Migrate to an Image Mode vdisk, so we select our SVC21_MIGR vdisk as the source. During the migration, the Win2K host will be able to access information without any impact of the major changes happening under the SVC control. We will move the data from DS4300 to FastT200 totally transparent to the Win2K Host. Copyright IBM

40 The target of the Image Mode vdisk migration is selected below, as we mentioned before, this is the LUN that was allocated to the SVC from the FastT200, and the one we named SVC21_MIG-F200. We will associate the SVC_MIG_F200 to the MIGRATION_GROUP MDG, so it also gets the attribute of 64MEG Segment Size, like the Source LUN so it can be migrated. Copyright IBM

41 Here is the summary of our Image to Image Migration: We will take the extents and data associated with SVC21_MIGR (on the DS4300 MDSIK called SVC21_MIG_MDISK) and move it to a FastT200 based MDISK called SVC_MIG_F200. Copyright IBM

42 While migrating from one kind of storage to another, we issued reads and writes to the Windows disk, while it was migrating on the SVC, and verified that all the new data was reflected in the new storage. We started an unzip to create a new file called BIG_ZIP_CONCURRENT Copyright IBM

43 The following panel indicates that the IMAGE to IMAGE migration was successful This panel shows that the Image Mode vdisk is now running on storage provided by the SVC21_MIG_F200 Managed Disk, and the supporting storage come from the FastT200 Controller. Copyright IBM

44 REMOVAL OF FastT200 DISK FROM THE SVC CONTROL If we need to provide the FastT200 disk, directly to the Windows host, we would need to perform the following additional steps: 1) Shutdown the SAN340_1 host. We are going to change the storage source for the SVC21_MIGR disk, so we need to do that with the operating system down. 2) Unmap the SVC21_MIGR vdisk from the SAN340_1 Host, using the SVC Console. Copyright IBM

45 3) Delete the SVC21_MIGR vdisk (as seen below) to insure the SVC writes the cache to the disk, before we unattach the MDISK (LUN) from the SVC, using SM8. 4) Unmap the SVC21_MIG_F200 Mdisk from the SVC using the FastT Management tool (SM8), and map it to SAN340_1. 5) Power on the SAN340_1 Host, access disk management to see the status of the disk. The SVC21_MIGR disk might be offline, like show below, in that case, we reactivate the Windows dynamic disk. Copyright IBM

46 Once the disk is active, we can see that all the attributes, and the files that were created are available to Win2K, but now the disk comes directly from the FastT200, with all SVC dependencies removed. Copyright IBM

47 MIGRATION FROM AN SVC STRIPPED vdisk TO AN IMAGE MODE vdisk. Using the SVC Console, we start by creating a 1GB vdisk from the DS4300 MDG, and map it to the SAN340_1 Host. In the SAN340_1 disk, we format the disk (Y :) and give it the name SVC21_STRIP, we add Data so we use 679 Meg. Copyright IBM

48 We initiate a migration from the striped SVC21_STRP_TEST vdisk to an Image Mode vdisk, so we can later assign that disk directly to the SAN340_1. Our Target disk for the image will be 1 GIG LUN, called IMAGE_STR_TGT, this Mdisk comes from the DS4300. Copyright IBM

49 We need to assign the Mdisk to a Managed Disk Group (MDG) so we can get the attributes like extent size, so we picked the one labeled another migration Mdisk Group. We assign 4 threads to speed up the migration, verify all our parameters, and execute the migration. Copyright IBM

50 The following steps are required if we want to provide the disk directly from the DS4300, to the Windows host. These are the same steps as we saw in our previous example: 1) Shutdown the SAN340_1 host 2) Delete the Host mapping on the SVC 3) Delete the vdisk, to insure that the cache is written to the disk, before we unattach from the SVC, using SM8. 4) Unassign image LUN from SVC, and assign directly to the Win2K host, using SM8. 5) Power-on the SAN340_1 host. Here is the status of the LUN in Windows, showing that now it comes from the DS4300 ( ): Copyright IBM

51 We verify that the contents of the LUN from FasT600 are exactly the same as they were under the SVC vdisk, and they are. We need some additional housekeeping on the SVC Console: 6) Issue a Discover Mdisks command on the SVC Mdisks panel, so the fibre channel network is rescanned 7) Issue a Refresh on the SVC Mdisks panel, so the console reflects the IMAGE_STR_TGT Managed Disk (LUN) is not allocated anymore to the SVC, as it is now directly assigned by the FastT management tool, to the SAN340_1 Host. Copyright IBM

52 Copyright IBM

IBM System Storage SAN Volume Controller (SVC)

IBM System Storage SAN Volume Controller (SVC) IBM System Storage SAN Volume Controller (SVC) Procedures for replacing or adding nodes to an existing cluster March, 2011 Scope and Objectives The scope of this document is two fold. The first section

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 000-208 Title : Open Systems Storage Solutions Version 6 Version : DEMO 1 / 6 1. A customer reports

More information

Image. using. IBM SAN Volume Controller. Version Date: Organization. Copyright IBM. C (Chuck) Laing. Donald.

Image. using. IBM SAN Volume Controller. Version Date: Organization. Copyright IBM. C (Chuck) Laing. Donald. Image mode migration by using IBM SVC from IBM and non IBM storage subsystems to IBM SAN Volume Controller This document can be found on the web, www.ibm.com/support/techdocs Search for document number

More information

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO

Exam : Title : High-End Disk for Open Systems V2. Version : DEMO Exam : 000-968 Title : High-End Disk for Open Systems V2 Version : DEMO 1.An international company has a heterogeneous IBM storage environment with two IBM DS8700 systems in a Metro Mirror relationship.

More information

Storage Virtualization with IBM SAN Volume Controller 1G04

Storage Virtualization with IBM SAN Volume Controller 1G04 Storage Virtualization with IBM SAN Volume Controller Torsten Rothenwaldt IBM European Storage Center DECUS IT-Symposium 2007 1G04 Agenda Review different architectures of disk block virtualization. Explain

More information

EMC Disk Library Automated Tape Caching Feature

EMC Disk Library Automated Tape Caching Feature EMC Disk Library Automated Tape Caching Feature A Detailed Review Abstract This white paper details the EMC Disk Library configuration and best practices when using the EMC Disk Library Automated Tape

More information

Power Systems SAN Multipath Configuration Using NPIV v1.2

Power Systems SAN Multipath Configuration Using NPIV v1.2 v1.2 Bejoy C Alias IBM India Software Lab Revision History Date of this revision: 27-Jan-2011 Date of next revision : TBD Revision Number Revision Date Summary of Changes Changes marked V1.0 23-Sep-2010

More information

Implementing Pure Storage with IBM SAN Volume Controller. Simon Dodsley, Global Solutions Architect

Implementing Pure Storage with IBM SAN Volume Controller. Simon Dodsley, Global Solutions Architect Implementing Pure Storage with IBM SAN Volume Controller Simon Dodsley, Global Solutions Architect Version: 2.2 16 April 2018 Contents Notices... 3 Summary... 4 Audience... 4 Prerequisites... 4 Preparation

More information

Online data migration to IBM SVC / Storwize from iscsi SAN storage controllers

Online data migration to IBM SVC / Storwize from iscsi SAN storage controllers Table of contents Getting started... 1 Configuring iscsi initiator on SVC and connecting IBM Storwize as an iscsi storage... 4 Configuring iscsi initiator on SVC and connecting Dell EqualLogic as an iscsi

More information

Using IBM FlashSystem V9000 TM to virtualize existing storage

Using IBM FlashSystem V9000 TM to virtualize existing storage Using IBM FlashSystem V9000 TM to virtualize existing storage Summary: The ability to virtualize external storage systems is a pivotal feature provided by IBM FlashSystem V9000. IBM FlashSystem V9000 integrates

More information

MIGRATING TO DELL EMC UNITY WITH SAN COPY

MIGRATING TO DELL EMC UNITY WITH SAN COPY MIGRATING TO DELL EMC UNITY WITH SAN COPY ABSTRACT This white paper explains how to migrate Block data from a CLARiiON CX or VNX Series system to Dell EMC Unity. This paper outlines how to use Dell EMC

More information

A TPC Standby Solution User's Guide

A TPC Standby Solution User's Guide A TPC Standby Solution User's Guide Achim Christ IBM Systems Lab Services & Training European Storage Competence Center achim.christ@de.ibm.com Version 1.0 6. February 2013 Copyright IBM Corporation, 2013

More information

IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment

IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment IBM i Virtual I/O Performance in an IBM System Storage SAN Volume Controller with IBM System Storage DS8000 Environment This document can be found in the IBM Techdocs library, www.ibm.com/support/techdocs

More information

Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import

Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import Data Migration from Dell PS Series or PowerVault MD3 to Dell EMC SC Series Storage using Thin Import Abstract The Thin Import feature of Dell Storage Center Operating System offers solutions for data migration

More information

Introduction to Dell SC Series: Part 1

Introduction to Dell SC Series: Part 1 Introduction to Dell SC Series: Part 1 Dell Storage Hands-on Lab Estimated completion time: 30 minutes Audience The audience for this document is technical professionals who wish to learn more about administrative

More information

VMware Site Recovery Manager 5.x guidelines for the IBM Storwize family

VMware Site Recovery Manager 5.x guidelines for the IBM Storwize family VMware Site Recovery Manager 5.x guidelines for the IBM Storwize family A step-by-step guide IBM Systems and Technology Group ISV Enablement February 2014 Copyright IBM Corporation, 2014 Table of contents

More information

IBM System Storage SAN Volume Controller IBM Easy Tier enhancements in release

IBM System Storage SAN Volume Controller IBM Easy Tier enhancements in release IBM System Storage SAN Volume Controller IBM Easy Tier enhancements in 7.5.0 release Kushal S. Patel, Shrikant V. Karve, Sarvesh S. Patel IBM Systems, ISV Enablement July 2015 Copyright IBM Corporation,

More information

Live Partition Mobility Update

Live Partition Mobility Update Power Systems ATS Live Partition Mobility Update Ron Barker Power Advanced Technical Sales Support Dallas, TX Agenda Why you should be planning for partition mobility What are your options? Which is best

More information

IBM Exam C IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ]

IBM Exam C IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ] s@lm@n IBM Exam C4090-457 IBM Storwize V7000 Implementation V1 Version: 6.0 [ Total Questions: 78 ] Question No : 1 How many days can an external virtualization license be used for migration before incurring

More information

IBM Storwize V7000 Technical Solutions V1

IBM Storwize V7000 Technical Solutions V1 IBM 000-956 IBM Storwize V7000 Technical Solutions V1 Version: 4.1 QUESTION NO: 1 A customer is experiencing poor response times on certain volumes. Which feature would directly address that challenge?

More information

IBM i Version 7.3. Systems management Disk management IBM

IBM i Version 7.3. Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM Note Before using this information and the product it supports, read the information in

More information

IBM IBM Storage Networking Solutions Version 1.

IBM IBM Storage Networking Solutions Version 1. IBM 000-740 IBM Storage Networking Solutions Version 1 http://killexams.com/exam-detail/000-740 - disk storage subsystem with four (4) total ports - two (2) LTO3 tape drives to be attached Assuming best

More information

DELL TM AX4-5 Application Performance

DELL TM AX4-5 Application Performance DELL TM AX4-5 Application Performance A Comparison of Entry-level Storage Platforms Abstract This paper compares the performance of the Dell AX4-5 with the performance of similarly configured IBM DS3400

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

Surveillance Dell EMC Storage with Bosch Video Recording Manager

Surveillance Dell EMC Storage with Bosch Video Recording Manager Surveillance Dell EMC Storage with Bosch Video Recording Manager Sizing and Configuration Guide H13970 REV 2.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published December

More information

Dell EMC Unity Family

Dell EMC Unity Family Dell EMC Unity Family Version 4.4 Configuring and managing LUNs H16814 02 Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved. Published June 2018 Dell believes the information in this publication

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-176 EXAM QUESTIONS & ANSWERS Number: 000-176 Passing Score: 800 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ IBM 000-176 EXAM QUESTIONS & ANSWERS Exam Name: IBM Worklight V5.0.0.3

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, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Exam : Title : High-End Disk Solutions for Open Systems Version 1. Version : DEMO

Exam : Title : High-End Disk Solutions for Open Systems Version 1. Version : DEMO Exam : 000-206 Title : High-End Disk Solutions for Open Systems Version 1 Version : DEMO 1. A customer has purchased three IBM System Storage DS8300 systems and would like to have their SAN and storage

More information

IBM Storage Networking Solutions Version 2. Download Full Version :

IBM Storage Networking Solutions Version 2. Download Full Version : IBM 000-745 Storage Networking Solutions Version 2 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-745 QUESTON: 119 What is the maximum size for a LUN that can be connected from

More information

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM

IBM Tivoli Storage Manager for HP-UX Version Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM IBM Tivoli Storage Manager for HP-UX Version 7.1.4 Installation Guide IBM Note: Before you use this information and the product

More information

Cisco UCS Director Management Guide for IBM Storwize, Release 6.5

Cisco UCS Director Management Guide for IBM Storwize, Release 6.5 Cisco UCS Director Management Guide for IBM Storwize, Release 6.5 First Published: 2017-07-11 Last Modified: 2017-10-12 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Veritas CommandCentral Supporting the Virtual Enterprise. April 2009

Veritas CommandCentral Supporting the Virtual Enterprise. April 2009 Veritas CommandCentral Supporting the Virtual Enterprise April 2009 White Paper: Storage Management Veritas CommandCentral Supporting the Virtual Enterprise Contents Executive summary......................................................................................

More information

IBM. Systems management Disk management. IBM i 7.1

IBM. Systems management Disk management. IBM i 7.1 IBM IBM i Systems management Disk management 7.1 IBM IBM i Systems management Disk management 7.1 Note Before using this information and the product it supports, read the information in Notices, on page

More information

EMC ViPR Controller. Integration with VMAX and VNX Storage Systems Guide. Version REV 01

EMC ViPR Controller. Integration with VMAX and VNX Storage Systems Guide. Version REV 01 EMC ViPR Controller Version 2.3 Integration with VMAX and VNX Storage Systems Guide 302-002-075 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in USA. Published July, 2015 EMC

More information

Cisco UCS Director Tech Module IBM Storage Arrays. June 2016

Cisco UCS Director Tech Module IBM Storage Arrays. June 2016 Cisco UCS Director Tech Module IBM Storage Arrays June 2016 Agenda Overview & Architecture Hardware & Software Compatibility Licensing Orchestration Capabilities Example Use-Cases Reports Architecture

More information

IBM High-End Disk Solutions Version 5.

IBM High-End Disk Solutions Version 5. IBM 000-746 High-End Disk Solutions Version 5 http://killexams.com/exam-detail/000-746 QUESTION: 151 What is the required minimum number of dedicated Fibre Channel Host Adapters on the IBM System Storage

More information

The Host Server. AIX Configuration Guide. August The Data Infrastructure Software Company

The Host Server. AIX Configuration Guide. August The Data Infrastructure Software Company The Host Server AIX Configuration Guide August 2017 This guide provides configuration settings and considerations for SANsymphony Hosts running IBM's AIX. Basic AIX administration skills are assumed including

More information

1 Revisions. Storage Layout, DB, and OS performance tuning guideline for SAP - V4.4. IBM System Storage layout & performance guideline for SAP

1 Revisions. Storage Layout, DB, and OS performance tuning guideline for SAP - V4.4. IBM System Storage layout & performance guideline for SAP 1 Revisions Storage Layout, DB, and OS performance tuning guideline for SAP - V4.4 Location of this document: http://www-03.ibm.com/support/techdocs/atsmastr.nsf/webindex/wp101602 This document has been

More information

Configuring and Managing Zones

Configuring and Managing Zones Send documentation comments to mdsfeedback-doc@cisco.com CHAPTER 30 Zoning enables you to set up access control between storage devices or user groups. If you have administrator privileges in your fabric,

More information

HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system.

HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system. HS22, HS22v, HX5 Boot from SAN with QLogic on IBM UEFI system. Martin Gingras Product Field Engineer, Canada mgingras@ca.ibm.com Acknowledgements Thank you to the many people who have contributed and reviewed

More information

Fibre Channel Specialist Lab

Fibre Channel Specialist Lab Fibre Channel Specialist Lab 203.21 Enterprise Fabric Suite Zoning Operation Objective: This lab will demonstrate the configuration and management of zoning in a QLogic fabric. Unless noted, all operations

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

C exam.31q C IBM Storwize Family Technical Solutions V4

C exam.31q   C IBM Storwize Family Technical Solutions V4 C9020-562.exam.31q Number: C9020-562 Passing Score: 800 Time Limit: 120 min C9020-562 IBM Storwize Family Technical Solutions V4 Exam A QUESTION 1 Which IBM Storwize product allows for scalability up to

More information

Exam Code: Exam Name: SVC/Virtualization V.1. Vendor: IBM. Version: DEMO

Exam Code: Exam Name: SVC/Virtualization V.1. Vendor: IBM. Version: DEMO Exam Code: 000-209 Exam Name: SVC/Virtualization V.1 Vendor: IBM Version: DEMO Part: A 1: A customer purchased an IBM SVC solution from a Business Partner. In physical installation processes, which action

More information

Dell EMC SAN Storage with Video Management Systems

Dell EMC SAN Storage with Video Management Systems Dell EMC SAN Storage with Video Management Systems Surveillance October 2018 H14824.3 Configuration Best Practices Guide Abstract The purpose of this guide is to provide configuration instructions for

More information

The Host Server. HPUX Configuration Guide. May The Data Infrastructure Software Company

The Host Server. HPUX Configuration Guide. May The Data Infrastructure Software Company The Host Server HPUX Configuration Guide May 2017 This guide provides configuration settings and considerations for SANsymphony Hosts running HPUX. Basic HPUX administration skills are assumed including

More information

EMC SAN Copy Command Line Interfaces

EMC SAN Copy Command Line Interfaces EMC SAN Copy Command Line Interfaces REFERENCE P/N 069001189 REV A13 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2006-2008 EMC Corporation. All

More information

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version :

IBM IBM Open Systems Storage Solutions Version 4. Download Full Version : IBM 000-742 IBM Open Systems Storage Solutions Version 4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-742 Answer: B QUESTION: 156 Given the configuration shown, which of the

More information

Configuring and Managing Virtual Storage

Configuring and Managing Virtual Storage Configuring and Managing Virtual Storage Module 6 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

Inter-VSAN Routing Configuration

Inter-VSAN Routing Configuration CHAPTER 16 This chapter explains the inter-vsan routing (IVR) feature and provides details on sharing resources across VSANs using IVR management interfaces provided in the switch. This chapter includes

More information

Redpaper. VMware Proof of Practice and Performance Guidelines on the SAN Volume Controller. Overview. Introduction. Steve Garraway Jon Tate

Redpaper. VMware Proof of Practice and Performance Guidelines on the SAN Volume Controller. Overview. Introduction. Steve Garraway Jon Tate Redpaper VMware Proof of Practice and Performance Guidelines on the SAN Volume Controller Steve Garraway Jon Tate Overview This IBM Redpapers publication presents the results of I/O performance tests conducted

More information

BROCADE SILKWORM 20X0, 2400, 2800, 3800, MDS 9120, MDS 9216, MDS 9509

BROCADE SILKWORM 20X0, 2400, 2800, 3800, MDS 9120, MDS 9216, MDS 9509 Jeff Kidd Senior Technical Consultant CONSULTANT SUMMARY Mr. Kidd is a Storage Consultant in our Infrastructure Services Group. He entered the UNIX field in the mid 1990s, and offers years of experience

More information

Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms

Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms Deploying FC and FCoE SAN with IBM System Storage SVC and IBM Storwize platforms Guide v1.0 Bhushan Gavankar, Subhadip Das, Aakanksha Mathur IBM Systems and Technology Group ISV Enablement August 2014

More information

Dell Storage PS Series Administration and Product Overview

Dell Storage PS Series Administration and Product Overview Dell Storage PS Series Administration and Product Overview Dell Storage Hands-on Lab Instructions Total estimated time: varies. This lab consists of multiple non-dependent modules that can be completed

More information

How to Configure NPIV in a Microsoft Hyper-V Environment

How to Configure NPIV in a Microsoft Hyper-V Environment How to Configure NPIV in a Microsoft Hyper-V Environment Designed for Windows System Administrators and Storage Administrators, this document provides guidelines for configuring Microsoft Hyper-V using

More information

Performance Evaluation Using Network File System (NFS) v3 Protocol. Hitachi Data Systems

Performance Evaluation Using Network File System (NFS) v3 Protocol. Hitachi Data Systems P E R F O R M A N C E B R I E F Hitachi NAS Platform 3080 Cluster Using the Hitachi Adaptable Modular Aciduisismodo Dolore Eolore Storage 2500: SPEC SFS2008 Dionseq Uatummy Odolorem Vel Performance Analysis

More information

EMC VSPEX END-USER COMPUTING

EMC VSPEX END-USER COMPUTING IMPLEMENTATION GUIDE EMC VSPEX END-USER COMPUTING Citrix XenDesktop 7 and Microsoft Hyper-V for up to 2,000 Virtual Desktops Enabled by EMC Next-Generation VNX and EMC Powered Backup EMC VSPEX Abstract

More information

SANmelody TRIAL Quick Start Guide

SANmelody TRIAL Quick Start Guide Page 1 SANmelody TRIAL Quick Start Guide From Installation to Presenting Virtual Storage Download the trial software at: SANmelody Trial Software SANmelody TRIAL Quick Start Guide Change Summary August,

More information

IBM IBM XIV Storage System Technical Solutions V4. Download Full Version :

IBM IBM XIV Storage System Technical Solutions V4. Download Full Version : IBM 000-456 IBM XIV Storage System Technical Solutions V4 Download Full Version : https://killexams.com/pass4sure/exam-detail/000-456 A. AIX with the XIV connected to it B. SVC with the XIV connected to

More information

IBM Storwize V7000 Technical Solutions V1

IBM Storwize V7000 Technical Solutions V1 IBM Storwize V7000 Technical Solutions V1 Number: 000-956 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ IBM 000-956 IBM Storwize V7000 Technical Solutions V1 Version:

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

Vendor: IBM. Exam Code: Exam Name: IBM Midrange Storage Technical Support V3. Version: Demo

Vendor: IBM. Exam Code: Exam Name: IBM Midrange Storage Technical Support V3. Version: Demo Vendor: IBM Exam Code: 000-451 Exam Name: IBM Midrange Storage Technical Support V3 Version: Demo QUESTION NO: 1 On the Storwize V7000, which IBM utility analyzes the expected compression savings for an

More information

VMAX3 AND VMAX ALL FLASH WITH CLOUDARRAY

VMAX3 AND VMAX ALL FLASH WITH CLOUDARRAY VMAX3 AND VMAX ALL FLASH WITH CLOUDARRAY HYPERMAX OS Integration with CloudArray ABSTRACT With organizations around the world facing compliance regulations, an increase in data, and a decrease in IT spending,

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Surveillance Dell EMC Storage with FLIR Latitude

Surveillance Dell EMC Storage with FLIR Latitude Surveillance Dell EMC Storage with FLIR Latitude Configuration Guide H15106 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell believes the information

More information

EMC Solutions for Microsoft Exchange 2007 NS Series iscsi

EMC Solutions for Microsoft Exchange 2007 NS Series iscsi EMC Solutions for Microsoft Exchange 2007 NS Series iscsi Applied Technology Abstract This white paper presents the latest storage configuration guidelines for Microsoft Exchange 2007 on the Celerra NS

More information

IBM System Storage SAN Volume Controller IBM Easy Tier in release

IBM System Storage SAN Volume Controller IBM Easy Tier in release IBM System Storage SAN Volume Controller IBM Easy Tier in 7.3.0 release Kushal S. Patel, Shrikant V. Karve IBM Systems and Technology Group ISV Enablement July 2014 Copyright IBM Corporation, 2014 Table

More information

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014; v2.1 Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance Introduction... 1 Overview... 2 Prerequisites...

More information

: IBM High-End Disk Solutions. Version 4

: IBM High-End Disk Solutions. Version 4 Exam : 000-741 Title : IBM High-End Disk Solutions. Version 4 Version : DEMO 1.A customer has a mixed iseries, pseries, Sun and Windows server environment: Three Exchange servers each with 1.8TB database

More information

Surveillance Dell EMC Storage with Cisco Video Surveillance Manager

Surveillance Dell EMC Storage with Cisco Video Surveillance Manager Surveillance Dell EMC Storage with Cisco Video Surveillance Manager Configuration Guide H14001 REV 1.1 Copyright 2015-2017 Dell Inc. or its subsidiaries. All rights reserved. Published May 2015 Dell believes

More information

IBM Systems Director VMControl

IBM Systems Director VMControl IBM Systems Director VMControl Glen Corneau Copyright IBM Corporation 2011 Materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.3 Agenda > VMControl V2.3.1

More information

Exam Name: XIV Replication and Migration V1

Exam Name: XIV Replication and Migration V1 Vendor: IBM Exam Code: 000-967 Exam Name: XIV Replication and Migration V1 Version: DEMO 1.When migrating a volume from a DS8100 to an XIV system, which of the following best describes considerations for

More information

Simplified Storage Migration for Microsoft Cluster Server

Simplified Storage Migration for Microsoft Cluster Server Simplified Storage Migration for Microsoft Cluster Server Using VERITAS Volume Manager for Windows 2000 with Microsoft Cluster Server V E R I T A S W H I T E P A P E R June 2001 Table of Contents Overview...................................................................................1

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

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

HP MSA2000 Family VDS and VSS Hardware Providers installation guide

HP MSA2000 Family VDS and VSS Hardware Providers installation guide HP MSA2000 Family VDS and VSS Hardware Providers installation guide Part number: 485500-003 Second edition: February, 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company,

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

Storage Compatibility Guide for ESX Server 3.0

Storage Compatibility Guide for ESX Server 3.0 Storage Compatibility Guide for ESX Server 3.0 VMware ESX Server software has been tested and deployed in a variety of storage area network (SAN) environments. This guide describes the combinations of

More information

BMC ProactiveNet Performance Management - IBM SVC Storage Monitoring

BMC ProactiveNet Performance Management - IBM SVC Storage Monitoring USER DOCUMENTATION STORAGE MONITORING BMC ProactiveNet Performance Management - IBM SVC Storage Monitoring Version 1.2.00 February 2015 Contacting BMC Software You can access the BMC Software Web site

More information

Surveillance Dell EMC Storage with Digifort Enterprise

Surveillance Dell EMC Storage with Digifort Enterprise Surveillance Dell EMC Storage with Digifort Enterprise Configuration Guide H15230 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published August 2016 Dell believes the

More information

Storage Profiles. Storage Profiles. Storage Profiles, page 12

Storage Profiles. Storage Profiles. Storage Profiles, page 12 , page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 6 Automatic Disk Selection, page 7 Supported LUN Modifications, page 8 Unsupported LUN Modifications, page 8 Disk Insertion

More information

Optimizing Tiered Storage Workloads with Precise for Storage Tiering

Optimizing Tiered Storage Workloads with Precise for Storage Tiering Applied Technology Abstract By introducing Enterprise Flash Drives to EMC Symmetrix and CLARiiON storage systems, EMC revitalized the importance of tiered storage. Optimizing the use of these tiers provides

More information

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona Implementing cost-effective disaster recovery A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA (June 2011)

IBM Storage Management Console for VMware vcenter. Version User Guide. Publication: GA (June 2011) Version 2.5.0 User Guide Publication: GA32-0929-02 (June 2011) Note: Before using this document and the products it supports, read the information in Legal notices on page 63. This publication applies

More information

Managing VNX Block Storage

Managing VNX Block Storage This chapter contains the following sections: VNX Block Storage Management, page 1 Summary of Steps, page 2 Storage Pools, page 3 RAID Groups, page 4 Host Initiators, page 6 Storage Groups, page 8 LUNs,

More information

Managing VNX Block Storage

Managing VNX Block Storage This chapter contains the following sections: VNX Block Storage Management, page 1 Summary of Steps, page 2 Storage Pools, page 3 RAID Groups, page 4 Host Initiators, page 6 Storage Groups, page 8 LUNs,

More information

EMC Performance Optimization for VMware Enabled by EMC PowerPath/VE

EMC Performance Optimization for VMware Enabled by EMC PowerPath/VE EMC Performance Optimization for VMware Enabled by EMC PowerPath/VE Applied Technology Abstract This white paper is an overview of the tested features and performance enhancing technologies of EMC PowerPath

More information

IBM DS8880 Version 8 Release 3.1. Introduction and Planning Guide IBM GC

IBM DS8880 Version 8 Release 3.1. Introduction and Planning Guide IBM GC IBM DS8880 Version 8 Release 3.1 Introduction and Planning Guide IBM GC27-8525-13 Note Before using this information and the product it supports, read the information in Safety and environmental notices

More information

Lenovo SAN Manager Rapid RAID Rebuilds and Performance Volume LUNs

Lenovo SAN Manager Rapid RAID Rebuilds and Performance Volume LUNs Lenovo SAN Manager Rapid RAID Rebuilds and Performance Volume LUNs Lenovo ThinkSystem DS2200, DS4200, DS6200 June 2017 David Vestal, WW Product Marketing Lenovo.com/systems Table of Contents Introduction...

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

iscsi Interoperability

iscsi Interoperability CHAPTER 7 This chapter lists iscsi drivers and TCP Offload Engine (TOE) cards tested by Cisco s Solution-Interoperability Engineering group (ilab). EMC IBM HDS HP ADTX Note Minimum iscsi driver version

More information

VMware Site Recovery Manager with EMC CLARiiON CX3 and MirrorView/S

VMware Site Recovery Manager with EMC CLARiiON CX3 and MirrorView/S VMware Site Recovery Manager with EMC CLARiiON CX3 and MirrorView/S Implementation Guide EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

More information

IBM Tivoli Storage Manager. Blueprint and Server Automated Configuration for Linux x86 Version 2 Release 3 IBM

IBM Tivoli Storage Manager. Blueprint and Server Automated Configuration for Linux x86 Version 2 Release 3 IBM IBM Tivoli Storage Manager Blueprint and Server Automated Configuration for Linux x86 Version 2 Release 3 IBM Note: Before you use this information and the product it supports, read the information in

More information

Host PowerTools User Manual

Host PowerTools User Manual Host PowerTools 4.0 - User Manual Introduction to Host PowerTools......................................................................... 3 1 What is INFINIDAT Host PowerTools.................................................................

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 000-207 Title

More information

EMC EXAM - E Networked Storage-SAN Expert for Implementation Engineers. Buy Full Product.

EMC EXAM - E Networked Storage-SAN Expert for Implementation Engineers. Buy Full Product. EMC EXAM - E20-855 Networked Storage-SAN Expert for Implementation Engineers Buy Full Product http://www.examskey.com/e20-855.html Examskey EMC E20-855 exam demo product is here for you to test the quality

More information