Walked into this issue when trying to deploy a logical switch from Virtual Machine Manager: Error (2912) An internal error has occurred trying to contact the ‘Cluster1-Node1’ server: : . WinRM: URL: [http://Cluster1-Node1:5985], Verb: [INVOKE], Method: [GetFinalResult], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/AsyncTask?ID=1001] Unknown error (0x80078005) Recommended Action Check that WS-Management service is installed and running on server ‘Cluster1-Node1’. […]
Author: Darryl
Windows Server 2016 Update settings
In Windows Server 2016 there are no GUI options available to change the update behavior. In this blog I was outline the different ways to change the Windows Server 2016 Update settings. Windows Server 2016 Update settings Windows always looks at registry keys located in the following hive: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU Typically there is a key named […]
Migrate your VMs to Azure with Site Recovery
In this blog post, we’ll discuss how to migrate your on-premises virtual machines to Azure – focusing mostly on Azure Site Recovery – along with key prerequisites but also limitations. Site Recovery Migrating virtual machines to the cloud can be painful and complicated unless you use the right tools for the job. Microsoft offers a […]
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 […]
Inconsistent parameters PolicyStore PersistentStore and Dhcp Enabled
This error was driving me crazy! I was trying to configure a team NIC with a new IP address but it would give the following error: PS C:\users\Darryl\Desktop> new-NetIPAddress -InterfaceIndex 100 -IPAddress 192.168.0.10 -AddressFamily IPv4 -PrefixLength 24 new-NetIPAddress : Inconsistent parameters PolicyStore PersistentStore and Dhcp Enabled At line:1 char:1 + new-NetIPAddress -InterfaceIndex 100 -IPAddress 192.168.0.10 […]
Azure Backup and Site Recovery in Public Preview
Although the many //Build/ announcements where overshadowing the news, Azure Site Recovery and Azure Backup for v2 machines (ARM) are in Public Preview! There have been some changes, in the “old” portal you’d have to create a vault based on what you wanted to do, ASR or Backup. In the new portal ASR and Backup […]
Azure Stack – The Fabric Layer
With more and more details coming available on Microsoft Azure Stack we can see the direction Microsoft is taking and giving us a peek under the hood of Microsoft Azure itself. Azure Stack will be consistent with Azure and Microsoft is bringing the Azure bits to your datacenter with Azure Stack, we will get the […]
Error 803 Virtual Machine Already Exists
I copied a virtual machine and imported it again in Hyper-V using a Unique ID. When refreshing the host in Virtual Machine Manager I hit the error below: Error (803) Virtual machine Darryl ASR already exists on the virtual machine host other cluster nodes Recommended Action Specify a new name for the virtual machine, and […]
Windows Server Container Manager
Since Windows Server 2016 Technical Preview 3 we have the ability to play around with containers. The containers are managed through Powershell and a offical GUI Management tool is (still?) lacking. Introducing Windows Server Container Manager >>>>>>>>>> DOWNLOAD