In the previous parts we’ve configured our network infrastructure with DCB and set QoS policies to ensure traffic bandwidth. But there is more! In this part I’m going to shown known and unknown tips and tricks that optimizes your network infrastructure.
Category: Azure Stack HCI
Windows Server 2016 Networking – Part 2 – Configuring DCB in Windows
As shown in the previous part, Data-center Bridging (DCB) has these CoS values (0-7) and based on that the network stack will prioritize traffic and when it becomes too much even pause a specific flow. I also told you that every node in the network in an active DCB node and needs to have DCB […]
Windows Server 2016 Networking – Part 1- RDMA, DCB, PFC, ETS, etc
In this multi-part blog series I’m going to try to clear some fog around the networking parts needed in Windows Server 2016, especially when using Storage Spaces (Direct). I’ll be touching multiple areas, things that were new to me (I’m not a network guy) such as DCB and and PFC, but also recommendations on the […]
Windows Server 2016 Networking – Multiple DCB priorities
When configuring DCB on Windows Server 2016, you can create policies to tag specific traffic with a specific priority to let DCB handle the right QoS. For more info how this works, please see this blog series: https://www.darrylvanderpeijl.com/windows-server-2016-networking-rdma-dcb-pfc-ets-etc/ When you have multiple types of traffic that you want to separate into DCB priorities, e.g. Storage and […]
Storage Spaces Direct Needs Rebalance
When you write or delete a lot of data in your storage pool it could be that your volumes end up with the operational status of “Needs Rebalance” This operation needs to be executed by the Administrator (Yes, i’m pointing at you right now) when your disks need a rebalance. You can use the following […]
No disks with supported bus types found to be used for S2D
I had some HP DL380’s to test Storage Spaces Direct (S2D) and walked into the following error: Enable-ClusterStorageSpacesDirect : No disks with supported bus types found to be used for S2D At line:1 char:1 + Enable-ClusterStorageSpacesDirect + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (MSCluster_StorageSpacesDirect:root/MSCLUSTER/…ageSpacesDirec t) [Enable-ClusterStorageSpacesDirect], CimException […]
Resize Storage Spaces Direct Volume
In this blog post I will show you how to resize a Storage Space AKA virtual disk based on Storage Spaces Direct.The first thing is to understand that Multi-Resilient volumes are created differently comparing to a Parity or Mirror volume. A Multi-Resilient volume makes use of two tiers instead of one and therefore when expanding […]
Hyperconverged with Windows Server 2016
There has been a lot of development the last couple of years on the Hypervisor and Storage landscape. Where in the past we did big investments in separate infrastructure for Compute and Storage Array Network (SAN), now we see developments that beholds a combined infrastructure for both. While the big vendors not seemed “All-in” on […]