View Single Post
  #5 (permalink)  
Old 06-06-2008, 09:15 AM
Ducci
 
Posts: n/a
Re: SP3: nach Installation IP-Probleme (z.B. kein Ping)
Kurze Problembeschreibung
Keine Netzwerkkonnektivität nach der Installation des Service Pack 3.

Grund
Die benötigten Dienste wie zum Beispiel der dot3svc werden nicht
automatisch gestartet und somit wird keine Wired 802.1x
Authentifizierung durchgeführt. Wenn das Problem aufgetreten ist,
bestehen nur zwei Möglichkeiten zur Fehlerbehebung:

a) Manuelle Konfiguration jedes einzelnen Clients, so dass die
benötigten Dienste automatisch gestartet werden.
b) Deaktivierung der 802.1x Authentifizierung auf allen Switches.


Potentiell betroffene Maschinen
Windows XP Clients, die bereits Wired 802.1x einsetzen und auf denen
das Service Pack 3 installiert werden soll.

Lösung
Schritt 1 - Pre-deployment
1. Create a file called dot3svc_start.reg and put it in \
\<domainname>\sysvol\<domainname>\scripts\

a. Add the following to the file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dot3svc]

"Start"=dword:00000002

2. Create a file called dot3svc.bat and put it in \\<domainname>
\sysvol\<domainname>\scripts\
a. Add the following to the file: regedit /s \\<domainname>\sysvol
\<domainname>\scripts\dot3svc_start.reg
3. Using a GPO, add dot3svc.bat to the Shutdown scripts object.
4. In the same GPO, set the dot3svc to Automatic

Schritt 2 - Deployment
1. Confirm the clients process the shutdown script. All that needs
to be done is to confirm the Dot3svc registry key exists after a
reboot.
2. Deploy SP3 using normal procedures

Schritt 3 - Post Deployment

1. After you have confirmed SP3 installs correctly and the dot3svc
service starts, remove the scripts.
Reply With Quote