SMS: "Unable To Locate <machine name>" w/Remote Control in WAN

Last reviewed: January 8, 1998
Article ID: Q165589
The information in this article applies to:
  • Microsoft Systems Management Server, version 1.2

SYMPTOMS

When trying to remote control a Systems Management Server client in a wide area network (WAN) environment, the following error messages may occur in sequence:

  • Attempting To Locate <machine name>
  • Trying Additional Protocols
  • Unable To Locate <machine name>

CAUSE

On a TCP/IP WAN, communication over some routes may fail if intermediate network segments have packet sizes smaller than the communicating hosts, and routers do not send appropriate ICMP responses to this condition. A router that causes this condition is sometimes known as a "black hole" router.

The Windows NT Server PING utility is a great diagnostics tool that can help you find those "black hole" routers. Use the following PING command:

   PING -t -l 64000 <machine name>.

If the request times out, it is an indication that the router between those two computers may be a "black hole" router, and may cause Remote Control to fail.

To resolve this problem, correct the configuration of the appropriate router.

WORKAROUND

To work around this problem, modify the following registry key.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Run Registry Editor (Regedt32.exe).

  2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

          SYSTEM\CurrentControlSet\Services\<adapter name and number>
          \Parameters\Tcpip
    

  3. On the Edit menu, click Add Value.

  4. Add the following values:

          Value Name: MTU
          Data Type:  REG_DWORD
          Data: <1500 or Ethernet segment's MTU size>
    

  5. Click OK.

  6. Quit Registry Editor.

  7. Shut down and restart Windows NT.


Additional query words: prodsms sms timeout
Keywords : smsremtshoot kbnetwork
Version : 1.2
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 8, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.