Upgrading a 3-node Hyper-V clusters storage for £10k and getting the most bang for our money.

Hi all, looking for some discussion and advice on a few questions I have regarding storage for our next cluster upgrade cycle.
Our current system for a bit of background:
3x Clustered Hyper-V Servers running Server 2008 R2 (72TB Ram, dual cpu etc...)
1x Dell MD3220i iSCSI with dual 1GB connections to each server (24x 146GB 15k SAS drives in RAID 10) - Tier 1 storage
1x Dell MD1200 Expansion Array with 12x 2TB 7.2K drives in RAID 10 - Tier 2 storage, large vm's, files etc...
~25 VM's running all manner of workloads, SQL, Exchange, WSUS, Linux web servers etc....
1x DPM 2012 SP1 Backup server with its own storage.
Reasons for upgrading:
Storage though put is becoming an issue as we only get around 125MB/s over the dual 1GB iSCSI connections to each physical server.  (tried everything under the sun to improve bandwidth but I suspect the MD3220i Raid is the bottleneck here.
Backup times for vm's (once every night) is now in the 5-6 hours range.
Storage performance during backups and large file syncronisations (DPM)
Tier 1 storage is running out of capacity and we would like to build in more IOPS for future expansion.
Tier 2 storage is massively underused (6tb of 12tb Raid 10 space)
Migrating to 10GB server links.
Total budget for the upgrade is in the region of £10k so I have to make sure we get absolutely the most bang for our buck.  
Current Plan:
Upgrade the cluster to Server 2012 R2
Install a dual port 10GB NIC team in each server and virtualize cluster, live migration, vm and management traffic (with QoS of course)
Purchase a new JBOD SAS array and leverage the new Storage Spaces and SSD caching/tiering capabilities.  Use our existing 2TB drives for capacity and purchase sufficient SSD's to replace the 15k SAS disks.
On to the questions:
Is it supported to use storage spaces directly connected to a Hyper-V cluster?  I have seen that for our setup we are on the verge of requiring a separate SOFS for storage but the extra costs and complexity are out of our reach. (RDMA, extra 10GB NIC's
etc...)
When using a storage space in a cluster, I have seen various articles suggesting that each csv will be active/passive within the cluster.  Causing redirected IO for all cluster nodes not currently active?
If CSV's are active/passive its suggested that you should have a csv for each node in your cluster?  How in production do you balance vm's accross 3 CSV's without manually moving them to keep 1/3 of load on each csv?  Ideally I would like just
a single CSV active/active for all vm's to sit on.  (ease of management etc...)
If the CSV is active/active am I correct in assuming that DPM will backup vm's without causing any re-directed IO?
Will DPM backups of VM's be incremental in terms of data transferred from the cluster to the backup server?
Thanks in advance for anyone who can be bothered to read through all that and help me out!  I'm sure there are more questions I've forgotten but those will certainly get us started.
Also lastly, does anyone else have a better suggestion for how we should proceed?
Thanks

Current Plan:
Upgrade the cluster to Server 2012 R2
Install a dual port 10GB NIC team in each server and virtualize cluster, live migration, vm and management traffic (with QoS of course)
Purchase a new JBOD SAS array and leverage the new Storage Spaces and SSD caching/tiering capabilities.  Use our existing 2TB drives for capacity and purchase sufficient SSD's to replace the 15k SAS disks.
On to the questions:
Is it supported to use storage spaces directly connected to a Hyper-V cluster?  I have seen that for our setup we are on the verge of requiring a separate SOFS for storage but the extra costs and complexity are out of our reach. (RDMA, extra 10GB NIC's
etc...)
When using a storage space in a cluster, I have seen various articles suggesting that each csv will be active/passive within the cluster.  Causing redirected IO for all cluster nodes not currently active?
If CSV's are active/passive its suggested that you should have a csv for each node in your cluster?  How in production do you balance vm's accross 3 CSV's without manually moving them to keep 1/3 of load on each csv?  Ideally I would like just
a single CSV active/active for all vm's to sit on.  (ease of management etc...)
If the CSV is active/active am I correct in assuming that DPM will backup vm's without causing any re-directed IO?
Will DPM backups of VM's be incremental in terms of data transferred from the cluster to the backup server?
Thanks in advance for anyone who can be bothered to read through all that and help me out!  I'm sure there are more questions I've forgotten but those will certainly get us started.
Also lastly, does anyone else have a better suggestion for how we should proceed?
Thanks
1) You can use direct connection to SAS with a 3-node cluster of course (4-node, 5-node etc). Sure it would be much faster then running with an additional SoFS layer (with SAS fed directly to your Hyper-V cluster nodes all reads and writes would be local
travelling down the SAS fabric and with SoFS layer added you'll have the same amount of I/Os targeting SAS + Ethernet with its huge compared to SAS latency sitting in between a requestor and your data residing on SAS spindles, I/Os overwrapped into SMB-over-TCP-over-IP-over-Etherent
requests at the hypervisor-SoFS layers). Reason why SoFS is recommended - final SoFS-based solution would be cheaper as SAS-only is a pain to scale beyond basic 2-node configs. Instead of getting SAS switches, adding redundant SAS controllers to every hypervisor
node and / or looking for expensive multi-port SAS JBODs you'll have a pair (at least) of SoFS boxes doing a file level proxy in front of a SAS-controlled back end. So you'll compromise performance in favor of cost. See:
http://davidzi.com/windows-server-2012/hyper-v-and-scale-out-file-cluster-home-lab-design/
Used interconnect diagram within this design would actually scale beyond 2 hosts. But you'll have to get a SAS switch (actually at least two of them for redundancy as you don't want any component to become a single point of failure, don't you?)
2) With 2012 R2 all I/O from a multiple hypervisor nodes is done thru the storage fabric (in your case that's SAS) and only metadata updates would be done thru the coordinator node and using Ethernet connectivity. Redirected I/O would be used in a two cases
only a) no SAS connectivity from the hypervisor node (but Ethernet one is still present) and b) broken-by-implementation backup software would keep access to CSV using snapshot mechanism for too long. In a nutshell: you'll be fine :) See for references:
http://www.petri.co.il/redirected-io-windows-server-2012r2-cluster-shared-volumes.htm
http://www.aidanfinn.com/?p=12844
3) These are independent things. CSV is not active/passive (see 2) so basically with an interconnection design you'll be using there's virtually no point to having one-CSV-per-hypervisor. There are cases when you'd still probably do this. For example if
you'd have all-flash and combined spindle/flash LUNs and you know for sure you want some VMs to sit on flash and others (no so I/O hungry) to stay within "spinning rust". One more case is many-node cluster. With it multiple nodes basically fight for a single
LUN and a lot of time is wasted for SCSI reservation conflicts resove (ODX has no reservation offload like VAAI has so even if ODX is present its not going to help). Again it's a place where SoFS "helps" as having intermediate proxy level turns block I/O into
file I/O triggering SCSI reservation conflicts for a two SoFS nodes only instead of an evey node in a hypervisor cluster. One more good example is when you'll have a mix of a local I/O (SAS) and Ethernet with a Virtual SAN products. Virtual SAN runs directly
as part of the hypervisor and emulates high performance SAN using cheap DAS. To increase performance it DOES make sense to create a  concept of a "local LUN" (and thus "local CSV") as reads targeting this LUN/CSV would be passed down the local storage
stack instead of hitting the wire (Ethernet) and going to partner hypervisor nodes to fetch the VM data. See:
http://www.starwindsoftware.com/starwind-native-san-on-two-physical-servers
http://www.starwindsoftware.com/sw-configuring-ha-shared-storage-on-scale-out-file-servers
(feeding basically DAS to Hyper-V and SoFS to avoid expensive SAS JBOD and SAS spindles). The same thing as VMware is doing with their VSAN on vSphere. But again that's NOT your case so it DOES NOT make sense to keep many CSVs with only 3 nodes present or
SoFS possibly used. 
4) DPM is going to put your cluster in redirected mode for a very short period of time. Microsoft says NEVER. See:
http://technet.microsoft.com/en-us/library/hh758090.aspx
Direct and Redirect I/O
Each Hyper-V host has a direct path (direct I/O) to the CSV storage Logical Unit Number (LUN). However, in Windows Server 2008 R2 there are a couple of limitations:
For some actions, including DPM backup, the CSV coordinator takes control of the volume and uses redirected instead of direct I/O. With redirection, storage operations are no longer through a host’s direct SAN connection, but are instead routed
through the CSV coordinator. This has a direct impact on performance.
CSV backup is serialized, so that only one virtual machine on a CSV is backed up at a time.
In Windows Server 2012, these limitations were removed:
Redirection is no longer used. 
CSV backup is now parallel and not serialized.
5) Yes, VSS and CBT would be used so data would be incremental after first initial "seed" backup. See:
http://technet.microsoft.com/en-us/library/ff399619.aspx
http://itsalllegit.wordpress.com/2013/08/05/dpm-2012-sp1-manually-copy-large-volume-to-secondary-dpm-server/
I'd look at some other options. There are few good discussion you may want to read. See:
http://arstechnica.com/civis/viewtopic.php?f=10&t=1209963
http://community.spiceworks.com/topic/316868-server-2012-2-node-cluster-without-san
Good luck :)
StarWind iSCSI SAN & NAS

Similar Messages

  • Hyper-V Virtual Storage Device - Read and Write Operations/Sec

    Hi,
    Everything is Windows 2012 R2.
    SCOM does not gather any data for the following performance counters:
    Hyper-V Virtual Storage Device - Write Operations/Sec
    Hyper-V Virtual Storage Device - Read Operations/Sec
    Hyper-V Management Pack Extensions 2012 / 2012 R2 are imported.
    If I add the counters in PerfMon, it works.
    Any idea why? I've tried in several environments, DEV, QA and PROD, but it does not work anywhere.
    Thanks!

    To monitor Hyper-V Virtual Storage Device - Read and Write Operations/Sec, you can refer below link
    http://www.aidanfinn.com/?p=15386
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • HT5037 The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    Your Library is damaged.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    As for goign back: do you have an undamaged library?
    Regards
    TD

  • I upgraded my ipad and now my password changed. how do i get the temp password for entry ???

    i upgraded my ipad software and now my password changed. how do i get the temp password for entry ???

    The same thing happened to me??????

  • I upgraded my Yahoo IM and after it uploaded, my homepage went from Firefox to the Yahoo homepage and I cannot get the firefox homepage to come up. How can I get the Yahoo homepage off and get the firefox homepage on?

    I upgraded my Yahoo IM and after it uploaded, my homepage went from Firefox to the Yahoo homepage and I cannot get the Firefox homepage to come up. I have tried to reinstall Firefox, but the Yahoo homepage still comes up. How can I get the yahoo page off and get the Firefox page back on?

    Here are instructions to [[How to set the home page#w_restore-the-default-home-page|restore the default home page]].

  • I just downloaded a video in HD, but I found out after the download was over my computer doesn't play HD videos. Is there any way I can return the video and get the SD version, or upgrade my computer so it will play the HD video?

    I just downloaded a video in HD, but I found out after the download was over my computer doesn't play HD videos. Is there any way I can return the video and get the SD version, or upgrade my computer so it will play the HD video?

    From http://support.apple.com/kb/HT3209
    When you purchase an HD video on a supported device or computer, only HD video will be downloaded. To download the SD version, you need to download the video again from your Purchased page. Conversely, if you purchase an HD video on an unsupported device, the SD version will be downloaded. Then, you will need to download the HD version from your Purchased page. Learn more about downloading previous purchases.

  • I recently upgraded from leopard to lion, now I can't open iPhoto   get the message 'you can't open the application iPhoto because PowerPC applications are no longer supported'. I had no idea that this would happen - what can I do?

    I recently upgraded from leopard to lion, now I can't open iPhoto   get the message 'you can't open the application iPhoto because PowerPC applications are no longer supported'. I had no idea that this would happen - what can I do?

    What version of iPhoto do you have?
    Regards
    TD

  • Is it okay to upgrade from os x 10.6.8 to yosemity without first getting the other operating systems?

    is it okay to upgrade from os x 10.6.8 to yosemity without first getting the other operating systems?

    Hey there jpenilla,
    Welcome to Apple Support Communities.
    Yes. The webpage below provides the answer to your question, about upgrading to Yosemite from OS X Snow Leopard (v10.6.8), and it provides additional information that you may find helpful.
    Apple - OS X Yosemite - How to Upgrade
    You can upgrade to OS X Yosemite from the following:
    OS X Snow Leopard (v10.6.8)
    OS X Lion (v10.7)
    OS X Mountain Lion (v10.8)
    OS X Mavericks (v10.9)
    So long,
    -Jason

  • I want to upgrade the software (currently I have Mac OS X 10.6.4) but when the mac is downloading the new version i get an error message and is not possible get the most updated software: Mac OS X 10.6.8 or either the most recent itunes why?!?!?!

    I want to upgrade the software (currently I have Mac OS X 10.6.4) but when the mac is downloading the new version i get an error message and is not possible get the most updated software: Mac OS X 10.6.8 or either the most recent itunes why?!?!?!

    Then you either have a network problem or a hardware problem or a corrupted hard drive. You might try:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    You can also try downloading from another computer on a different network connection.

  • When upgrading from osx 10.7.4 to osx mountain lion I get the following Alert!  This update requires OS X version 10.8.

    When upgrading from osx 10.7.4 to osx mountain lion I get the following Alert!  This update requires OS X version 10.8.

    Sounds like you downloaded the 10.8.1 update instead of the Mountain Lion installer from the Mac App Store.
    You have to purchase Mountain Lion from the App Store to get to 10.8

  • Hi all. i have adobe PS cc and i want to upgrade to PS and lightroom. How do i go about this without haveing to pay for both and paying the one combined price? thanks

    hi all. i have adobe PS cc and i want to upgrade to PS and lightroom. How do i go about this without haveing to pay for both and paying the one combined price? thanks

    You should talk to Adobe Support thru chat or by phone when they are available (Not usually on weekends) as they might be able to help arrange the change without any cancellation penalties.
    Phone/Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Make sure you are logged in to the Adobe site, have cookies enabled, clear your cookie cache.  If it fails to connect try using a different browser.
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )
    Otherwise what you would normally do is first consult the following page to see what you can do on your own
    Manage your membership and payments | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html
    and then if necessary cancel the current plan (penalties being possible) and subscribe to the new one.
    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciatedeas

    I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciated

    Restart with the Mac OS X 10.6 DVD in the drive or with the Lion USB drive connected, hold down the Option key just after the restart, tab to the installation disk, and press Enter. If the computer has a firmware password set, it needs to be provided for this to work.
    (66822)

  • Hi Since upgrading to Firefox 4.0 I am unable to clear history and get the message "quick time failed to initialize". I can delete history when in safe mode with plug-ins disabled. Re-installing quick time fails to resolve the issue. Any ideas?

    Hi I Run Windows 7. Since upgrading to Firefox 4.0 I am unable to "clear history" and get the message "QuickTime failed to initialize". I can delete history when in safe mode with plug-ins disabled. Re-installing quick time fails to resolve the issue. Any ideas or suggestions?

    i have that quicktime problem too

  • We are upgrading from 8.3 to 9.2. How can i get the table(record) structure changes between these 2 version

    We are upgrading from 8.3 to 9.2. How can i get the table(record) structure changes between these 2 versions. I am not able to find it in Oracle support.

    My guess is you want to upgrade HR8.3 to 9.2 - and that is not one jump upgrade. You will need to go HRMS 83 to 90
    (PeopleSoft Enterprise HRMS 8.3x to 9.0 Upgrade (Doc ID 747333.1) and then 90 to 92 (PeopleSoft Human Capital Management 9.0 to 9.2 Upgrade Home Page (Doc ID 1536087.1)
    Each these MOS pages contains the Demo to Demo Compare Reports that show the data structures changes between the releases.
    Hope it helps.

Maybe you are looking for

  • ITunes purchases not showing in iTunes and not transferring to iPod shuffle

    I Have been using ipod shuffles for several years as they are small and convenient for running. I have purchased 175 songs on iTunes and been forced to purchase FIVE iPod shuffle devices because the battery life in all five devices degrades after app

  • User manual in PDF for AcrobatPro8 - where to find it?

    I tried to print the Help of AcrobatPro8 however could not find an option to print whole manual as it is, for example, with Illustrator where you can get the whole manual in a neat PDF format. The only way to print anything from the very large Help m

  • Add Additional IP Addresses to WAN Interface on SRP527W

    Hi, Can anyone tell me how to add an additional IP addresses to the WAN interface on a SRP527W. We are connecting to an ISP which assigns us a static IP address with our ADSL account. We also have another 2 additional WAN IP addresses that we have pu

  • Re-install apps after OS upgrade to iPhone

    I installed the new OS on my iphone 3gs.  It deleted my apps and music.  I have 2 iphones on this computer and do not want all the apps and music, just the ones that were deleted.  How can I get them back?

  • Duplicate listings in Itunes

    When i rip cd's into Itunes, they show up correctly. But when I sync my Ipod, if another artist played on the cd, it will list that one song twice (once with the whole album, once by itself). For example, I have the Genesis cd "Lamb Lies Down on Broa