The information in this article applies to:
SUMMARYSlownet.exe is called at logon in SMSLS to determine the network connection speed between the client and the logon point. Depending on the client platform, the file to which Slownet maps can be any of the following files: Slwnt32.exe for Windows NT (Intel) and Windows 95/98 clientsSlownet's calculation of connection speed is a snapshot that varies substantially depending on a number of factors including, but not limited to, maximum connection speed, line quality, and current network load. The Windows 32 Slownet.exe uses the Win32 MultinetGetConnectionPerformance API call. This API calls asks the transport layer (for example, IP) to tell it how fast the connection is. SMS does not have any control over the return value from this API call. It could report a significantly slower speed than the actual connection, which can frequently be attributed to a slow network (not just a slow RAS connection). If Slownet detects that a connection speed is less than 40 KB, the client installation routine is bypassed and the client is not installed. Slownet can be used for the following tasks:
If it is necessary to force clients to install over a slow link, consider the following options:
MORE INFORMATIONManually Determining the Connection with SlownetYou can use Slownet as a command-line utility on the client computer. If the Slownet.exe file is not already on the client, copy the appropriate Slwntxx.exe file to the client computer. Run the following command at a command prompt:exename \\computername\sharenewspeed /verboseFor example: slownet \\siteserver1\share 10000 /vThis command reports your calculated speed and tells you if your link is faster or slower than 10 Kbps. To determine if the calculated speed is faster or slower than 40 Kbps (by default, Slownet detects for at least 40 Kbps), run the following command from a command prompt: slwnt32 \\siteserver1\share /vNote that if the server or share is not available, Slownet assumes a fast link and returns the following message: Remote Name is \\siteserver1\c$ Modifing Slownet in the SMSLS Logon ScriptIf you want to modify the Slownet threshold, back up the Ssmsls.bat file in the Sms\Data\Nt_logon folder to Smsls.org. Then, modify the following lines in the Sms\Data\Nt_logon directory\Smsls.bat file:
If the Smsls.bat file is changed after the creation of the logon point, copy the updated Smsls.bat file to the %Windir%\System32\Repl\Export\Scripts and %Windir%\System32\Repl\Import\Scripts folders on the logon server. Slownet with RASWhen you dial in over RAS, the speed Slownet detects may be lower than the dial-up status indicator, as indicated in the following table.
When a RAS client runs the SMSLS batch file at logon, Slownet.exe is copied to the client and run. If it detects that the connection speed is slower than 40 KB, the client is not installed.It is possible to use Slownet to only determine whether a client is using a RAS connection. To do so, substitute the connection speed with 0. For example: slownet \\siteserver1\share 0 /vIf RAS is detected, the return code is 0. If you want to prevent the client from having any files (including Slownet) installed at logon, you can use the Checkras utility included in the BackOffice Resource Kit. Checkras.exe checks for RAS connections on the client instead of trying to determine the link speed. You can use the Checkras.exe utility in your logon script to determine whether or not a user is connected by a RAS connection, and then include commands in your logon script based on the results returned by Checkras.exe. The following sample Windows NT domain logon script uses Checkras.exe: NOTE: Windows NT 3.51 clients are not supported with Systems
Management Server 2.0 over RAS. If Windows NT 3.51 clients will be
logging in over RAS, Checkras must be used to prevent them from
installing the SMS client.For additional information about client installation, click the article number below to view the article in the Microsoft Knowledge Base: Q202338 SMS: Pre-stage Clients To Avoid Bandwidth Contention In Install Additional query words: prodsms relnote SMS2 netspeed
Keywords : kbtool dun kbSMS200 |
Last Reviewed: September 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |