Windows Server 2003 & Update Patch

1. Installation

Windows Server 2003 Online Upgradeable Installation Serial Number:

JCGMJ-TC669-KCBG7-HB8X2-FXG7M
JB88F-WT2Q3-DPXTT-Y8GHG-7YYQY
QW32K-48T2T-3D2PJ-DXBWY-C6WRJ
M6RJ9-TBJH3-9DDXM-4VX9Q-K8M8M
JM48TD-QJHYG-QK2MJ-D48TM-G48YB
JVHJ2X-D6HXY-6HYRD-PDRDC-THQHQ

2. Windows update:

Settings > Update & Security > Windows Update > Check for updates

https://catalog.update.microsoft.com/Search.aspx?

Windows Current digital version number:C:\Windows\System32\drivers\

cmd > systeminfo

Control Panel > Programs and Features > Installed Updates.

3. Updating the server

Configuring the automatic update policy and web server

Configure the patch update procedure for computers that are not domained:

gpedit.msc > Local Computer Policy > Administrative Templates > Windows Components > Windows Updata

Configure Automatic Updates & Specify Intranet Microsoft Update Service Location:http://192.168.1.2:8530

10.20.2.159:8530 & 10.20.2.59:80

Then, check for updates.

4. Install patch package

WindowsServer2003-KB914961-SP2-x86-CHS.exe

\10.20.2.35\iso\windows image\windows2003\WindowsServer2003-KB914961-SP2-x86-CHS.exe

cmd > wuauclt /detectnow & netstat -an

Attention:

Check patch update state:C:\Windows\SoftwareDistribution\ReportingEvents.log

5. Error

Always updating 0%:

View cab installer: C:\windows\softwareDistribution\Download

cmd > dism /online /add-package /packagepath

Run it and it will stay at 1%, the patch will be updated in about 30 minutes, just wait.

"This update does not apply to your computer"

Rename msu file to cab file

References:

wuauclt.exe: Windows automatic update manager that detects updates online. Used when debugging or troubleshooting.

Parameters: Detectnow/Resetauthorization

wuauclt /detectnow: the client immediately contacts the WUS server to detect if there is a new update package.

wuauclt /Resetauthorization: COOKIE can use Resetauthorization to reapply for a session when it expires and cannot be updated (wuauclt.exe/resetauthorization/detectnow)

Check: WindowsUpdate.log & SoftwareDistribution.log

posted @ 2024-02-21 20:01  LandonXing  阅读(23)  评论(0)    收藏  举报