If you are working with Dell, they provide a management tool called Dell OpenManage Enterprise where you can easily manage your hardware and firmware. You can add servers to a group and then assign a ‘Catalog’ to that group. This catalog contains firmware information for Dell OME to download and install on the group. By […]
Category: Azure Stack HCI
Run Microsoft Azure Services Anywhere
Let’s face it, Microsoft is a software company and always has been. They run a bunch of hardware in datacenters worldwide because they needed a place for their software to run so customers can use it. Azure Services anywhere Microsoft Build 2021 came along with new announcements which makes the direction more clear than […]
Azure Stack HCI is not your Windows Server HCI replacer
Great news, last week Microsoft has released Azure Stack HCI as “General available”. The product is now ready for production use and all the prerequisites on the Microsoft side has been met such as 24/7 support etc. The past few months I talked to a lot of people about Azure Stack HCI and the Windows […]
My take on Azure Stack HCI
I never really do opinion posts, but when I started writing this.. text just kept coming.. enjoy 🙂 So the word is officially out. Windows Server Software-Defined (WSSD) is going to be rebranded to Azure Stack HCI for Windows Server 2019. When I first heard about it I was, probably just like you, surprised and […]
Align VMs with Storage
With Storage Spaces Direct, every Metadata / write IO is redirected to the node who owns the Cluster Shared Volume. If you’re using NTFS the volume will be in “Block Redirected Mode”, if ReFS is used the volume will be in “File System Redirected Mode”. You can see this with Powershell; Get-ClusterSharedVolumeState. More info on […]
Two-way mirror vs Nested resiliency
In this blogpost I’m testing out the new resiliency method which we can use with 2-node clusters in Windows Server 2019. This blog is not meant as performance showcase for the hardware but to show the differences between a regular Two-way mirror and nested resiliency volume. Why do I want nested resiliency? Nested resiliency helps […]
Storage Spaces Direct in Azure – Performance
Starting this blog with questions: How do you deploy a highly available fileserver in Azure? Do you count on the SLA (99.9%) of Azure when using premium storage, so doing a single fileserver? How does it perform? In this post I’m diving in on Storage Spaces Direct in Azure, giving a few guidelines but also […]
Windows Server Summit – S2D recap
Yesterday (26th of June, 2018) Microsoft held the Windows Server Summit which was mainly focused, not a surprise, on Windows Server. I think this is a great thing, exposure of Windows Server and all the cool capabilities we got since the 2016 release, which IMHO are underexposed and buried under the Azure marketing. Although many […]
Cluster Sets in Windows Server 2019
Great! You just found out about the greatest hidden gem of Windows Server 2016 which is now scheduled for the Windows Server 2019 release. Cluster Sets already have been announced at Microsoft Ignite 2017, and now also in this blog on Windows Server 2019. Cluster Sets Since the introduction of Storage Spaces Direct I’ve […]
Storage Spaces Direct – Cache Disk Status
Storage Spaces Direct can make use of cache disks if you have provided SSDs or NVMe SSDs in your nodes. Normally the capacity disks are bound to cache disks round-robin, see the official Microsoft doc here. If you suspect or see that one node is not getting the right performance numbers you might wonder if […]