Windows Server 2003
There are 4 entries for the tag
Windows Server 2003
Service Pack:
Windows Server 2003 Service Pack 2 (32-bit x86)
http://www.microsoft.com/downloads/details.aspx?FamilyID=95ac1610-c232-4644-b828-c55eec605d55&DisplayLang=en
Windows Server 2003 Service Pack 2 for x64 Editions
http://www.microsoft.com/downloads/details.aspx?FamilyID=08fec2f5-6e3b-4e0d-9314-646414d0a421&DisplayLang=en
Windows Server 2003 Service Pack 2 for Itanium-based Systems
http://www.microsoft.com/downloads/details.aspx?FamilyID=c52c9c84-84df-4393-be83-302104506030&DisplayLang=en
CD Images:
Windows Server 2003 Service Pack 2 (32-bit x86) - ISO-9660 CD Image File
http://www.microsoft.com/downloads/details.aspx?FamilyID=1b9fe9e4-1d57-4698-a5cf-db271ed6d90a&DisplayLang=en
Windows Server 2003 Service Pack 2, x64 Editions - ISO-9660 CD Image File
http://www.microsoft.com/downloads/details.aspx?FamilyID=8a6ebfb5-833d-44e2-bf92-44648a8bb250&DisplayLang=en
Windows Server 2003 Service Pack 2 for Itanium-based Systems - ISO-9660 CD Image File - English
http://www.microsoft.com/downloads/details.aspx?FamilyID=803f39ea-50ac-43ca-b564-75c5c080e471&DisplayLang=en
Tools:
Toolkit to Temporarily Block Delivery of Windows Server 2003 Service Pack 2
http://www.microsoft.com/downloads/details.aspx?FamilyID=fc145b0b-c148-445a-82ba-9b2f3aef6e60&DisplayLang=en
SMS Template Files for Windows Server 2003 Service Pack 2 Deployment
http://www.microsoft.com/downloads/details.aspx?FamilyID=59beda75-753a-4e14-a62a-2bfad20fd1de&DisplayLang=en
Hotfix Scan Tool for Windows Server 2003 Service Pack 2 Deployment - English
http://www.microsoft.com/downloads/details.aspx?FamilyID=eff8438f-8cc9-43eb-85c7-14dfcc099ee8&DisplayLang=en
Hotfix scanning tool...
Per poter permettere ad un'applicazione ASP.NET di scrivere sull'Event Viewer di Windows 2003 SP1, è necessario modificare una chiave di registry, per poter permettere al servizio Network Service di scrivere.
Questo perchè Microsoft, con l'introduzione della SP1 di Windows2003 ha "blindato" l'events log!
Per ovviare a ciò, operare come segue:
1. Aprire il registry e posizionarsi nella chiave HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog\Application\CustomSD
Le ACL di default per l'Application Log sono:
O:BAG:SYD:(D;;0xf0007;;;AN)(D;;0xf0007;;;BG)(A;;0xf0007;;;SY)(A;;0x7;;;BA) (A;;0x7;;;SO)(A;;0x3;;;IU)(A;;0x3;;;SU)(A;;0x3;;;S-1-5-3)
Questi sono gli SDDL (Security Descriptor Description Language) che si possono impostare sulla chiave in questione:
O:BA Object owner is Built-in Admin (BA).
G:SY Primary group is System (SY).
D: This is a DACL, rather than an audit...
AZIONE
Creare un nuovo utente ed effettuare il logon
RISULTATO
Impossibile effettuare il logon: spazio su disco insufficiente
CAUSA
Il profilo di default occupa 1.7 GB
RISOLUZIONE
Ripulire il profilo di default da file non necessari. Controllare eventualmente la grandezza del file drwtsn32.log presente in C:\Documents and Settings\Default User\Local Settings\Application Data\Microsoft\Dr Watson.
Technorati tags: Windows Server 2003
AZIONE
Eseguire l’installazione della Service Pack 1 per Windows Server 2003
RISULTATO
L’installazione si interrompe prima di completarsi
CAUSA
Il catalogo di crittografia è corrotto
RISOLUZIONE
1. Spostare tutti i files tmp*.cat dalle cartelle:
%systemroot%\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
%systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
in una cartella su disco C:
2. Spostare tutti i files oem*.* dalla cartella
%systemroot%\inf
in una cartella su disco C:
3. Eseguire questi passi da un prompt dei comandi:
net stop cryptsvc
rename the %systemroot%\system32\CatRoot2 %systemroot%\system32\oldcatRoot2
net start cryptsvc
Technorati tags: Windows Server 2003