After Applying Service Pack NT Reports Single ProcessorLast reviewed: September 11, 1997Article ID: Q168132 |
The information in this article applies to:
SYMPTOMAfter you apply a Windows NT service pack on a multiprocessor system, you find that Windows NT now only reports a single processor installed. Prior to installing the service pack, you were running with multiprocessor versions of the Hal.dll and Ntoskrnl.exe files.
CAUSEWhen Windows NT was originally installed on the computer, it may have contained only a single processor and later had a hardware upgrade to multiple processors. On Compaq computers, you can upgrade Windows NT to support multiple processors by using the Compaq Software Support Diskette (SSD) and Choosing the Multiprocessor support option. This installs the necessary files to support multiprocessors. Alternately, the Windows NT Resource Kit utility called Uptomp.exe allows you to upgrade Windows NT to support multiprocessors. The problem is that neither of these 2 utilities, Compaq SSD or the Windows NT 3.5x Uptomp.exe utility, update the Setup.log file found in the %SystemRoot%\Repair directory. NOTE: The "Windows NT 4.0 Resource Kit" does correctly update the Setup.log file. The Setup.log was created when Windows NT was first installed and contains information about the files copied to your system during Windows NT setup. Consequently, the file reflects the information for a single processor computer. When service packs are installed, the Setup.log file is parsed looking for the correct Hal.dll and Ntoskrnl.exe to replace. Because the Setup.log shows single processor components, the service pack Update.exe program replaces the multiprocessor files with single processor files (thus taking you back to the single processor environment). Furthermore, additional support files are different between single and multiprocessor computers.
RESOLUTIONBy modifying the %SystemRoot%\Repair\Setup.log file, you can tell the service pack Update.exe program to load the correct multiprocessor components (thus taking you back to multiprocessor support and at the same time ensuring that future service packs install correctly). Steps to fix the Setup.log and restore your system to multiprocessors: 1) Remove the read only and hidden attributes on the %SystemRoot%\Repair\Setup.log file.2) Make a backup copy of the %SystemRoot%\Repair\Setup.log. 3) Open the Setup.log using notepad. 4) Search for and modify the following lines, being careful to use the correct operating system version section and proper HAL for your computer type. HALSP.DLL = For Compaq Systempro,Systempro/XL, ProLiant 2000, 4000, and 4500 systems only. HALMPS.DLL = Multiprocessor HAL for APIC support and for the Compaq ProLiant 1500 and 5000 Windows NT version 3.5Modify the entries under [Files.WinNt] section to the following: \<%SystemRoot%>\System32\Ntoskrnl.exe = "NTKRNLMP.EXE","bc81d" \<%SystemRoot%>\System32\Kernel32.dll = "KERNEL32.DLL","65c96" \<%SystemRoot%>\System32\Winsrv.dll = "WINSRV.DLL","1ac2a1" \<%SystemRoot%>\System32\Ntdll.dll = "NTDLL.DLL","47eca" Then select ONE of the following HAL's and modify the line. \<%SystemRoot%>\System32\hal.dll = "HALSP.DLL","15d8d" \<%SystemRoot%>\System32\hal.dll = "HALMPS.DLL","1b729" NOTE: %SystemRoot% represents the directory name where Windows NT is installed.
Windows NT version 3.51Modify the entries under [Files.WinNt] section to the following: \<%SystemRoot%>\System32\Ntoskrnl.exe = "NTKRNLMP.EXE","cb271" \<%SystemRoot%>\System32\Kernel32.dll = "KERNEL32.DLL","5d99a" \<%SystemRoot%>\System32\Winsrv.dll = "WINSRV.DLL","155a67" \<%SystemRoot%>\System32\Ntdll.dll = "NTDLL.DLL","5830f" Then select ONE of the following HAL's and modify the line. \<%SystemRoot%>\System32\hal.dll = "HALSP.DLL","1905a" \<%SystemRoot%>\System32\hal.dll = "HALMPS.DLL","18039" NOTE: %SystemRoot% represents the directory name where Windows NT is installed.
Windows NT version 4.0Modify the entries under [Files.WinNt] section to the following: \<%SystemRoot%>\System32\Ntoskrnl.exe = "NTKRNLMP.EXE","d89e8" \<%SystemRoot%>\System32\Kernel32.dll = "KERNEL32.DLL","5b7f8" \<%SystemRoot%>\System32\Winsrv.dll = "WINSRV.DLL","37b4e" \<%SystemRoot%>\System32\Ntdll.dll = "NTDLL.DLL","59c19" \<%SystemRoot%>\System32\win32k.sys = "WIN32K.SYS","132603" Then select ONE of the following HAL's and modify the line. \<%SystemRoot%>\System32\hal.dll = "HALSP.DLL","0f337" \<%SystemRoot%>\System32\hal.dll = "HALMPS.DLL","1a01c" NOTE: %SystemRoot% represents the directory name where Windows NT is installed. 5) Save the modified Setup.log to the %SystemRoot%\Repair directory.6) Re-apply the service pack to take you back to MPS support. MORE INFORMATION For additional information, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q124541 TITLE : Use UPTOMP.EXE to Upgrade Single-Processor to Multiprocessor ARTICLE-ID: Q156612 TITLE : Using NT V3.5x Uptomp.exe to Upgrade V4.0 Systems to Multiprocessor. ARTICLE-ID: Q148245 TITLE : Upgrading from Uni- to Multi-Processor Requires Service Pack. |
Additional query words: C0000249 sp1 sp2 sp3 sp4 sp5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |