home *** CD-ROM | disk | FTP | other *** search
/ CICA NT 1997 April / CICA_NT_CD-ROM_Walnut_Creek_April_1997.iso / servpak / sp2_400a.exe / README.TXT < prev    next >
Text File  |  1996-12-14  |  20KB  |  376 lines

  1. -----------------------------------------------------------------------  
  2.              Microsoft Windows NT 4.0 Workstation and Server
  3.                             Service Pack 2
  4. -----------------------------------------------------------------------
  5.  
  6. Contents
  7. --------
  8. 1.0  Introduction
  9. 2.0  Installation Instructions for the Windows NT 4.0 Service 
  10.      Pack 2
  11. 2.1  Service Pack Uninstall
  12. 3.0  User Notes
  13.     3.1 Emergency Repair Disk
  14.     3.2 Adding New Components to the System
  15.     3.3 Installing Symbol Files from the compact disc
  16.     3.4 Remote Access Service PPP CHAP MD5 authenticator support
  17.     3.5 Microsoft DHCP Server                      
  18. 4.0  List of Bugs Fixed in Windows NT 4.0 Service Pack 2
  19. 5.0  How to obtain the North American version of this service pack (128 bit version)
  20.  
  21. 1.0  Introduction
  22. -----------------
  23. This release of Microsoft(R) Windows NT(TM) 4.0 Service Pack 2
  24. is easy to apply from within Windows NT and changes only those files that
  25. were originally set up on the Windows NT Workstation or Windows NT Server 
  26. system.  Service Pack releases are cumulative: they contain all previous 
  27. fixes, as well as any new fixes made to the system.
  28.  
  29. 2.0  Installation Instructions for the Windows NT Service Pack
  30. -------------------------------------------------------------------
  31. Before Installing the Service Pack
  32.  
  33. Please close active debugging sessions before installing this Service 
  34. Pack, otherwise the update program will be unable to replace system files 
  35. in use.  If a file is in use, a dialog box will allow you to choose to 
  36. abort the installation or skip the file copy.  We recommend you choose to 
  37. abort and run the update program selecting the uninstall option.  Close 
  38. active sessions on the system and rerun update.exe to install the Service 
  39. Pack.  
  40.  
  41. Installing the Service Pack from a compact disc:
  42. 1.  Insert the Service Pack compact disc into the CD-ROM drive.
  43. 2.  At the Windows NT Command Prompt, change to the drive letter 
  44.     associated with the CD-ROM drive.  Change directory to i386, 
  45.     ALPHA, or PPC (depending upon whether you have an Intel(TM), 
  46.     ALPHA(TM) or PowerPC(R) CPU), and type UPDATE.
  47. 3.  Follow the instructions given on the screen.
  48.  
  49. Installing the Service Pack from a network drive:
  50. 1.  At the Windows NT Command Prompt, type the command to connect to the
  51.     network drive on which the Service Pack files reside.
  52. 2.  Change the drive letter to that network drive.  Change directory to i386, 
  53.     ALPHA, or PPC directory (depending upon whether you have an Intel(TM), 
  54.     ALPHA(TM) or PowerPC(R) CPU), and then type UPDATE.
  55. 3.  Follow the instructions given on the screen.
  56.  
  57. 2.1  Service Pack Uninstall
  58. ---------------------------
  59. This Service Pack contains an uninstall feature that can be used to remove
  60. the Service Pack from your system.  It will restore your system to its previous
  61. state; for example, if you install Service Pack 2 on top of Service Pack 1,
  62. when you uninstall Service Pack 2, you will have Service Pack 1 left on your
  63. system.
  64.  
  65. To enable the uninstall option, you must create an uninstall directory when
  66. running UPDATE.EXE the first time.  To do this, check the "Yes, I want to create 
  67. an Uninstall directory" button.  A subdirectory in your Windows NT directory will
  68. be created and this requires that you have at least 60M of free space on the 
  69. drive you have Windows NT installed on.
  70.  
  71. To uninstall the Service Pack, run UPDATE.EXE and check the "Uninstall a previously 
  72. installed Service Pack" button.  After your system has rebooted, UPDATE will have 
  73. replaced the files updated by the Service Pack with the files from the previous 
  74. installation, and will have returned your registry settings to what they were before 
  75. the Service Pack was installed.
  76.  
  77. If you install any applications that require Service Pack 2, or have bug fixes
  78. contained in Service Pack 2, performing an uninstall could adversely affect 
  79. those applications.
  80.  
  81. Also, it is recommended that you run the Emergency Repair Disk before updating 
  82. your system with a Service Pack.
  83.  
  84.  
  85. 3.0  User Notes
  86. ---------------
  87. 3.1 Emergency Repair Disk
  88.  
  89. If it is necessary to use the Windows NT Emergency Repair Disk to repair
  90. your Windows NT system at some time after you apply the Service Pack, 
  91. you will need to reapply the Service Pack after the repair is completed.
  92. This is because the Emergency Repair Disk repairs your system by restoring
  93. your original Windows NT setup.  After the repair has completed, simply 
  94. follow the above Installation Instructions to reapply the Service Pack.
  95.  
  96.  
  97. 3.2 Adding New Components to the System
  98.  
  99. If you change or add new software or hardware components to your 
  100. system after you have applied the Service Pack, you will need to 
  101. reapply the Service Pack.  This is because the files taken from the
  102. original Windows NT disk set may not be the same as the files on the 
  103. Service Pack disk set.  You cannot install new components 
  104. directly from the Service Pack media (such as a new keyboard or printer 
  105. driver).  You must install new components from the original product media.
  106.  
  107.  
  108. 3.3 Installing Symbol Files from the compact disc
  109.  
  110. Each program file in Windows NT has a corresponding symbol file that is used to 
  111. find the cause of kernel STOP errors. To install the symbol files corresponding to 
  112. the new binaries in Service Pack 2, do the following (assuming your CD-ROM drive 
  113. is D:, your symbol files are located in the C:\WINNT\SYMBOLS directory, and you 
  114. are installing the files for an x86 machine):
  115.  
  116.     XCOPY /S /U /D D:\SUPPORT\DEBUG\I386\SYMBOLS C:\WINNT\SYMBOLS
  117.  
  118. This will copy the Service Pack 2.DBG files over the existing 
  119. versions of these files.  The XCOPY command shown will copy only those 
  120. .DBG files that are already installed (/U switch), and only those with a 
  121. more recent time-date stamp (/D switch).
  122.  
  123. For more information about debugging on Windows NT, see chapter 39, 'Windows NT 
  124. Debugger," in the Microsoft Windows NT Workstation Resource Kit.
  125.  
  126.  
  127. 3.4 Remote Access Service PPP CHAP MD5 authenticator support
  128.  
  129. SP2 provides limited PPP MD5-CHAP authenticator support to the Remote Access 
  130. Server that may be useful for small user-count environments using 
  131. non-Microsoft PPP dial-in clients. The support is local to a given RAS 
  132. server.  The MD5 account information is stored in the RAS server's 
  133. registry and is not integrated or synchronized with the User Manager 
  134. account database.  Integrated support will appear in a later release, 
  135. at which time this limited support may be deprecated.
  136.  
  137. The local MD5-CHAP authenticator is enabled by creating the MD5 key below 
  138. and adding "account" subkeys of the form [<domain>:]<user>, with subvalue 
  139. "Pw" containing the account password.  The ":" notation is used instead of 
  140. "\" due to the syntax rules of registry keys.  The 'domain:' is optional 
  141. and typically omitted.  MD5-CHAP will not be negotiated (old behavior) when 
  142. the MD5 key does not exist (default).
  143.  
  144. HKLM\SYSTEM\CurrentControlSet\Services\RasMan\PPP\CHAP\MD5
  145.     [<domain>:]<user>
  146.         (REG_SZ)Pw
  147.  
  148.  
  149. 3.5  Microsoft DHCP Server
  150.  
  151. This version of the Microsoft DHCP Server modifies the format of the dhcp 
  152. database.  You should back up the contents of your %windir%\system32\dhcp 
  153. directory prior to upgrading.
  154.  
  155. The address conflict detection feature can limit the throughput of Microsoft 
  156. DHCP Server.  For improved performance, reduce the number of ping retries in 
  157. the Server Properties dialog.  This feature is disabled by default.
  158.  
  159. Address conflicts are indicated by replacing the machine name with 
  160. "BAD_ADDRESS".  If a Unique Identifier is specified for the address in the 
  161. Client Properties dialog, then the address was declined by the client.  If 
  162. the Unique Identifier is not specified then the address conflict was detected 
  163. by the DHCP Server.
  164.  
  165. Microsoft DHCP server can be configured to set a client's default gateway 
  166. equal to its IP address.  This causes the client to arp for all IP addresses 
  167. on the local subnet, and is useful for routerless networks.  To enable this 
  168. feature for all clients in a scope, add the following value to the registry:
  169.  
  170. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\Subnets\a.b.c.d\SwitchedNetworkFlag=1 (REG_DWORD)
  171.  
  172. This version of Microsoft DHCP Server supports BOOTP clients.  BOOTP addresses 
  173. currently must be reserved in advance by creating an IP address reservation.  
  174. Future versions of Microsoft DHCP Server will be capable of leasing dynamic 
  175. addresses to BOOTP clients.
  176.  
  177. BOOTP clients that do not specify the parameter request list option ( 55 ) can 
  178. still retrieve the following options from this release of Microsoft DHCP Server:
  179.  
  180. 1    Subnet Mask
  181. 3    Router
  182. 5    Name Server
  183. 12    Host Name
  184. 15    Domain Name
  185. 44    NetBIOS over TCP/IP Name Server
  186. 45    NetBIOS over TCP/IP Datagram Distribution Server
  187. 46    NetBIOS over TCP/IP Node Type
  188. 47    NetBIOS over TCP/IP Scope
  189. 48    X Window System Font Server
  190. 49    X Window System Display Manager
  191. 69    SMTP Server
  192. 70    POP3 Server
  193. 9    LPR Server
  194. 17    Root Path
  195. 42    NTP Servers
  196. 4    Time Server
  197.  
  198. In order to obtain other options the client must specify option 55 in the 
  199. BOOTP request.  DHCP Server will return the options in the order listed 
  200. above.  DHCP Server will return as many options as will fit in in response 
  201. packet.
  202.  
  203. The activity log feature creates a text log file of all DHCP Server activity.  
  204. The file is located at %windir%\system32\dhcp\dhcpsrv.log.  When the activity 
  205. log feature is enabled this file will be kept open by DHCP Server while the 
  206. Server is running.  To delete the activity log file you must first stop DHCP 
  207. Server:
  208.  
  209. NET STOP DHCPSERVER
  210.  
  211. If available disk space becomes low the activity log will pause until sufficient
  212. disk space becomes available to continue.
  213.  
  214. You must also stop and restart the DHCP Service after enabling or disabling
  215. Logging, Superscope, or DHCP Decline support.
  216.  
  217.  
  218. 4.0  List of Bugs Fixed in Windows NT 4.0 Service Pack 2
  219. --------------------------------------------------------------
  220. NOTE: Use the Qxxxxxx number that precedes the title of the bug fix to
  221. query the Microsoft Knowledge Base to find an article about that bug.
  222.  
  223. Service Pack 2
  224. --------------
  225.  Q78303: Intermittent File Corruption Problem
  226. Q142653: STOP Message Occurs Calling GetThreadContext/SetThreadContext
  227. Q142654: Winsock Memory Access Violation in Ws2help.dll Or Msafd.dll
  228. Q142655: Stop Message Appears After Deleting ProductOption Registry Key
  229. Q142656: Internet Explorer 3.0 on RISC Computer Cannot Connect to Host
  230. Q142657: Data Corruption on Windows NT 4.0
  231. Q142658: Internet Information Server Runs Out of Memory
  232. Q142659: Internet Explorer 2.0 Fails To Check the Country Code/Language
  233. Q149903: File Manager Performs a Move Instead of a Copy
  234. Q156832: STOP Message when IBM Warp Client Connects to Windows NT 4.0
  235. Q102477: Draw Can't Leave Data in Clipboard After Closing Application    
  236. Q102710: MFX Draw: 16-Bit Device Drivers Incompatible with Windows NT    
  237. Q106503: FIX: SQL Server FixList for Version 4.20aK11                    
  238. Q107422: Windows NT Resource Kit Vol. 1 - 3.5 Inch Disk Contents         
  239. Q108144: FIX: SQL Server FixList for Version 4.20b                       
  240. Q136032: Systems Management Server Sender Packet Size Computation        
  241. Q140955: XCLN: Error When Opening Attachment in Client for Windows 3.x   
  242. Q142625: NETBIOS Defaults To 16 Sessions on Windows NT                   
  243. Q142634: Multiple Processes Are Able to Open the Same Winsock Port       
  244. Q142641: Internet Server Unavailable Because of Malicious SYN Attacks    
  245. Q142648: STOP 0x00000024 in Ntfs.sys                                     
  246. Q142661: Cacls.exe May Report Errors when Handling Extended Characters   
  247. Q142671: Backup Fails on Certain Directories Due to Lack of Permissions  
  248. Q142675: CSNW Sends Packets Greater Than Negotiated Maximum Packet Size  
  249. Q142687: Windows NT 4.0 Not Able to Read Some Compact Discs              
  250. Q151989: Novell 32-bit Client for Win95/WinNT Doesn't See FPNW Volume    
  251. Q152273: DHCP Server May Give Out Duplicate IP Addresses                 
  252. Q152346: Some DEC TLZ06 4MM DAT Tape Drives Not Recognized by Windows NT 
  253. Q153665: SPX Data Stream Type Header May Reset Unexpectedly              
  254. Q154784: Windows NT Operating System SNMP OID Incorrect                  
  255. Q155117: Shutdown And Power Off Does Not Appear on Shut Down Menu        
  256. Q155883: NT 4.0 Breaks SNA Server 2.x Server Communication Over IP       
  257. Q156091: Access Violation with Long NDS Context in CSNW/GSNW             
  258. Q156095: Replace Command with Space Character in the Path Does Not Work  
  259. Q156276: Cmd.exe Does Not Support UNC Names as the Current Directory     
  260. Q156324: Device Failure Message with Microchannel Network Adapter        
  261. Q156520: Logon Validation Fails Using Domain Name Server (DNS)           
  262. Q156524: HP PaintJet XL 300 Does Not Print Colors, Only Black            
  263. Q156608: Err Msg: ⌠Account Unknown--Account Deleted                      
  264. Q156735: WOW Applications Stack Fault When Launched by a Service         
  265. Q156750: AddGroupNameResponse Frame from WinNT May Cause WFWG to Hang    
  266. Q156884: Problems Saving Event Viewer Log from Windows NT 4.0 to 3.51    
  267. Q156931: STOP 0x0000001E in Nwrdr.sys                                    
  268. Q156958: Serial Service Won't Stop with Serial Printer Installed         
  269. Q156989: Multiple Processes Are Able to Open the Same Winsock Port       
  270. Q157279: Nwrdr.sys Fails Reading File with Execute Only Attribute        
  271. Q157289: Memory Leak Using RegConnectRegistry API                        
  272. Q157621: Personal Groups Not Visible If %Systemroot% Is Read-Only        
  273. Q157673: Policy Not Updated on Workstation                               
  274. Q157979: NT/RDR: "Access Denied" with Windows NT 4.0 Ntbackup            
  275. Q158142: WM_DDE_EXECUTE API Causes a Memory Leak in the WOW Subsystem    
  276. Q159075: Compression is not supported on Quantum 4000DLT                 
  277. Q158994: NT 4.0 Fails to Replicate to Backup Domain Controllers          
  278. Q158387: RAS Server Cannot Use DHCP to Assign Addresses w/ PPTP Filtering
  279. Q158587: 16-Bit Named Pipe File Open Leads to WOW Access Violation       
  280. Q158682: Shortcuts Embed Admin$ in .lnk File                             
  281. Q158706: Shortcuts Embed Admin$ In .LNK File                             
  282. Q158707: DDE Destroy Window Code may Stop 0x0000001e in Windows NT 4.0   
  283. Q108261: Windows NT Hangs on Shutdown with Certain PCMCIA Devices        
  284. Q158981: IBM Thinkpads 760ED and 760ELD May Hang During Shutdown         
  285. Q159066: A Client Crash May Prevent an NTFS Volume Dismount              
  286. Q159071: NTFS Does Not Prevent a File Deletion During Rename             
  287. Q159075: Compression is not supported on Quantum 4000DLT                 
  288. Q158796: MAC Clients Connected to an NT Server May Intermittently Appear 
  289. Q149817: STOP 0x0000000A and STOP 0x0000001E in Isotp.sys                
  290. Q141375: Winstone 97 May Fail on Windows NT 4.0                          
  291. Q141708: RAS Client IP Addresses Not Returned to Static Address Pool     
  292. Q142686: First Line of Print Job Lost When Printing Using Lpdsvc         
  293. Q142847: Bugcheck 0x1e Caused by Isotp.sys Driver                        
  294. Q142872: Length of PDC Name May Affect Performance on a Domain           
  295. Q157494: PPC 4.0 Cirrus Driver Fails to Redraw & Fill Objects Correctly  
  296. Q148602: Running SNA Server 2.11 on the Windows NT 4.0                   
  297. Q156746: Print Jobs Are Deleted When Printer Is Resumed After Restart    
  298. Q150815: Windows NT May Fail to Boot on Toshiba Portable Computers       
  299. Q152455: File Manager Can Only See 32 Volumes of NetWare/FPNW            
  300. Q152474: Window Socket Application Failure with Connection Reset Event   
  301. Q154556: Delegation Requires a Stop and Restart of the DNS Server Service
  302. Q156578: Cannot Cancel Print Job on Windows NT 3.51 Shared Printer       
  303. Q159107: Access Violaion in Addatom Inside KERNEL32.DLL                  
  304. Q142903: Windows NT Ndis.sys and Netflx3.sys Performance Improvement     
  305. Q160583: Windows NT 4.0 With More Than 4 Processors May Stall and Reboot 
  306. Q159971: SetTimer() API causes Memory leak in the WOW subsystem          
  307. Q159972: WinNT 4.0 May not Return a Valid Response for SMB Search Command
  308. Q160015: 2D Vector Performance on WinNT 4.0 Slower Than on 3.51          
  309. Q160055: Warning Event ID 4010 Generated on Windows NT LPD Server        
  310. Q160189: CSNW can't see more than 32 volumes per server                  
  311. Q159095: STOP 0x0000001E in Win32k.sys When Exiting Applications         
  312. Q160328: Internet Explorer 3.0 causes NT 4.0 to Blue Screen              
  313. Q159449: DNS Server Glue data gets deleted                               
  314. Q160601: Bad Parameters Sent to WIN32K.SYS May Blue Screen Windows NT    
  315. Q160603: No Output from DBMON Using OutputDebugString While Debugging    
  316. Q160604: Access violation in security!SspQueryContextAttributesW         
  317. Q160606: Performance enhancements for SQL Server under Windows NT        
  318. Q160610: READ_REGISTER_ULONG Doesn't Preserve ULONG Semantics on Alpha   
  319. Q160653: NTFS Fails Assertion Under High Stress During Transfer          
  320. Q160190: RasSetEntryProperties does not save a full path script name     
  321. Q159205: HOTFIX: SFM file Type and Creator properties invalid            
  322. Q160657: 16 Bit Version of VB4 May Hang Windows NT 4.0                   
  323. Q159108: SMP Full Duplex Adapter Configuration May Cause Blue Screen     
  324. Q159109: ExitWindowsEx Does Not Work With NEC Power Switch Service       
  325. Q159110: CDFS Does Not Complete IRPs Correctly                           
  326. Q159111: Multiprocessor Machine Hangs Under Stress Using HALSP.DLL       
  327. Q159129: OpenGL Access Violates with Invalid OpenGL Context              
  328. Q159910: Memory Corruption on a Windows NT Alpha platform                
  329. Q159204: HOTFIX: IoCompletionPort causes blue screen crash               
  330. Q159594: Missing EE FontSubstitutes in Registry                          
  331. Q159206: HOTFIX: Reactivation of paused print queues deletes print jobs  
  332. Q159311: NT4.0 RAS not releasing static IP Addresses                     
  333. Q159315: NT 4.0 RAS Server does not release static IP addresses          
  334. Q159347: Using NetBEUI for RAS Connector on Windows NT 4.0               
  335. Q159447: HOTFIX: Applications testing for directory existence fail       
  336. Q159098: NT 4.0 resource Kit utility "Remote Console" client fails       
  337. Q159203: HOTFIX: Unattended install prompts for new IP if zero in address
  338.  
  339. For the latest information see:
  340. Q150734      List of Fixed Bugs in Windows NT Version 4.0
  341.  
  342. 5.0  How to obtain the North American version of this Service Pack (128 bit version)
  343. ------------------------------------------------------------------------------
  344. The North American (128-bit) version of Service Pack 2 is intended for 
  345. distribution only in the United States and Canada.  Export of the North American
  346. version of this service pack from the United States is regulated by the 
  347. International Traffic in Arms Regulations (ITAR, 22 CFR 120-130) of the 
  348. U.S. State Department, Office of Defense Trade Controls.  A State Department 
  349. license is required to export the North American version of Service Pack 2 outside 
  350. the United States or Canada.   
  351.  
  352. Microsoft will distribute the North American (128-bit) version of Service Pack 2
  353. to U.S. or Canadian companies or persons for end-use in the U.S. or Canada only.  
  354.  
  355. Ordering Information and Availability:
  356. Customers in the 50 United States and Canada can order the North American (128-bit) 
  357. version of Service Pack 2 effective 12/15/96 for US $14.95 (CDN $20.95) plus 
  358. customer service and handling charges of US $5 (CDN $7.50). Customers can order the 
  359. product by phone or mail. 
  360.  
  361. òBy Phone or Fax: Call (800) 370-8758 or Fax to (716) 873-0906 US, (905) 374-3855 
  362. Canada. The 800 number is for customers calling in the U.S. and Canada. 
  363.  
  364. òBy mail in the 50 United States:
  365. Microsoft Service Pack 2
  366. PO Box 810
  367. Buffalo, NY 14207-0810 
  368.  
  369. òBy mail in Canada:
  370. Microsoft Service Pack 2
  371. PO Box 643
  372. Fort Erie, ON 
  373. L2A 6M1 Canada 
  374.  
  375. Be sure to request Part Number 236-00711. The product will be delivered within four weeks.
  376.