Question received via e-mail: Is it practical use SMB3 storage without RDMA or do we have a use case for production rather than development or test?I thought RDMA would be essential for production deployment of Hyper-V SMB storage. Answer:RDMA is not a requirement for the Hyper-V over SMB scenario.The most important things that RDMA can give … Continue reading Q and A: Can I use SMB3 storage without RDMA?
Tag: Hyper-V
Q and A: Is it possible to run SMB Direct from within a VM?
Question received via blog mail: Jose- I picked up a couple ConnectX-2 adapters and a cable off of ebay for cheap (about $300 for everything) to test out SMB Direct. I followed your blog "Deploying Windows Server 2012 with SMB Direct (SMB over RDMA) and the Mellanox ConnectX-2/ConnectX-3 using InfiniBand – Step by Step" and … Continue reading Q and A: Is it possible to run SMB Direct from within a VM?
SQLIO, PowerShell and storage performance: measuring IOPs, throughput and latency for both local disks and SMB file shares
IMPORTANT NOTE:SQLIO has been deprecated, as shown at http://blogs.msdn.com/b/sql_server_team/archive/2015/12/11/sqlio-disk-subsystem-benchmark-tool-is-being-retired.aspx DiskSpd is the suitable replacement for SQLIO. You can find details on that at http://blogs.technet.com/b/josebda/archive/2014/10/13/diskspd-powershell-and-storage-performance-measuring-iops-throughput-and-latency-for-both-local-disks-and-smb-file-shares.aspx ---------------- 1. Introduction I have been doing storage-related demos and publishing blogs with some storage performance numbers for a while, and I commonly get questions such as “How do … Continue reading SQLIO, PowerShell and storage performance: measuring IOPs, throughput and latency for both local disks and SMB file shares
Increasing Availability – The REAP Principles (Redundancy, Entanglement, Awareness and Persistence)
Introduction Increasing availability is a key concern with computer systems. With all the consolidation and virtualization efforts under way, you need to make sure your services are always up and running, even when some components fail. However, it’s usually hard to understand the details of what it takes to make systems highly available (or … Continue reading Increasing Availability – The REAP Principles (Redundancy, Entanglement, Awareness and Persistence)
Hardware options for highly available Windows Server 2012 systems using shared, directly-attached storage
Highly available Windows Server 2012 systems using shared, directly-attached storage can be built using either Storage Spaces or a validated clustered RAID controller. Option 1 – Storage Spaces You can build a highly available shared SAS system today using Storage Spaces. Storage Spaces works well in a standalone PC, but it is also capable … Continue reading Hardware options for highly available Windows Server 2012 systems using shared, directly-attached storage
Hyper-V over SMB – Performance considerations
1. Introduction If you follow this blog, you probably already had a chance to review the “Hyper-V over SMB” overview talk that I delivered at TechEd 2012 and other conferences. I am now working on a new version of that talk that still covers the basics, but adds brand new segments focused on end-to-end … Continue reading Hyper-V over SMB – Performance considerations
Hyper-V over SMB – Sample Configurations
This post describes a few different Hyper-V over SMB sample configurations with increasing levels of availability. Not all configurations are recommended for production deployment, since some do not provide continuous availability. The goal of the post is to show how one can add redundancy, Storage Spaces and Failover Clustering in different ways to provide additional fault … Continue reading Hyper-V over SMB – Sample Configurations
Sample PowerShell Scripts for Storage Spaces, standalone Hyper-V over SMB and SQLIO testing
These are some PowerShell snippets to configure a specific set of systems for Hyper-V over SMB testing.Posting it here mainly for my own reference, but maybe someone else out there is configuring a server with 48 disks split into 6 pools of 8 disks.These systems do not support SES (SCSI Enclosure Services) so I could … Continue reading Sample PowerShell Scripts for Storage Spaces, standalone Hyper-V over SMB and SQLIO testing
Minimum version of Mellanox firmware required for running SMB Direct in Windows Server 2012
There are two blog posts explaining in great detail what you need to do to use Mellanox ConnectX-2 or ConnectX-3 cards to implement RDMA networking for SMB 3.0 (using SMB Direct). You can find them at: Deploying Windows Server 2012 with SMB Direct (SMB over RDMA) and the Mellanox ConnectX-3 using 10GbE/40GbE RoCE – Step … Continue reading Minimum version of Mellanox firmware required for running SMB Direct in Windows Server 2012
How much traffic needs to pass between the SMB Client and Server before Multichannel actually starts?
One smart MVP was doing some testing and noticed that SMB Multichannel did not trigger immediately after an SMB session was established. So, he asked: How much traffic needs to pass between the SMB Client and Server before Multichannel actually starts? Well... SMB Multichannel works slightly different in that regard depending on whether the client is … Continue reading How much traffic needs to pass between the SMB Client and Server before Multichannel actually starts?