Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The MicrosoftNLB_ClusterSetting::LoadAllSettings method does not read modifications to the UnicastInterHostCommSupport registry entry in Windows Server 2003


View products that this article applies to.

Symptoms

You want to configure Network Load Balancing (NLB). If you use the MicrosoftNLB_ClusterSetting::AccessNLBRegParam Windows Management Instrumentation (WMI) method to modify the UnicastInterHostCommSupport registry entry, and you then use the MicrosoftNLB_ClusterSetting::LoadAllSettings method, unicast interhost communication between cluster nodes does not work as you expect. For example, you cannot communicate between the cluster nodes by using the Ping command.

You expect the modified UnicastInterHostCommSupport registry entry to be read when you run the MicrosoftNLB_ClusterSetting::LoadAllSettings method.

↑ Back to the top


Cause

This problem occurs because the LoadAllSettings method does not recognize the entries that are set by the AccessNLBRegParam method. Therefore, the modification of the UnicastInterHostCommSupport registry entry by using the AccessNLBRegParam method does not take effect when you call the LoadAllSettings method. In this scenario, the call to reload all settings is considered to be a no-operation (NO-OP) call.

Note If other NLB settings are changed at the same time that the UnicastInterHostCommSupport registry entry is set, the new registry entry is correctly picked up by LoadAllSettings, because the reload operation is no longer considered to be a NO-OP call. Examples of these NLB settings are host IDs and dedicated IP addresses.

↑ Back to the top


Workaround

To work around this problem, after you call the MicrosoftNLB_ClusterSetting::AccessNLBRegParam WMI method, type the Wlbs.exe reload command at a command prompt.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

For additional information about how to troubleshoot Network Load Balancing clusters, visit the following Microsoft Web site:For additional information about Network Load Balancing WMI classes, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB870708, kbprb, kbpending, kbtshoot, kbclustering

↑ Back to the top

Article Info
Article ID : 870708
Revision : 5
Created on : 2/6/2007
Published on : 2/6/2007
Exists online : False
Views : 216