The problem arises when there are difficulties in accessing the Windows Management Instrumentation (WMI) repository in the target host. This can occur due to various reasons:1. The target host is not reachable.2. Issues with accessing WMI on the target host.3. Attempting to add a Standalone Hyper-V Host under Hyper-V Cluster.4. Backup failure after installing Windows Update KB5014692 on Hyper-V Server, leading to remote WMI connectivity issues.
For Cause 1: Target host is not reachableThe remote share "Admin$" on the target host is required to copy the BDRSuite Integration Services (BIS) installer (which operates as BDRSuite Delegation Service - BDS) to the target machine.To validate UNC access manually:1. Press 'Win + R' and enter the command: \\<Hostname or IPAddress>\admin$Replace "Hostname or IPAddress" with the actual details.2. If successful, proceed. If not, troubleshoot as follows:Case 1: Firewall Settings
- Open Control Panel and go to System and Security > Windows Firewall > Advanced Setting.
- Click Inbound rules > New rule > Predefined option
- Select “Remote Service Management” rule and enable it.
Case 2: Verify ServicesEnsure the following services are running:
- Server Service
- Windows Remote Management (WS-management)
For Cause 2: WMI Access Issue on the Target HostCase 1: Firewall Settings
- Open Control Panel and go to System and Security > Windows Firewall > Advanced Setting.
- Click Inbound rules > New rule > Predefined option.
- Select “Windows Management Instrumentation” rule and enable it.
Case 2: Verify ServicesEnsure the following service is running:Windows Management InstrumentationCase 3: NAT Configuration
- Allow WMI port in NAT firewall
- Configure WMI to use a fixed port if needed.
WMI port can be static or dynamic, by default WMI port is dynamic.
- If your WMI is running in a static port, then directly add the WMI port into NAT firewall.
- If your WMI is running in a dynamic port, add the WMI port range into your NAT firewall. The range is from 1024 to 65535.
If not feasible, then convert the WMI port into a static port and add that static port into the firewall setting of NAT.
Note: Make sure both the source and target host operating systems are updatedSteps to convert the WMI port from dynamic to static1. Set the DCOM config to use a static port:Step 1: Open Run and type ‘dcomcnfg’ → EnterStep 2: Navigate the tree to My Computer → DCOM Config → Windows Management and Instrumentation, select properties of that folder.Step 3: Select the Endpoint tab under Windows Management and Instrumentation properties.Step 4: Select the Properties button for Connection-oriented TCP/IPStep 5: Use static endpoint, set the port.2. Configure WMI to use a fixed port: Follow the steps in the link Change the WMI port to fixedConfirmation test:When the above mentioned solutions are verified, perform a pre-test using WBEM utility.Step 1: Open “wbemtest” in your server/client machineStep 2: In the namespace text box provide the following: \\Target Hostname (or) IPAddress\root\cimv2Example: \192.168.100.100\root\cimv2Step 3: Provide the username and password and click on connectNote: If the target machine you are trying to push is a local machine then do not provide any username and password, just proceed to connectStep 4: In case of error, then recheck the solution again and wait until the wbem test becomes successfulOnce successful, please proceed to add the desired Host.For Cause 3: Adding Standalone Hyper-V Host under Hyper-V ClusterEnsure that a standalone host is added on the appropriate page, not on the Hyper-V Cluster page.For Cause 4: Backup Failure after Windows Update KB5014692After installing Windows Update KB5014692 on Hyper-V Server, remote WMI connectivity failure may lead to backup issues.Solution:1. Add the following registry key value:
- Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat
- Value Name: "RequireIntegrityActivationAuthenticationLevel"
- Type: dword
- Set the value as 0x00000000
Refer to Microsoft KB5004442 for more details.Note: Apply the changes to all Hyper-V Servers configured for backup with the Windows update KB5014692.