Windows Server 2012 File Server Tip: Run the File Services Best Practices Analyzer (BPA)

Windows Server 2012 includes a built-in mechanism called Best Practices Analyzer (BPA) to check your configuration and make sure everything is set to the proper values. These set of rules, which come in specific sets for each role you install, can be run through Server Manager or also via PowerShell. For the Windows Server 2012 … Continue reading Windows Server 2012 File Server Tip: Run the File Services Best Practices Analyzer (BPA)

Windows Server 2012 File Server Tip: Enable CSV Caching on Scale-Out File Server Clusters

Cluster Shared Volumes (CSV) in Windows Server 2012 has a great new feature to allow using system memory as a write-through cache. Since Scale-Out File Server Clusters use CSV, enabling this CSV cache has a huge impact on the performance of this type of File Server. This has a direct impact on common scenarios like … Continue reading Windows Server 2012 File Server Tip: Enable CSV Caching on Scale-Out File Server Clusters

Windows Server 2012 File Server Tip: Continuous Availability does not work with volumes using 8.3 naming or NTFS compression

When deploying the Continuous Availability feature of the new File Server clusters in Windows Server 2012, be careful not to use volumes that have either 8.3 naming or NTFS compression enabled. If you have these features enabled on the volume, the File Server won’t be able to properly track the ongoing operations on the volume … Continue reading Windows Server 2012 File Server Tip: Continuous Availability does not work with volumes using 8.3 naming or NTFS compression

Windows Server 2012 File Server Tip: Disable 8.3 Naming (and strip those short names too)

This has been a performance tip for File Servers for some time now: disable short names. There are big performance savings in disabling 8.3 naming and also for removing existing short names on a volume. Here’s a diagram from a presentation I delivered last year: The old “8dot3 naming” convention has been obsolete for a … Continue reading Windows Server 2012 File Server Tip: Disable 8.3 Naming (and strip those short names too)

Windows Server 2012 File Server Tip: Use multiple subnets when deploying SMB Multichannel in a cluster

SMB Multichannel will let you use multiple network interfaces at once for added throughput and network fault tolerance. When using it with non-clustered file servers, you have the most flexible options, including using multiple NICs on the same subnet. In fact, you can have all the multiple NICs on the same server configured automatically via … Continue reading Windows Server 2012 File Server Tip: Use multiple subnets when deploying SMB Multichannel in a cluster

Windows Server 2012 File Server Tip: Make sure your network interfaces are RSS-capable

The new SMB Multichannel feature improves performance for network interfaces by using multiple TCP connections for a single network interface automatically. SMB will only do this if your network interface reports itself as RSS-capable, which means it can use Receive Side Scaling. You can check that with the Get-SmbServerNetworkInterface or the Get-SmbClientNetworkInterface PowerShell cmdlets. See … Continue reading Windows Server 2012 File Server Tip: Make sure your network interfaces are RSS-capable

Windows Server 2012 File Server Tip: Switch to the High Performance power profile

When you install a fresh copy of Windows Server 2012 and configure it with the File Server role, the default Power Setting balances power efficiency and performance. For this reason, even if you have a few high speed network interfaces and the fastest SSD storage out there, you might not be getting the very best IOPS … Continue reading Windows Server 2012 File Server Tip: Switch to the High Performance power profile

Windows Server 2012, File Servers and SMB 3.0 – Simpler and Easier by Design

1. Introduction I have been presenting our solution in Windows Server 2012 for File Storage for Virtualization (Hyper-V over SMB) and Databases (SQL Server over SMB) for a while now. I always start the conversation talking about how simple and easy it is for an IT Administrator or an Application Developer to use SMB 3.0. … Continue reading Windows Server 2012, File Servers and SMB 3.0 – Simpler and Easier by Design

The built-in SMB PowerShell aliases in Windows Server 2012 and Windows 8

1 – Overview   Windows 8 and Windows Server 2012 introduced a new set of PowerShell cmdlets to manage File Servers and File Shares. If you're not familiar with them, I would recommend reviewing my blog on The Basics of SMB PowerShell. With the rule that cmdlets have to be written in a way that … Continue reading The built-in SMB PowerShell aliases in Windows Server 2012 and Windows 8

Ranking the SMB rules in the File Services Best Practices Analyzer tool (BPA)

As you probably know, the File Services team provides a Best Practices Analyzer tool (BPA). It includes several rules for the configuration, operation, performance and security of the SMB, NFS, DFS-N, DFS-R and FSRM.I was recently looking at the pageview statistics for each of the rules for the SMB component and found how how the … Continue reading Ranking the SMB rules in the File Services Best Practices Analyzer tool (BPA)