VMM Logical Switch – Unknown error (0x80078005)

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’. […]

Read More

The configuration registry database is corrupt (0x800703F1)

Got the following error when creating a VM template in Virtual Machine Manager: Error (2912) An internal error has occurred trying to contact the vmms01 server: : . WinRM: URL: [http://vmms01.mgmt.local:5985], Verb: [INVOKE], Method: [LoadSubkey], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/P2VSourceFixup?RegFileName=C:\Users\SVC_VMM\AppData\Local\Temp\tmp6AB5.tmp] The configuration registry database is corrupt (0x800703F1) Recommended Action Check that WS-Management service is installed and running on […]

Read More

Provisioning VM Networks

This script/Powershell functions can be used for (automatic) provisioning VM networks based on VLANs on existing Logical Network and switches in Virtual Machine Manager. Create VM Network Function: 1. Check if VLAN already exist 2. Create Network site in logical network and add VLAN 3. Enable VLAN on Uplink Port Profile 4. Create VM Network […]

Read More